资 源 简 介
Introduction
This is the home page of jsSoap. The main aim for this project is to design a javascript test suit for testing the communication of web services by constructing a SOAP Message sending to any web service and then receive and display the result of the SOAP Message. Due to the security setting of most of the web browser. The SOAP Request should only be sent to the same server since cross-site XMLHttpRequest is prohibited by most of the web browsers.
Version Supported
jsSoap currently supports SOAP 1.0, SOAP 1.1 and SOAP 1.2.
Format of the source file
For fast deployment, the source code are mainly written in XML and js format.
How to use this project
Open a text editor and type the follow