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
AshishyadavAshishyadav 

How to send request in WSDL format

Having an issue pushing data from salesforce to external system , everything is ok but later I realized the salesforce is sending the data i XML format but the external machine which is middleware is requesting in WSDl definition.
How can I change XML to WSDl format in Salesforce Callout
Leslie  KismartoniLeslie Kismartoni
Well... The message is always sent as XML.

You can process the raw XML if you want or build a listener for the message. The WSDL jsut describes the type of message being sent and allows you to build a listern that would handle that format.

What language are you building your listener in? 

Might want to see https://developer.salesforce.com/page/Creating_an_Outbound_Messaging_Notification_Service_with_Eclipse_3.2

or 

https://www.salesforce.com/developer/docs/api/Content/sforce_api_om_outboundmessaging_listener.htm