Open GoogleCodeExporter opened 8 years ago
You didn't prefix the Structure1 in the message, so it's not recognized as a
known element
<message name="testSoapRoutineRequest">
<part name="s1" type="Structure1"/>
</message>
Should be:
<message name="testSoapRoutineRequest">
<part name="s1" type="tns:Structure1"/>
</message>
Original comment by maciej.rutkowski
on 15 Apr 2011 at 7:40
Original issue reported on code.google.com by
siuchunt...@gmail.com
on 3 Nov 2010 at 6:49Attachments: