Hello Experts,
We are integrating our SAP Customer on-demand system with our back-end ECC system. The area of issue is External Web service integration in SAP COD.We are making a external Web service(SOAP) call in our custom BO.
We imported the WSDL in our solution. Defined the communication scenario(Outbound) in sdk.
We have already defined the ECC system as a communication system which we are using successfully for our SOAP IDOC inbound scenario, we are using same communication system in our Web service integration communication arrangement(outbound).
The problem lies with connection to the target ECC system using Web service. Check connection from communication arrangement and Test operation from Sdk gives
SOAP:1.048 SRT: HTTP error: ("HTTP Code 403: Target service not allowed)
Using non-secure URLs(HTTP) and allowed the same while creating the communication scenario.
Web service configuration (on ECC)
Using None(HTTP) as communication security for web service and using the transport channel authentication Userid/pwd authentication.
Communication arrangement Outbound details.
In advanced settings
Application Protocol : Web service
Protocol: HTTP(Allowed the non-secure URL for the communication scenario)
Host name : ECC application server ip(Checked with Public ip as well not working for that as well)
port: 8000(configured for HTTP services)
path: /sap/bc/srt/rfc/sap/zget_emp_name/001/zget_emp_name/binding?sap-client=001
Authentication Method: User id PWD
All our Web services related ICF root nodes exists and are activated. Please help us find the solution.
Thanks,
Rahul Sharma