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
AtTaskBravoAtTaskBravo 

OM error "org.xml.sax.SAXException: Processing instructions..."

Hello,

I have been trying to configure my SF developers account to send outbound messages via the workflow process.  The workflow process was triggered, and SF attempted to send the message.  When it failed it listed the following error as the reason,

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

After searching the discussion board and coming up empty handed, I need some additional help. The workflow rule is triggered when a custom object is created.  This object has text fields, picklists, lookups, and a couple date fields. All the information found in the object is sent in the outbound message.  Any ideas on what this error is really referring to?

Also, I have a question about the Endpoint URL.  Our company has a SOAP API, and a generated WSDL.  I am interested in futher instructions on selecting a proper endpoint URL.  Do I have to create some sort of binding in our WSDL to get it to work.  The WSDL can be accessed at the following URL:

http://64.72.210.51:8080/attaskWS/API?wsdl

If possible, could you give me an endpoint URL to test my outbound messages on?

Thanks for the help in advance,
AtTaskBravo

SuperfellSuperfell
Your endpointURL should be the serviceURL that's in your servers WSDL. (typically right at the bottom of the WSDL).
AtTaskBravoAtTaskBravo
Great.  Thank you for the help with the Endpoint URL. 

I am still looking for some feedback on the OM error that I got.  Do you have any ideas?

Regards,
AtTaskBravo
SuperfellSuperfell
Typically this happens when your endpoint returns an HTML error page instead of a soap response.
IshaIsha

I have got following same error message when our Out Bound rule is fired.
        "org.xml.sax.SAXException: Processing instructions are not allowed within SOAP messages"

I write this End Point URl  in the Out Bound Message.
http://www.mysite.com/OpportunityStatusEmail.aspx?TemplateName=tp_email_active


*****
My Purpose of task is as follow.
*****
and i just want to hit this page when ever my workflow rule is true and our bound message is fired.

Thanks in advance.

IshaIsha
I have got following same error message when our Out Bound rule is fired.
        "org.xml.sax.SAXException: Processing instructions are not allowed within SOAP messages"
I write this End Point URl  in the Out Bound Message.
http://www.mysite.com/OpportunityStatusEmail.aspx?TemplateName=tp_email_active

*****
My Purpose of task is as follow.
*****
and i just want to hit this page when ever my workflow rule is true and our bound message is fired.
 
Thanks in advance.