Just for the archive: I resolved the problem. It was of course my fault, although I wished the WSDL2Java tool would do a validity check, before generating code.

In <types> I defined elements like <element name="sum" type="integer"/> while in <message> I used a type attribute.
<message name="getSum">
       <part name="rightHandSide" type="sum"/>
</message>

I also seem to have referenced an old version of the Schema namespace. Changing <schema xmlns="http://www.w3.org/2000/10/XMLSchema";> to <schema xmlns="http://www.w3.org/2001/XMLSchema";> finally helped.

-Chris

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to