Topic by Deepak Parmar
Content
Hi,
I have created web proxy in Jdeveloper 12c, I have tested in SOAP UI by fetching list of incidents where everything is working fine, It's also working fine with C# proxy code,
But I am getting error with Java Proxy code as : "com.sun.xml.ws.fault.ServerSOAPFaultException: Client received SOAP Fault from server: Data element in the Message is NULL" ,On other hand; when i am providing incorrect credentials, then i am receiving "Access Deny" message, getting above exception with correct credentials only.
Provided implementation for configuring WSDL, Username and Password at runtime, Any suggestion/pointers will be helpful,