Hi
We are planning to built ECC web service (HTTPS) based and consume it in .NET application.
I have followed few threads for creating ECC web service based on FM and it was working as expected using HTTP.
Below is the URL used in .NET proxy : /sap/bc/srt/rfc/sap/zws_test/110/zservice/zbinding
But, I do get different URLs from the webservice form ECC and SOAMANAGER
ECC : /sap/bc/srt/wsdl/sdef_ZWS_TEST/wsdl11/ws_policy/document?sap-client=110
SOAMANAGER : /sap/bc/srt/wsdl/srvc_AA6D485527B6ED1DE100000095BF14B2/wsdl11/allinone/ws_policy/document?sap-client=110
and .NET tam using : /sap/bc/srt/rfc/sap/zws_test/315/zservice/zbinding
May i know which URL to consume in .NET and how to make SSL (HTPS, Transport Channel Security) enabled, enabling this option throws an error :
[WebException: The remote server returned an error: (502) Bad Gateway.]
How do I make the web service as HTTPS enabled and which URL need to be used in .NET proxy ???
Thanks