Has anybody tried to create the custom SOAP header handlers in WM 7.1.2? I am trying to create one to set few fields in the inbound soap message body. So far I created only a skeleton header class implementing [SIZE=2]
javax.xml.rpc.handler.Handler. I just implemented the required methods, doing really nothing inside, just a system.out.println statement. I am able to register this Handler and add to the WS Descriptor service too. But when I send SOAP message to the server it is throwing NullPointerException. The server log shows only following message
SOAPException: [ISS.0088.9112] An Exception was thrown in the server:null.
we have tried to add the Header in Soap Message. We are unable to handle the Header. We are trying for the custom soap handler.The reason is we are providing the username & Password dynamically in the Header. In this case we are the consumer. I got the following exception…