08 May 2007 - 1.7.1 home user-guide eclipse jbossws intellij netbeans maven 1.X/2.X PDF files forums bugs sourceforge






Vote for soapUI at the WSJ Readers' Choice awards in the

'Best Web Services Utility' and

'Best Web Services Testing Tool'

categories

Operations

When adding an interface as described above, each of that interfaces operations is added as a node in the navigator named after the operation in the underlying PortType.

The following actions are available from the operation nodes' right-button menu:
  • Add to MockService - prompts to create a MockOperation for this operation in an existing or new MockService.
  • 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.
  • Online Help - Displays this page in an external browser

Operation Details Tab

The "Details" tab shown in the bottom-left shows the following values when a Operation node is selected in the navigation tree
  • 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
  • Input (read-only): The explicit name of the operations' input message (may be empty)
  • Output (read-only): The explicit name of the operations' ouput 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
  • One-Way (read-only): Shows that this is a one-way operation (ie request only)


Next: Working with Requests