Wednesday, March 28, 2012

Calling a Web Service that requires parameters in a SOAP Header

Is calling a web service that requires parameters in a SOAP header supported? What is the best way to try and accomplish this?

SOAP is not used in the exchange between client and server, instead JSON is used.

JavaScript Object Notation (JSON) is a lightweight client-server data exchange format. It is used as an alternative to data exchange with XML in AJAX, with the advantage that it can be parsed much more easily than XML. For example, in JavaScript, JSON objects can be deserialized by simply passing them to theeval function.

For more information, see the beta documentation at:http://ajax.asp.net/docs/Overview/intro/async/default.aspx

No comments:

Post a Comment