03 December 2007 - 2.0-beta2 home user-guide eclipse jbossws intellij netbeans maven 1.X/2.X PDF files forums bugs sourceforge






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.
  • 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

The "Details" tab shown in the bottom-left shows the following values when a Operation node is selected in the navigation tree
  • 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
  • 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
  • One-Way (read-only): Shows that this is a one-way operation (i.e. request only)


Next: Working with Requests