how to write a webservice client ?i have just .xsd file with me and the url of the server.How to start with?
I dont have wsdl with me.
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.
At the end of the day a web service is little different to a web page – you send a request to it and you get a response back. WSDL and SOAP are “just” wrappers and helpers that aim to make things easier in various respects.
So… its unlikely – though not impossible – that the only information you have is a .xsd, and its the other documentation that you need to start with.