![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
• A SOAP envelope namespace, such as http://www.w3.org/2003/05/soap-envelope, cannot be sent from the private process. The private process cannot send the namespace for a SOAP envelope prefix that has been defined in TIBCO Administrator for a given trading partner.The ae/SOAP/InitiatorRequest and ae/SOAP/ResponderResponse SOAP AE class have the envelopeAttributes field. This field is of type sequence, ae/SOAP/Attributes. ae/SOAP/Attributes is a sequence of the class ae/SOAP/Attribute.The ae/SOAP/Attribute class contains the following fields:
•
•
This SOAP message has a namespace and a promotionExpiryDate attribute in the namespace http://myorg.com/schemas/promotions.Create an ae/SOAP/Attributes sequence element. This sequence node has two ae/SOAP/Attribute elements.The field values for the first ae/SOAP/Attribute:
• name: xmlns:pro
• value: "http://myorg.com/schemas/promotions"The field values for the second ae/SOAP/Attribute:
• name: pro:promotionExpiryDate
• value: 03/12/2003Set the ae/SOAP/Attributes sequence element to the envelopeAttributes field in the ae/SOAP/InitiatorRequest or ae/SOAP/ResponderResponse node.<abc:Envelopexmlns:abc="http://www.w3.org/2003/05/soap-envelope/"><abc:Header></abc:Header><abc:Body></abc:Body></abc:Envelope>The string SOAP-ENV is still the default, but it can be replaced by any string that you want. This prefix is not used for SOAP faults, which are always sent with the SOAP-ENV prefix.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |