This script uses $.ajax to send a SOAP:Envelope. It can take XML DOM, XML string or JSON as input and the response can be returned as either XML DOM, XML string or JSON too.
Very nice plugin indeed!
I have a question concerning checking for statusCodes.
In $.ajax it is possible to include a function depending on statusCode getting back.
Do I have similar feature in your plugin?
Something like:
$.soap({
data:t3,
statusCode : {
500 : function() { //if it's not in the db
s.erroruuidserviceShow.alert();
});
}
},
Thanks in advance!
best regards Anders Gram Mygind
Very nice plugin indeed! I have a question concerning checking for statusCodes. In $.ajax it is possible to include a function depending on statusCode getting back. Do I have similar feature in your plugin? Something like:
$.soap({
data:t3, statusCode : { 500 : function() { //if it's not in the db s.erroruuidserviceShow.alert(); });
} },
Thanks in advance! best regards Anders Gram Mygind