Can the Service and SOAPEventSource activities be configured in BW to handle SOAP V1.2 GET requests?
book
Article ID: KB0091560
calendar_today
Updated On:
Products
Versions
TIBCO ActiveMatrix BusinessWorks
-
Not Applicable
-
Description
Resolution: BW Service and SOAPEventSource do not support HTTP Get Request as of the BW 5.6.2 release. In the SOAP V1.2 specification it states that "HTTTP binding with the SOAP Response message exchange pattern is restricted to the HTTP GET method. ... HTTP binding with the SOAP Request-Response message exchange pattern is restricted to the HTTP POST method..."
A workaround is to use the HTTPReceiver and Serivce/SOAP EventSource. Attached is a sample BW project for reference (Filename:SOAP_OVER_HTTP_GET.zip). It uses a BW 5.6.x activity Invoke Partner for the local SOAP call. For BW 5.4.x and earlier, modify the project with SOAP R/R activity.
Issue/Introduction
Can the Service and SOAPEventSource activities be configured in BW to handle SOAP V1.2 GET requests?
Attachments
Can the Service and SOAPEventSource activities be configured in BW to handle SOAP V1.2 GET requests?
get_app