开发者

What are the types of responses in .net web service calling into android app?

开发者 https://www.devze.com 2023-03-25 11:27 出处:网络
Can any one provide me samples or code snippet of types of responses in .net 开发者_Python百科web serives?

Can any one provide me samples or code snippet of types of responses in .net 开发者_Python百科web serives?

Thanks, nag.


.NET web services follow the WDSL standard, so you should probably look into that.

Responses are commonly in SOAP format, this is XML.

0

精彩评论

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