And just for clarity -- the sample WSDL in the WSDL spec is not valid...

Anne

On 7/19/06, Christian Pöcher <[EMAIL PROTECTED]> wrote:
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]



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

Reply via email to