Bookshelf Home | Contents | Index | PDF |
Transports and Interfaces: Siebel eBusiness Application Integration Volume III > EAI HTTP Transport > Processing and Sending Outbound XML DocumentsThis section explains how to use Siebel Tools and the Siebel application to set up the EAI HTTP Transport to process and send outbound XML documents. When you want to send XML messages based on Siebel integration objects to an external system across Internet-support protocols, you use the EAI HTTP Transport business service. Controlling the Behavior of EAI HTTP TransportsYou can specify the parameters that control the behavior of transports in the following order:
Specifying Parameters as Business Service User PropertiesYou specify parameters as business service user properties in Siebel Tools. These parameters go into effect when you have compiled the .srf file. When using this method, keep the following in mind:
Specifying Parameters as Subsystem ParametersYou can specify parameters on either the client side or the server side, depending on whether you use the client or server version. To specify the parameters on the Siebel Dedicated Web Client
To specify the parameters on the Siebel Web Client
Then, in the workflow process on the Siebel Web Client, you will specify the Connection Subsystem input argument to the HTTP Transport, and the value will be the named subsystem that you created. For the case above, it will be HTTP_test. You can run the workflow process in Simulator using the Siebel Web Client. About Parameters as Run-Time PropertiesYou specify HTTP parameters as run-time properties by passing them as values in an input property set to the EAI HTTP Transport business service. You can pass the values to the business service by way of a workflow or through a program that calls the EAI HTTP Transport business service directly. NOTE: Subsystem parameters take precedence over run-time parameters. About Parameters in Parameter TemplatesParameter templates allow you more flexibility in specifying parameters. You can use variables to specify certain elements of a given parameter value. The following example shows how to specify a variable for a login password, rather than hard-coding a password into the parameter. HTTPLoginURLTemplate = http://www.srvr.com/login?Username=ronw&Password=$ The business service, EAI HTTP Transport in this case, receives the parameter template. The token, shown above as $PWD$, indicates that the business service should look for a parameter called PWD from a user property or run-time parameter. Dollar signs ($) delimit the token in the template definition. The token specifies the actual password variable. The token is case-sensitive—Pwd is different from PWD or pwd. The token must be defined as either a business service user property or as a run-time parameter in the input property set. For example, you could specify the HTTPLoginURLTemplate as a user property of the business service, and username and password as run-time properties. Any logins that specify the template will always use the same template, but different users can specify unique user names and passwords at run time. |
Transports and Interfaces: Siebel eBusiness Application Integration Volume III |