01 March 2010 - 3.5 user guide eclipse intellij netbeans maven download nightly forum bugs blog sf.net eviware


Eviware Logo

WSDL Operations

When adding an interface as described above, each of that interfaces operations is added as a node in the navigation tree. We take the name for these from operation in the underlying PortType, that is if they are called GetCustomer in the WSDL, that's what we call them.

The following actions are available from the operation nodes' right-button menu:
  • Add to MockService - prompts to create a soapUI MockOperation for this operation in an existing or new MockService.
  • Add as MockResponse Step (soapUI Pro only) - prompts to create a MockResponse Step this operation in an existing or new TestCase.
  • New Request - creates a new Request for this operation from its wsdl /schema definition. soapUI will prompt for a name and ask if optional schema elements should be created.
  • Relabel - changes the label of the operation in the navigator, which can be helpful if there are several overloaded versions of the same operation in the Interface.
  • Online Help - Displays this page in an external browser

Operation Details Tab

  • Description : an arbitrary description of the operation, displayed as a tooltip over the operations node in the Navigator.
  • SOAPAction (read-only): the SOAP Action specified for the operation in its SOAP/HTTP binding
  • Operation (read-only): The name of the operation in the underlying PortType
  • Style (read-only): Shows if this is a Document or RPC operation
  • Type (read-only): Shows WSDL operation type
  • Input (read-only): The explicit name of the operations' input message (may be empty)
  • Output (read-only): The explicit name of the operations' output message (may be empty)
  • Sends Attachments (read-only): Signals that the operation is defined to send Mime Attachments
  • Receives Attachments (read-only): Signals that the operation is defined to receive Mime Attachments
  • WS-A Anonymous : indicates the value of WS Addressing Anonymous element as specified in WSDL Binding specification


Next: Working with Requests