I am making a SOAP web service call in a Java application for a third-party web service. The Java classes used to search for a web service, transfer data, and create a SOAP request were generated using the Apache CXF libraries from WSDL.
While most of the service requests succeed, I encounter problems with some failures when calling the "Error string and possibly an error code, not an error message . Unfortunately, I cannot get the exact stack trace or request objects / answer, so I'm practically in the dark.
I am wondering if it can be assumed that this problem is due to a poor response sent from the web service, or if this problem could occur on the client side. Also, what could be the main reason for this exception? Any input would be greatly appreciated!
source share