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
PRepakaPRepaka 

WebService callout failed exception

hi

 

can u please help me.

 

i m getting this error while calling third party webservice.(http://www.webservicex.net/uszip.asmx)

 

Web service callout failed: Unable to parse callout response. Apex type not found for element NewDataSet

 

 


can u please help me.

gv007gv007
Can you post some code
SuperfellSuperfell
the service description simply says each method returns a completely random chunk of XML, these type of services are not supported by WSDL2Apex based callouts. You'll need to construct the http/xml request and parse the response soap/xml yourself.