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 ?

Attachment: client-config.wsdd
Description: client-config.wsdd

Reply via email to