I'm a bit stumped here. I've been scouring documentation, articles,
commentaries and the like for two days, so now I'm going to pester you
fine folks. :-)

I am generating a wsdl at build time and inserting into the WEB-INF
directory in my .aar file like so:

   $ jar -tf services/pbqs.aar  | grep wsdl
   META-INF/PBQS.wsdl

(On a side-note, isn't there an 'axis2-java2wsdl' Ant target? I
couldn't find one.)

But when I issue the "?wsdl" command against my service (running under
Tomcat, in case it matters), the WSDL I get back is most definitely
*not* the one I had generated. Any ideas on why this might be? This
worked fine under Axis1.x, but I cannot for the life of me get it to
work under Axis2.

In case you're inclined to respond with "Just use the
automagically-generated WSDL", well, I'd rather not at this point. For
reasons I'd rather not go into, having a WSDL that describes the
service *as it was built* would be beneficial to me (and the
developers at my company who may need to deploy an older version of
the service for some reason).

I'd also much prefer to *not* go from WSDL->Java--starting with Java and
generating a WSDL is far less tedious.

-dan

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

Reply via email to