Topic by Yashodhar Narvaneni
Content
We are using Maven JaxB plugin to Create Object classes from the WSDL right now provides. Then we create a request for "QueryObjects" to get a Contact By ID. We are using Spring WS to handle SOAP calls.
Our Soap Request looks like this (as shown in code block)
The request fails with the following error: org.springframework.ws.soap.client.SoapFaultClientException: Data element in the Message is NULL
Any help will be appreciated.