Skip to Content
0
Former Member
Feb 24, 2009 at 01:36 AM

SOAP Invoke error: Status (500): Internal Server Error

735 Views

I have a BLS with a WebService action. I am testing the WebService call with each operation within the wsdl address. I used the wsdl address to make the call. I selected the only port available. There are several operations available. This WebService call is successful for all operations except for one. The operation that fails, I get the following errors in the "ServletExec.log" for this one operation. Can you tell me where the issue may be?

"SOAP Invoke error: Status (500): Internal Server Error"

"java.lang.Exception: Status (500): Internal Server Error"

"at com.lighthammer.webservice.SoapClient.invoke(Unknown Source)"

"at com.lighthammer.xacute.actions.webservice.WebServiceAction.RawInvoke(Unknown Source)"

"at com.lighthammer.xacute.actions.webservice.WebServiceAction.Invoke(Unknown Source)"

Thanks,

Chris