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
KaranrajKaranraj 

Workflow outbound message

Hi All,

 

Is there any endpoint URL available to test Workflow outbound message?

I want to know what information is going through outbound message, so i need an endpoint URL to test?

Kindly tell me, is there any website(end point url) to test.

 

I already used one endurl for testing, but unfortunately i forgot that url.

I got that url from the salesforce discussion board only.

Best Answer chosen by Admin (Salesforce Developers) 
Starz26Starz26

postbin.org

All Answers

Starz26Starz26

postbin.org

This was selected as the best answer
Andy BoettcherAndy Boettcher

Starz26 - that's AWESOME!  Thanks for the link!!

 

-Andy

KaranrajKaranraj

Thanks Starz26.

This is the UR am looking for testing the outbound message, but unfortunately now that URL throws error as Over Quota 

asasiasasi

Hi,

 

techman97, can you please tell me how we can create an endpoint in this and use in Outbound message to  test my SOAP API message?

 

Thanks in advance.

 

Thanks

Asish

KaranrajKaranraj

Check this blogpost, for testing workflow outbound message

http://clicksandcode.blogspot.in/2012/01/test-your-workflow-outbound-message.html

asasiasasi

Hi Karanraj,

 

Thanks for your quick reply. I tried the same before. Now "Postbin" is replaced with "Requestbin". I clicked on "Create a Request bin" button and it created an URL for me. But when I use that as end point on Outbound Message, I am getting below error from SFDC.

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

 

Thanks 

Asish

KaranrajKaranraj

Asish,

 

Am not getting any issue, just followe these steps.

 

Go to this link

http://requestb.in/

 

Then click create a request bin, the the URL will be generated in the text box, then copy the URL in the textbox and use it in the workflow rule outbound message end URL.

asasiasasi

hi,

 

thanks a lot for the info. Still the failure notice is displayed on SFDC, but I am able to see the SOAP message on requestbin.

 

Thanks 

Asish

achuachu

Hi I am also getting the same error message.I couldn't resolve it