I get a server error “500 Internal Servler Error” from the adapters servlet. What went wrong?
There are several possibilities. It is lilely that the request message arrived at the SOAP adapter but there was some error in the request message or in the channel configuration. In this case, the error message returned should be a SOAP fault message containing the detailed error information. The possible causes can be “No SOAP envelope”, “invalid channel”, “no receiver agreement”, etc. If your SOAP client cannot display this detailed error information, please capture the message using some tool (See question “How can I trace the whole message?”). • Q: I get the invalid channel error even though I have configured the corresponding channel in the directory. A: To check if the channel is available, you can open the following URL from your browser. http://host:port /XISOAPAdapter/HelperServlet?action=FindChannel& channel=p:s:c wherehost is the host name, port is the port number, p is the optional party name, s the service name, and c is the channel name, respectively. This will show a pa