Hi all, Could anyone tell me how to call a third-party webservice from salesforce if the vendor is only giving us their
xsd schema? Is it possible without getting a wsdl file from them? Obviously, the xsd schemea doesnt have any method signatures of the web service, so how do i generate the stub classes to call the web service? Thank you very much for your help! Any sample code ...