Currently, I am in the process of creating a web application that includes providing various web services. After completing the domain model, we are now focusing on implementing both the User Interface (UI) and controller.
The controller will consist of the JavaScript code within our webpages. This means that to access our web services, we require a JS library. Can someone recommend one?
UPDATE:
For those facing a similar situation, I suggest utilizing the SOAPjs library available for download at this link.