William Vambenepe's blog

IT management in a changing IT world

23
Jan
2006

The joys of code-generated WSDL

by William Vambenepe

I recently ran into a WSDL which included an operation called “main”. The type of the request message for the operation was of course:

<complexType name=”ArrayOf_xsd_string”>
<complexContent>
<restriction base=”soapenc:Array”>
<attribute ref=”soapenc:arrayType” wsdl:arrayType=”xsd:string[]“/>
</restriction>
</complexContent>
</complexType>

Command line over SOAP. Nice…

AddThis Social Bookmark Button

Leave a Reply