开发者

TouchJSON and SOAP

开发者 https://www.devze.com 2022-12-14 04:18 出处:网络
How can i make开发者_如何学Python a SOAP call using TouchJson? it just work fine with REST call. You\'re missing some fundamentals here. SOAP is XML based. JSON is an alternative markup to XML that\'s

How can i make开发者_如何学Python a SOAP call using TouchJson? it just work fine with REST call.


You're missing some fundamentals here. SOAP is XML based. JSON is an alternative markup to XML that's more compact. Making a "REST call" simply means you are requesting a resource. If the resource is returned in a JSON format, it makes sense that it works for you using TouchJSON. If you are calling out to a SOAP web service, however, it is not going to return JSON but rather XML that needs to be made into an object using a SOAP library.

Best regards.

0

精彩评论

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

关注公众号