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 

Error: Failed to parse wsdl: Unsupported transport

While consuming a WSDL, to generate a class, I have reciving a following error, I have not seen this kind of error before ever.
I have searched but not able to find out any solution for the same.
Error: "Error: Failed to parse wsdl: Unsupported transport http://www.tibco.com/namespaces/.........  "

Do any one came across same kind of Issue earlier.
Best Answer chosen by Ashishyadav
AshishyadavAshishyadav

I have managed to resolve it by removing that specific Endpoint.. 
somthing like this  <wsdl:binding name="..." type="">    It worked for me.