function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
stripathystripathy 

Outbound message TIBCO exception in partner WSDL

Hi all,

 

We are  integrating TIBCO with SFDC through partner WSDL. While calling the update operation, we receive this exception in response. Anybody has any clue?

 

=============================================================================================

caused by: org.xml.sax.SAXException: validation error: unexpected content "Header.LimitInfoHeader"; expected "Header.DebuggingInfo"   ({com.tibco.xml.validation}COMPLEX_E_UNEXPECTED_CONTENT) at /outputMessage[1]/headers[1]/Header.LimitInfoHeader[1]

com.tibco.xml.validation.exception.UnexpectedElementException: unexpected content "Header.LimitInfoHeader"; expected "Header.DebuggingInfo"

                at com.tibco.xml.validation.state.a.c.a(CMElementValidationState.java:476)

=============================================================================================

 

Vinita_SFDCVinita_SFDC
stripathystripathy

But TIBCO does not want to stop the validation. How can you send a request so that those  headers don't come as part of the  response. Is it possible at all?