function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
trublutrublu 

Call a third-party webservice with their xsd schema?

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 and/or articles are welcome!!!
 
 
aebenaeben

Answer is NO. Not only from salesforce even from other frameworks and technologies.

Reason being, a schema alone cannot explain the interface and where and how to find the interface.