SOAP Sniffer Help

Table of Contents

  1. What is SOAP Sniffer
  2. Getting Started
  3. "File" Menu
  4. "Edit" Menu
  5. "Go" Menu
  6. "Help" Menu

What is SOAP Sniffer

SOAP Sniffer is new tool, its intended main usage is to debug SOAP service calls and responses. It is written with powerful Mozilla modules to handle SOAP calls, XML parsing and many other functions.

WARNING! This tool is in early development stage and is distributed AS IS.


What SOAP Sniffer Can Do


What SOAP Sniffer Does

Main SOAP Sniffer usage is to debug SOAP service interactions, so it is built to simplify this task.

First operation is to parse WSDL and create its representation both for user and for further use in SOAP service requests.

Second operation is to represent selected WSDL operation as user-readable input form, so user can enter data to be sent and thus prepare new SOAP request.

Third operation is to encode data to SOAP call and send it to SOAP server.

Fourth and the last operation is to get response from SOAP server and display it to user in readable form.


SOAP Sniffer also gives user ability to correct generated message or manually create a new message and send it to the chosen server. Saving messages on every stage of work is also supported.

To do this, use "Edit Source" from Edit menu and "Save As" from File menu correspondingly.


Table of contents

Getting Started

Here is typical sequence to interact with SOAP services.
  1. Open WSDL file either from File menu, Bookmarks, or enter its URL straight into address line (input field just under the menu bar) and press 'Load' button.
  2. When file is loaded it is represented as shown on picture: If it is correct WSDL file, you can choose one of SOAP service functions just by clicking on one of "<operation ..." lines (they are also highlighted gray).
  3. Another window appears, where there is one or more parameters to fill: After filling those parameters, click the "Send" button.
  4. Wait. Getting response from distant server may take several minutes, especially in case of low-bandwidth connection or slow SOAP server. You can save it for further use/study.
  5. If all was right, new window containing formatted response from SOAP service appears.

Table of contents

File Menu


File menu consists of these entries:


Table of contents

Edit Menu


Edit menu consists of these entries:
Table of contents

Go Menu


Go menu consists of these entries:
Table of contents

Help Menu


Go menu consists of these entries:
Table of contents