You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Ge...@nokia.com on 2002/05/24 12:19:38 UTC

client WSDD syntax 2

Hi,

 So far I managed to do the following:
My handler is installed, but it seems that only
on the requestFlow. I do the following in my handler:

       if (msgContext.getPastPivot()) {//on the way back -> SPI response came back
           System.out.println("Response came back.");
       }else{//request going out -> NS request entered
           System.out.println("Request going out ...");
       }

But only the message "response came back" appears on console.
Here is my client-config.wsdd attached.

What am I doing wrong ?