开发者

how to write a webservice client ?i have just .xsd file with me and the url of the server.How to start with?

开发者 https://www.devze.com 2022-12-13 23:28 出处:网络
how开发者_如何学Go to write a webservice client ?i have just .xsd file with me and the url of the server.How to start with?

how开发者_如何学Go 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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消