Hi,
I am facing an issue with soapMessageProcessor.
We are on IS7.1.1 with IS_7-1-1_Core_Fix1 and IS_7-1-1_SrvPrtcl_Fix1
and soapProcessor is:custom soap Processor which inturn invokes pub.soap.processor:processMessage, style=doc-literal
Issue:
1)If the request message has all elements without ‘namespace prefix’ I am getting NullPointer exception.
Example: ABCDE
If the request message has all elements with ‘namespace prefix’ then it works fine.
Example: ns:contactNameABCDE</ns:contactName>
- I am getting this error in only one environment, remaining environments [those are identical to the current environment] works fine.
What I did:
1)From soapUI-- used the request without prefix and got the below error.
<SOAP-ENV:Envelope xmlns:SOAP-ENV=“[URL]http://schemas.xmlsoap.org/soap/envelope/[/URL]” xmlns:xsi=“[URL]http://www.w3.org/2001/XMLSchema-instance[/URL]” xmlns:xsd=“[URL]http://www.w3.org/2001/XMLSchema[/URL]”>
SOAP-ENV:Body
SOAP-ENV:Fault
SOAP-ENV:Server
[ISS.0088.9112] An Exception was thrown in the server
http://localhost:5555/soap/msg
webM:exception
webM:classNamecom.wm.app.b2b.server.ServiceException</webM:className>
<webM:message xml:lang=“”>java.lang.NullPointerException</webM:message>
</webM:exception>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
- From webMethods Developer - -
a) directly called the webservice and it worked( as the request didn’t go through the soapProcessor, it worked).
b) called the ‘pub.soap.processor:processMessage’, and got NullPointerException.
Did anybody see this kind of error Or am I missing anything?
Thanks,
Yarkar