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
adityaMorganadityaMorgan 

WSDL to Request Response

I have a WSDL. When I parse it to genrate apex class from it, I am reciving an exception (Unsupported attributes). Also, some varibale definations are missing from the class created. Is there any tool like SOAP UI, which can generate request and response method from WSDL. Also, how to use that tool. Any help please.
Prabhat Kumar12Prabhat Kumar12
Hi Aditya,

You can look into this.

http://www.fuseit.com/en/Solutions/SFDC-Explorer/Help-WSDL-Parser.aspx


 
adityaMorganadityaMorgan
Thanks Prabhat!! I saw this link before, was wondering if anyone has better technique or tool to do so. Thanks:)