You need to sign in to do that
Don't have an account?

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
Coud you please post the code of web service ?
<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"/>
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.
Hi,
How can I check the output of the server what exactly is returning.
Abhishek sinha