The joys of code-generated WSDL
by William (@vambenepe on Twitter)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…
Related posts:
- WS-Transfer, its WSDL and its WS-I compliance: the art of engineered uselessness
- SCA is not just for code portability
- To prevent intrusion, pull the plug on your server
- Search engine for XML documents
- Uploading a file to a Windows machine via WMI/WS-Management
- File upload/download and remote program execution using WS-Management – a practical solution