jQuery.soap demo page
In this demo you can test all features of jQuery.soap version 1.6.5
url:
Keep in mind you're bound by
same origin policy
!
method:
appendMethodToURL:
SOAPAction:
soap12:
async:
HTTPHeaders:
{ // Authentication: 'Basic ' + btoa('test:test') }
envAttributes:
{ 'xmlns:test': 'http://www.test.org/' }
SOAPHeader:
XML String
JSON
XML String:
<test>some text here...</test>
JSON example:
{ test: 'some text here...' }
some text here...
data:
XML String
JSON
XML String:
<test>some text here...</test>
JSON example:
{ test: 'some text here...' }
some text here...
namespace:
noPrefix:
elementName:
enableLogging:
WSS
enableWSS:
username:
password:
Start jQuery.soap Test!!