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
AccelciaAccelcia 

Failed to parse wsdl: Found more than one wsdl:binding. WSDL with multiple binding not supported

Hi,

 

I created a Apex class from a WSDL file using Generate to WSDL option, it worked fine and then added the class to a managed package. Then i modified the WSDL and tried tried the same, i got the following error

 

Error: Failed to parse wsdl: Found more than one wsdl:binding. WSDL with multiple binding not supported

 

I need to know whether this error caused because we regenerate the same WSDL which replaces the existing class which is in a managed package since we cannot delete a class from a managed package.

 

kiranmutturukiranmutturu

when you are generating the apex class... do u remove the additonal bindings? .. actually you need to remove the additional binidngs before creating the WSDL...SOAP Services: Defining a Class from a WSDL Document..check it out once in apex guide