doedje / jquery.soap

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.
352 stars 147 forks source link

Syntax error in latest releae? #120

Closed torcu closed 7 years ago

torcu commented 7 years ago

Line 56: withCredentials: false timeout: 5000, throws a syntax error, (missing comma)

doedje commented 7 years ago

Thanx for pointing that out! Fix on the way in 1.7.1