I’m used to adding a web reference in VS and building an API from there.
I was handed on WSDL document and two XSD documents to build an API from. How do I go about creating the API?
Thanks in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try reading about the Wsdl.exe tool, which should build the C# classes for you from the Wsdl definition file.