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.
Any idea why that may be?
[/size]
#soa#webMethods#API-Management