We have a 3rd party wsdl I have imported and I am getting the following response from the connector when it invokes pub.client:soapClient.
fault->detail->$errorInfo->$errorInfo - At this location I see the following
java.lang.NullPointerException
at com.wm.app.b2b.server.soap.headers.HeaderUtil.getSoapHeadersAsData(HeaderUtil.java:259)
But then at the location below I actaully get the response I am looking for and it is correct
fault->detail->$errorInfo->$pipeline->response
So that seems like the communication is working and I am actually getting the data I need but due to something with the headers on the response not looking like it believes they should I am getting a fault. Maybe I am off on that assumption but that is how it appears.
I can see the headers that it uses in the pipeline.
Any suggestions?
webMethods 8.2 on 2008r2
#API-Management#webMethods#soa