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
warrenlesterwarrenlester 

Outbound message > Apex class conversion

We are currently using outbound messages for methods of interfacing with external web services. Because these are non real time, I am considering using Apex web services SOAP methods instead.
 
I am therefore trying to convert the WSDL for an outbound message into an Apex class and am having problems.
 
Does anyone have any experience of doing this and some examples of their subsequent use?
 
Thanks in advance.
 
Warren Lester