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
SinhaSinha 

Outbound XML Error Message.

Hi,

I've created a Outbound XML Message for the Lead object that only sends the Id,  Name,Source,Industry and Date Of Creation. Whenever I trigger it, I get this error in the Outbound Message Delivery Status Page:

org.xml.sax.SAXException: Processing instructions are not allowed within SOAP messages

Can anyone please help me abou that also about the SOAP messages ??

 

Abhishek Sinha

SameerC77SameerC77

Coud you please post the code of web service ?

SinhaSinha

<element name="AnnualRevenue" nillable="true" minOccurs="0" type="xsd:double"/>

<element name="Archive_Reason__c" nillable="true" minOccurs="0" type="xsd:string"/>

<element name="City" nillable="true" minOccurs="0" type="xsd:string"/>

<element name="Company" nillable="true" minOccurs="0" type="xsd:string"/>

<element name="Continent__c" nillable="true" minOccurs="0" type="xsd:string"/>

<element name="Country" nillable="true" minOccurs="0" type="xsd:string"/>

<element name="CreatedById" nillable="true" minOccurs="0" type="ent:ID"/>

<element name="Division__c" nillable="true" minOccurs="0" type="xsd:string"/>

<element name="FirstName" nillable="true" minOccurs="0" type="xsd:string"/>

<element name="Industry" nillable="true" minOccurs="0" type="xsd:string"/>

<element name="LastName" nillable="true" minOccurs="0" type="xsd:string"/>

<element name="LeadSource" nillable="true" minOccurs="0" type="xsd:string"/>

<element name="Opportunity_Source__c" nillable="true" minOccurs="0" type="xsd:string"/>

SuperfellSuperfell

Outbound Messaging sent a SOAP message to the URL you specified, but the server returned something that's not soap, you need to look at what your server is actually returning.

SinhaSinha

Hi,

 

How can I check the output of the server what exactly is returning.

 

Abhishek sinha