Hi All,
My vendor is trying to post a XML request string to my service on IS 6.5. We have exchanged the certificates and everything is fine. They come in and I see a hit on my IS, the input in the pipeline is string called as requestXML, nothing comes in it and it goes to catch block saying that xmldata cannot be null.
com.wm.app.b2b.server.ServiceException: [ISS.0086.9091] Parameters xmldata, $filestream and $filedata are all missing. One of these must not be null.
They say that they have set Content_type to text/xml and below is the snippet from thier client program:
post.addRequestHeader(“Authentication”, “XYZ:ABC”);
post.setRequestHeader(“Content-type”, “text/xml”);
HttpClient httpclient = new HttpClient();
There is an Execute ACL on my service and they have added the login credential for XYZ user in Authentication as above.
They get Access Denied error, so I have removed the Execute ACL and changed it to Anonymous.
Thats a different issue. First I have to crack why thier request is coming in as NULL or BLANK in my service.
Could anyone please help?
#webmethods-Protocol-and-Transport#Integration-Server-and-ESB#webMethods