Topic by Anson Wang
I have more than one interface and each interface there is a WSDL document.
I find in the WSDL document, it indicates the URL like:
<xs:import namespace="urn:base.ws.rightnow.com/v1_2" schemaLocation="http://****.custhelp.com/cgi-bin/*******.cfg/services/soap?xsd=base"/>
How to use these WSDL documents in one .NET project to realize the interaction between the User's Website and RightNow different interface?