Search code examples
jqueryweb-serviceswsdl

Calling WSDL Service via jQuery


I've been googling for something to call WSDL (SOAP) based service using jQuery but I don't find anything.

Is there really a way to call them like I call REST based services?

The example URL I have is http://sub.domain.com/j/services/ivos?wsdl


Solution

  • if u can modify the header sent to your wsdl i guess its possible.