Forum Discussion
tjdurden
14 years agoFrequent Contributor
Hi Alex,
Unfortunately, the WSDL is not valid. There's a whole bunch of validation errors thrown, but the first instance relates to the 'maxOccur' attribute being used on <xsd:element> elements (starting with Username on line 7, then 8... 12, 13, 24, 25 etc). In fact, there's over 2300 instances of this. And then there's the 'minOccurs' attribute on line 3705 which shouldn't be there.
I'd have a word with the developer!
Kind regards,
Tim
Unfortunately, the WSDL is not valid. There's a whole bunch of validation errors thrown, but the first instance relates to the 'maxOccur' attribute being used on <xsd:element> elements (starting with Username on line 7, then 8... 12, 13, 24, 25 etc). In fact, there's over 2300 instances of this. And then there's the 'minOccurs' attribute on line 3705 which shouldn't be there.
I'd have a word with the developer!
Kind regards,
Tim