go to post Bransen Smith · May 7, 2024 Adding this bit of information to help out others who are developing an inbound SOAP service using the SOAP inbound adapter. In order to POST information to the Production Service, you will need to format your URL similarly: https://BaseURL/csp/healthshare/MBSDEV/soappassthrough/EnsLib.SOAP.GenericService.cls?CfgItem=Fr_Centrak_RTLS Where BaseURL is the CSP gateway. /csp/healthshare/MBSDEV is the Namespace where the service is running. /soappassthrough is my web application for my SOAP Service. In this example I have not configured Application Role Permissions. /EnsLib.SOAP.GenericService.cls?CfgItem=Fr_Centrak_RTLS: EnsLib.SOAP.GenericService.cls is the class of the inbound service, and I have used ?CfgItem= to specify the name of my production service.