Michal,

I think I see the problem -- there is no part called "lastDays" in your <message>. Since there's only one part in the <message>, you don't need to specify the parameterOrder attribute, so I recommend that you remove it. Otherwise, you should modify it to say:

<wsdl:operation name="getUnusedAccounts" parameterOrder="parameters">

Anne

At 09:38 AM 8/22/2003 +0200, you wrote:
On Thu, Aug 21, 2003 at 06:42:40PM -0400, Anne Thomas Manes wrote:
> What does the tns:getUnusedAccounts1In <message> description look like? I'm
<wsdl:message name="getUnusedAccounts1In">
<wsdl:part name="parameters" element="tns:getUnusedAccounts"/>
</wsdl:message>


> assuming that it contains more than one part, and the emitter is objecting
> to the fact that you want to pass only one part from a multi-part message.
Strange, isn't it? :/

> >The part of WSDL where this error occurs looks like this:
> ><wsdl:operation name="getUnusedAccounts" parameterOrder="lastDays">
What's even stranger to me, if I remove content of parameterOrder and
leave it empty, WSDL2Java doesn't complain and generates .java files,
altought they are slightly broken (names of method parameters hide
private class variables), but they are trivial to correct manually.

Do you have any Idea what can be wrong? Is it really broken WSDL or
maybe some bug in AXIS?

Best Regards
--
--= Michal Kochanowicz =--==--==BOFH==--==--= [EMAIL PROTECTED] =--
--= finger me for PGP public key or visit http://michal.waw.pl/PGP =--
--==--==--==--==--==-- Vodka. Connecting people.--==--==--==--==--==--
A chodzenie po g�rach SSIE!!!



Reply via email to