Hi Experts ,
I have a scenario where we have to expose SAP PI web service to a vendor who is outside the client network.
According to client policy , any SAP service cannot expose there Web Services directly to any vendor outside network , and for that reason we have a tool as service container .
Service container should consume our web services and in turn create a WRAPPER web service which will be exposed to outside world so who ever is accessing the WRAPPER URL it will never access the SAP systems .
Issue :
Service container can only consume the https URL without any credentials , ie when ever they call the URL for calling the WSDL they should not get the pop up to enter the password.
I have worked in a scenario where we can concatenate the user name and password in the HTTP URL , but the research that I did it says its not possible for https URL .
Need your inputs where I can pass my WSDL URL to service container without any credentials or passing the credentials along with URL .
Any inputs is appriciated