SOAP (abbreviation for Simple Object Access Protocol) is a messaging protocol specification for exchanging structured information in the implementation of web services in computer networks.
I'm trying to test SOAP integration by using one Ensemble production to send a SOAP message to another production, but I'm seeing the following error when I try to pass a message between the two:
ERROR #6248: SOAP response is a SOAP fault: faultcode=Server faultstring=Internal Server Error faultactor= detail= <error xmlns="http://tempuri.org"> <text>ERROR #7900: Service 'SOAP' not enabled for application '/csp/healthshare/hspc/'</text> </error>