Re: Problem with java2wsdl ant task for document/literal (was Re: webservice won't deploy at all)

2005-02-17 Thread Sebastien Mayemba Mbokoso
In the documentation, they say you can juste have either LITERAL or ENCODED for the Axis 'use' option. On Thu, 17 Feb 2005 12:47:05 -0500, James Black <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I removed > > style="wrapped" > use="literal" > > from my ant

re: Problem with java2wsdl ant task for document/literal (was Re: webservice won't deploy at all)

2005-02-17 Thread James Black
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I removed style="wrapped" use="literal" from my ant task, java2wsdl, and now I can deploy my webservice. If I want to use the ant task to generate my files, how do I tell it to use document/literal wrapped. Thanx. - -- "Love is mutual self-giving that e

problem with Java2WSDL?

2004-08-08 Thread Madeleine Wright
I have tried several times to generate a WSDL using Java2WSDL. Finally I followed the pattern suggested in an article and, after preparing the classes etc, ran: java org.apache.axis.wsdl.Java2WSDL -o cruise.wsdl -l http://localhost:8080/axis/servlet/AxisServlet -n "urn:cruise" -S "CruiseServic

Problem with Java2WSDL

2003-07-30 Thread Wendy Smoak
Title: Problem with Java2WSDL I ran into a small problem with Java2WSDL.  The -C switch, for which the usage says... -C, --importSchema A file or URL to an XML Schema that should be physically imported into the generated WSDL ...doesn't seem to work with a file.  At least, if I just

Re: "Chicken-Egg" problem with Java2WSDL/WSDL2Java

2002-10-07 Thread Ulrich Winter
ay, October 07, 2002 6:49 PM Subject: Re: "Chicken-Egg" problem with Java2WSDL/WSDL2Java > Vishal Mehra wrote: > > > Thanks James, > > > > Yes, one can provide the business logic either in SOAPBindingStub.java or > > SOAPBindingImp.java but this does no

Re: "Chicken-Egg" problem with Java2WSDL/WSDL2Java

2002-10-07 Thread James Black
Vishal Mehra wrote: > Thanks James, > > Yes, one can provide the business logic either in SOAPBindingStub.java or > SOAPBindingImp.java but this does not solve the problem of moving the logic > from existing java classes to any one of the above classes. > > Is there an automated way to transform

RE: "Chicken-Egg" problem with Java2WSDL/WSDL2Java

2002-10-07 Thread Vishal Mehra
SOAPBindingImp.java? or an automated way to write wrapper (SOAPBindingImp) classes on top of existing java classes? -Vishal -Original Message- From: James Black [mailto:[EMAIL PROTECTED]] Sent: Friday, October 04, 2002 8:52 PM To: [EMAIL PROTECTED] Subject: Re: "Chicken-Egg" pr

Re: "Chicken-Egg" problem with Java2WSDL/WSDL2Java

2002-10-04 Thread James Black
Vishal Mehra wrote: > I would like to expose e xisting java interfaces and classes via SOAP. > If you run java2wsdl and then wsdl2java, you need to move logic from > existing classes to SOAPBindingImp.java. Ideally, I would like to keep > the logic in the original classes. Is there a way arou

RE: "Chicken-Egg" problem with Java2WSDL/WSDL2Java

2002-10-04 Thread Vishal Mehra
Title: Re: "Chicken-Egg" problem with Java2WSDL/WSDL2Java I have the same issue.   I would like to expose existing java interfaces and classes via SOAP. If  you run java2wsdl and then wsdl2java, you need to move logic from existing classes to SOAPBindingImp.java. Ideally, I woul

Re: "Chicken-Egg" problem with Java2WSDL/WSDL2Java

2002-10-04 Thread Vervoort, Claude
Title: Re: "Chicken-Egg" problem with Java2WSDL/WSDL2Java If you use wsdl2java -H the type information is actually stored in an Helper class, not in the Javabean itself. Would it be possible then to: 1- generate the code with the Helper in a temp folder 2 - move back only th

Re: "Chicken-Egg" problem with Java2WSDL/WSDL2Java

2002-09-18 Thread Chad
How I solve the problem is I generate all the classes and redirect to my classes at the appropriate points using sed For the web service classes I have my own implementation that implements the interface and I sed the generated skeleton class replacing the reference to the generated impl class

RE: "Chicken-Egg" problem with Java2WSDL/WSDL2Java

2002-09-17 Thread Volkmann, Mark
Title: RE: "Chicken-Egg" problem with Java2WSDL/WSDL2Java Here's how I get around the problem.  I use Ant to run WSDL2Java.  The target that does that tells WSDL2Java to send the files it generates to a directory called "gen".  After that, Ant copies the files I wan

Re: Problem with Java2WSDL BUG????

2002-04-04 Thread Christian Gross
;>Good luck. >>Stan >> >> >>- Original Message ----- >>From: "Christian Gross" <[EMAIL PROTECTED]> >>To: <[EMAIL PROTECTED]> >>Sent: Thursday, April 04, 2002 6:48 AM >>Subject: Problem with Java2WSDL >> >> &

Re: Problem with Java2WSDL BUG????

2002-04-04 Thread Christian Gross
o. > Sent: Thursday, March 28, 2002 9:19 AM > Subject: WSDL2Java issue (samples/userguide/example5) >Good luck. >Stan > > >- Original Message - >From: "Christian Gross" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Thursday, Ap

Re: Problem with Java2WSDL

2002-04-04 Thread Stan Jordan
IL PROTECTED]> Sent: Thursday, April 04, 2002 6:48 AM Subject: Problem with Java2WSDL > I tried running the sample/userguide/example5 through the Java2WSDL tool > and I keep getting the error: > > java.lang.NoSuchMethod error in org.apache.axis.wsdl.fromJava.ClassRep > > The or

Problem with Java2WSDL

2002-04-04 Thread Christian Gross
I tried running the sample/userguide/example5 through the Java2WSDL tool and I keep getting the error: java.lang.NoSuchMethod error in org.apache.axis.wsdl.fromJava.ClassRep The original error came from an interface that references another interface, but I decided to test on a standard sample