Configuring the activity

Configure the Provide Service activity.

Procedure

  1. Select the Configure task from the Checklist. The Configure pane is displayed.
  2. Configure all the fields in this pane as described in the following table.
    Field Description
    Receive Request with  
    Schema Defines the XML Schema of incoming XML data to the operation of the Web Service.
    • Click Browse... to select a schema.
    • Click Clear to disassociate the selected schema from the activity.
    Soap Header Defines the XML Schema of the incoming Soap Header.
    • Click Browse... to select a schema.
    • Click Clear to disassociate the selected schema from the activity.
    This activity  
    Requires a Reply This check box specifies to send a reply to the sender of the request. If this option is selected, you must add a Web Services Send Reply activity to your orchestration to send a reply to the client that started it.
    Schema Defines the XML Schema of the returned XML data from the operation of the Web Service.  (The XML data is returned by the associated Send Reply activity. )
    • Click Browse... to select a schema.
    • Click Clear to disassociate the selected schema from the activity.
    Soap Header Defines the XML Schema of the returned Soap Header of the Web Service.  (The SOAP Header is returned by the associated Send Reply activity. )
    • Click Browse... to select a schema.
    • Click Clear to disassociate the selected schema from the activity.
    May throw the following Faults  
    Fault Name Specifies user-defined fault name for the activity.
    Fault Element Click Browse to display the schema and select the element for which the fault is thrown.
    Options  
    Use Compression / Decompression Specifies if decompression is turned on or off at the activity level. By default, the Use Compression/Decompression check box is selected. Clear the Use Compression/Decompression check box to disable decompression for this activity. For more information, see Decompression with the Web Services Provide Service Activity.