ye9ane
ye9ane

Reputation: 2009

Sending SOAP request to use your own services

I'm developing a web application in which we have provided some web-services as well.Being done with the domain model, we are now going to implement UI and controller.

The controller is going to be the JS code we have in our webpages. Meaning that in order to call our own web services, we need a JS library. Can anyone please introduce one?

UPDATE:

For those dealing with the same challenge, I recommend using SOAPjs library.

Upvotes: 0

Views: 457

Answers (1)

Mark O'Connor
Mark O'Connor

Reputation: 78011

For developer access to a SOAP based web service, I would highly recommend using SOAPUI. The open source community edition is highly functional and can generate sample SOAP messages, by reading your services WSDL.

Upvotes: 2

Related Questions