Hello there, My .NET application will need to consume a WebService published at SAP XI. I've consumed .NET WebServices several times, but it's my first time with SAP.
In order to consume a .NET WebService I follow these steps: 1. Find the service address (http://server:port/Service.asmx?WSDL) 2. Add as "Service Reference" and that's it: the VS generates the proxy classes, etc. This time I've received an address that follows this pattern: http://server:port /XISOAPAdapter/MessageServlet?channel=:BS_SYSTEM:CC_SOAP_SYSTEM_METHOD_Sender I've tried to add as a "Service Reference" but it didn't works. How do I do to consume this WebService from my .NET application? Thanks, Guilherme Utrabo -- To unsubscribe, reply using "remove me" as the subject.
