Configure the Provide Service activity.
Field | Description |
---|---|
Receive Request with | |
Schema | Defines the XML Schema of incoming XML data to the operation
of the Web Service.
|
Soap Header | Defines the XML Schema of the incoming Soap Header.
|
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. )
|
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. )
|
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. |