Ariba Supplier OnRamp 7.1 | webMethods Ariba Supplier OnRamp Documentation | webMethods Ariba Supplier OnRamp Installation and User’s Documentation | The wm.b2b.cxml Folder in the WmAribaSupplier Package | wm.b2b.cxml.guidelines | wm.b2b.cxml.guidelines:ProfileRequestHdlr
 
wm.b2b.cxml.guidelines:ProfileRequestHdlr
WmAribaSupplier. Specification for a ProfileRequest handler.
Input Parameters
ProfileRequest
The record representing the cXML ProfileRequest.
Output Parameters
handledRequests
A list of records describing the set of cXML transactions supported by this server. Each record consists of the following fields:
*type--The type of the cXML transaction (for example, PunchOutSetupRequest, OrderRequest.)
*url--The URL to which the cXML request documents for that transaction type should be posted.
serviceError
Errors that may occur during OrderRequest processing.
Usage Notes
This service specification is for use with creating ProfileRequest handler services for Ariba Supplier OnRamp without Trading Networks.
A default ProfileRequest handler is provided with Ariba Supplier OnRamp. In most cases, you can simply use that default ProfileRequest handler (pub.ariba.supplier.handlerImpl:defaultProfileRequestHandler).
You may create a custom ProfileRequest handler service for a custom implementation. However in most cases, this is not required.
If you create a ProfileRequest handler using the Integration Server DSP page, the WmAribaSupplier package will automatically generate a service stub with fields in this specification as the service stub's specification.
If you decide to create your own ProfileRequest handler manually, you must at least implement this folder.