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
James_AdapxJames_Adapx 

multiple port support for wsdl

    I get this error trying to generate an apex class from a wsdl. Failed to parse wsdl: "Error: Found more than one wsdl:portType. WSDL with multiple portType not supported". This wsdl is for the licenseing of the software we sell. Here is the ports, is there a way around the port limitation?




Message Edited by James_Adapx on 09-08-2008 09:00 AM
SuperfellSuperfell
remove the last 3 wsdl:port elements
SimbaSimba
What are ports used for. If we simply remove the ports, would it still work.