The tpName parameter value indicates which trading partner the message is sent from, and the
opid parameter value indicates which operation is used to process the message. In a synchronous request-response operation type, the response message can be sent back if everything else is correct.
The Allow Anonymous SOAP Messages check box can be configured in various locations. If the
host parameter value is present in the URL, the
Allow Anonymous SOAP Messages check box in the configuration of the local host referred by this
host parameter value takes effect. If the
tpName parameter value is present in the URL, the
Allow Anonymous SOAP Messages From This Trading Partner check box in the configuration of the trading partner referred by this
tpName parameter value takes effect. If neither
host or
tpName value is present, the configuration of the default host takes effect.
When anonymity is enabled, TIBCO BusinessConnect SOAP Protocol has no context for the inbound message. It can only handle the incoming message as a notify operation. TIBCO BusinessConnect server forwards the inbound SOAP message to the private process through the ResponderRequest message. The
request and
requestHeader fields of this message contain the incoming SOAP header and body information in XML format. Once the inbound SOAP message is forwarded to the local private process, BusinessConnect server sends an
HTTP 204/No Content response back to the trading partner.
When anonymity is enabled for this trading partner, TIBCO BusinessConnect SOAP Protocol has no operation-related context for the inbound message. It can only handle the incoming message as a notify operation. TIBCO BusinessConnect SOAP Protocol forwards the inbound SOAP message to the private process through the ResponderRequest message. The
request and
requestHeader fields of this message contain the incoming SOAP header and body information in XML format. Once the incoming SOAP message is forwarded to the local private process, BusinessConnect server sends an
HTTP 204/No Content response back to the trading partner. For this transaction, host is the default host of the system.
The SOAP message is rejected by default and a SOAP fault is generated and sent back to the trading partner, because no operation context is used for processing the inbound message. To avoid messages from trading partners being rejected, you must select the Allow Anonymous SOAP Messages From This Trading Partner check box under
BusinessConnect > Participants > SOAPClient > Protocols > SOAP > General. With the
host and
tpName parameters, the configuration of the trading partner that is
SOAPClient referred by the
tpName takes precedence. BusinessConnect server forwards the inbound SOAP message to the private process through the
ResponderRequest message. The
request and the
requestHeader fields of this message contain the incoming SOAP header and body information in XML format. Once the incoming SOAP message is forwarded to the local private process, BusinessConnect server sends an
HTTP 204/No Content response back to the trading partner.