Description
wsdl2js
wsdl2js is a handy tool that helps you generate JavaScript code to call methods from a web service, all based on a WSDL description. If you're working with web services, this software could save you a lot of time!
What is wsdl2js?
This tool is built using Java and works on any platform, so you're not limited to just one type of system. It's a command-line interface (CLI) tool, which means you simply enter commands to run it.
Requirements for wsdl2js
To use wsdl2js, you need J2SE 5.0 installed on your system. If you're on a Unix platform, the installation package comes in a gz file.
How to Install wsdl2js on Unix
If you want to install wsdl2js, here's how you can do it:
- First, download the installation package file.
- Create a directory called
wsdl
in/usr/local
. Then copy the installation package into the new/usr/local/wsdl
directory. - Now, extract the installation package using these commands:
gzip -d wsdl2js-0.1.tar.gz
tar -xvf wsdl2js-0.1.tar
How to Use wsdl2js
The command file is named wsdl2js.bat
for Windows or wsdl2js.sh
for Unix systems. For example, if you're on Windows and want to check out what commands are available, navigate to the bin directory of your installation folder and run:
wSDL2JS_HOMEbin\wsdl2js -h
An Example Command
If there's a web service available at http://localhost/WebService/service1.asmx, use this command to create the file named wSproxy.js:
wSDL2JS -p soap -o c:\wsproxy.js -u http://localhost/WebService/service1.asmx?WSDL
User Reviews for wsdl2js FOR LINUX 7
-
wsdl2js for Linux generates JavaScript code for invoking Web service methods based on WSDL. Easy CLI tool for platform-independent usage.
-
Wsdl2js is a fantastic tool! It made generating JavaScript code from WSDL so easy and efficient. Highly recommend!
-
I love using Wsdl2js! The installation was straightforward, and it works flawlessly for my web service needs.
-
This app is a lifesaver for developers working with web services. Easy to use and very reliable. Five stars!
-
Wsdl2js has streamlined my workflow significantly. The command line interface is intuitive, and the output is perfect.
-
Absolutely impressed with Wsdl2js! It’s platform-independent and generates clean JavaScript code effortlessly.
-
Wsdl2js exceeded my expectations! It's user-friendly, and I appreciate how quickly I can generate code from WSDL.