--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
ive got a series of web services running axis2 thats running
beautifully. been running thousands of transactions daily thru it with
junits with no problems at all. other parts of the whole project are
using .net studio not sure if its 2005 or 2008. but when they run that
cool little wizard in studio that is supposed to generate the web
service client, they get the methods but it doesn't automatically build
the classes to generate the xml documents that are supposed to be passed
as parameters to the methods on the web services.
ive got axis configured to automatically generate the wsdl, and it gives
the namespaces but not the schemas.
my answer was simply to write the classes by hand, i did. but that
didn't fly with them, they want to use their pretty little wizard in
studio. the only way i can see to do it is to write a wsdl by hand and
embedding all 30 or so xsd files into the one massive wsdl and turning
off the auto generated wsdl. before i waste a day and a half doing
this, does anyone know if this will fix their problem. last time i used
visual studio was 2003 and im sure a lot has changed since then.
- problems with .net devs running their client create wiz... Willie Slepecki
- Re: problems with .net devs running their client c... Dan Christopherson
