Transports and Interfaces: Siebel eBusiness Application Integration Volume III > EAI HTTP Transport >

Creating Custom Headers for the EAI HTTP Transport Service


Custom headers can be created when sending a request through the EAI HTTP Transport service using a script or a workflow process.

To create custom headers for the EAI HTTP Transport service

  • Create a new input property in the input to the HTTP transport.

    The name of the property needs to have a prefix of HDR, followed by the desired name of the http header. For example:

    HDR.CustomHttpHeader

    httpInPS.SetProperty("HDR.CustomHttpHeader","MyValue");
    httpSvc.InvokeMethod("SendReceive", httpIn, httpOut);

A custom HTTP header with a name of "CustomHttpHeader", and a value of "MyValue" is the result.

Transports and Interfaces: Siebel eBusiness Application Integration Volume III