Re: WSDL2JAVA created uncompilable Stub

2009-04-07 Thread Jacques46
Hi Pricilla, I'll answer you to the best of my knowledge, which is limited to how I've used Axis so far. The file with the word "Skeleton" in it is the only file that you should have to modify. The java class that you created in the first steps (to come up with the WSDL file) probably only cont

Re: WSDL2JAVA created uncompilable Stub

2009-04-06 Thread Amila Suriarachchi
On Tue, Apr 7, 2009 at 9:15 AM, pricilla p wrote: > Hi Jacques, > > I am new to axis. > > I have to develop an web service > > I have followed the steps you mentioned and created a wsdl, skeleton and > stubs. > > Could you pls tell me what changes i need to make it in skeleton and stub > files >

Re: WSDL2JAVA created uncompilable Stub

2009-04-06 Thread pricilla p
Hi Jacques, I am new to axis. I have to develop an web service I have followed the steps you mentioned and created a wsdl, skeleton and stubs. Could you pls tell me what changes i need to make it in skeleton and stub files Also pls tell me how to deploy this web service. Thanks, Pricilla.

Re: WSDL2JAVA created uncompilable Stub

2009-04-03 Thread Jacques46
Just putting in my 2 cents, because a week ago I knew nothing about Axis, and I had to overcome some of the hurdles that have been encountered by other posters in the past... I hope I can avoid other people the same wasted time that I experienced... My environment is Eclipse 3.2.2, with the Code

Re: WSDL2JAVA created uncompilable Stub

2008-12-02 Thread Amila Suriarachchi
On Wed, Jun 11, 2008 at 4:32 PM, Adam Muller <[EMAIL PROTECTED]> wrote: > Hi, > > with Axis2 1.4 - when I regenerate Stub, it cannot be compiled. > I got errors like these all over it: > > The type WhoIsWhoServiceStub.AddressType must implement the inherited > abstract method ADBBean.serialize(QNa

Re: WSDL2JAVA created uncompilable Stub

2008-12-02 Thread asheikh
Hi I am having same issue, any idea how to solve this. I am using Eclipse Platform Version: 3.3.1.1, and my axis2 runtime is axis2-1.4 I have also noticed that in service.xml says I was expecting to service.xml to say From: Adam Muller [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June

RE: WSDL2JAVA created uncompilable Stub

2008-06-11 Thread Kraus, David
Yeah, something similar happened to me. The MTOMAwareXMLStreamWriter parameter is replaced by XMLStreamWriter in the stub code, which causes the compilation problems. I am not absolutely sure what is happening here. I tried enabling MTOM in my services.xml file, and found that wsdl2java generated