RE: User Guide: Code generation for client

2006-08-14 Thread Derek
generated by Axis or Axiom should at least identify what specific XML element could not be bound, and why. Derek -Original Message-From: jayachandra [mailto:[EMAIL PROTECTED] Sent: Friday, August 11, 2006 12:22 AMTo: axis-user@ws.apache.orgSubject: Re: User Guide: Code

Re: User Guide: Code generation for client

2006-08-11 Thread jayachandra
Guys, This issue being discussed seems to be against Axis2, I'd suggest that you append a prefix [Axis2] (without quotes) to your messages and post so that your mail lands up in the filters of the saviours :) cheers Jaya On 8/10/06, Deepak Sharma [EMAIL PROTECTED] wrote: Thanks a lot Marcel for

[Axis2] User Guide: Code generation for client

2006-08-11 Thread Deepak Sharma
Thanks Jaya! Changed the Subject accordingly. I have cut and paste the problem again: This question has already been asked in the forum and I suppose I am the third person to ask this question. But no response has come so far to rectify this

Re: [Axis2] User Guide: Code generation for client

2006-08-11 Thread Ajith Ranabahu
Hi, Are you guys using the -d xmlbeans option while code generating ? On 8/11/06, Deepak Sharma [EMAIL PROTECTED] wrote: Thanks Jaya! Changed the Subject accordingly. I have cut and paste the problem again: This question has already been asked in

Re: [Axis2] User Guide: Code generation for client

2006-08-11 Thread Deepak Sharma
Hi Ajith, In the generation of client code, we are not using -d option. We have followed the steps mentioned in the following site: http://ws.apache.org/axis2/1_0/userguide3.html#Writing_Web_Service_Clients_using_Code_Generation_with_Data_Binding_Support Just reiterating the problem

Re: [Axis2] User Guide: Code generation for client

2006-08-11 Thread Ajith Ranabahu
Hi, The problem seems to be the databinding as I thought. If you want to follow the exact steps of tyhe userguide you have to add the -d xmlbeans option to the set of commandline arguments. In the mean time I'll see whether the documentation can be improved! Ajith On 8/11/06, Deepak Sharma

Re: User Guide: Code generation for client

2006-08-10 Thread Deepak Sharma
Thanks a lot Marcel for your findings. -Deepak On 8/8/06, Marcel Frehner [EMAIL PROTECTED] wrote: According tohttp://www.mail-archive.com/axis-user@ws.apache.org/msg16725.html , which Ihad overlooked before, we need to use the nightly snapshots. I still couldnot get it working. Now I definitely

Re: User Guide: Code generation for client

2006-08-08 Thread Marcel Frehner
According to http://www.mail-archive.com/axis-user@ws.apache.org/msg16725.html, which I had overlooked before, we need to use the nightly snapshots. I still could not get it working. Now I definitely give up and wait for the next Release or at least for the next complete nightly build. Good

Re: User Guide: Code generation for client

2006-08-07 Thread Marcel Frehner
I'm still working on the Axis2SampleDocLitService service from the tutorial. Using wsdl2java for the server side I get Axis2SampleDocLitServiceSkeleton which has a Method echoString(org.apache.axis2.userguide.xsd.EchoStringParamDocument param4). When generating the client I get

Re: User Guide: Code generation for client

2006-08-07 Thread Marcel Frehner
Hey Deepak By now I used to run the wsdl2java from Eclipse. Desperate as I am I tried the command line version and got correct stub and skeleton code with the following command: wsdl2java -uri Axis2SampleDocLitService.wsdl -ss -sd -d xmlbeans wsdl2java -uri Axis2SampleDocLitService.wsdl -d

Re: User Guide: Code generation for client

2006-08-06 Thread Deepak Sharma
I would really appreciate if Deepal, Derek or any active member can shed some light on this problem. Thanks, Deepak On 8/4/06, Marcel Frehner [EMAIL PROTECTED] wrote: I gave it another try. But I could not get any further this time. I'vestillgot the following client, where stub.echoString()

Re: User Guide: Code generation for client

2006-08-04 Thread Marcel Frehner
I gave it another try. But I could not get any further this time. I've still got the following client, where stub.echoString() expects an EchoStringParam, which I don't have... package org; import org.apache.axis2.userguide.*; import org.apache.axis2.userguide.xsd.EchoStringParamDocument;

User Guide: Code generation for client

2006-08-03 Thread Deepak Sharma
Hi Guys, This question has already been asked in the forum and I suppose I am the third person to ask this question. But no response has come so far to rectify this problem. Following is the problem: I am facing someproblem creating client for the example mentioned in the user guide.

Re: User Guide: Code generation for client

2006-08-03 Thread Marcel Frehner
Hi Deepak I've got the same problem and can't find a solution. Following up your thread about the EchoStringParam I would suggest something like the code below. But what ist the XMLStreamReader supposed to be? I mean, how can I create an EchoStringParam? Marcel *** import

Re: User Guide: Code generation for client

2006-08-03 Thread Deepak Sharma
Thanks Marcel for the inputs. As I am new to this Axis, so would not be able to comment. I would really appreciate if anyone give us the right direction to resolve this problem. Thanks, Deepak On 8/3/06, Marcel Frehner [EMAIL PROTECTED] wrote: Hi DeepakI've got the same problem and can't find a

[Axis 2] User Guide: Code generation for client

2006-07-27 Thread Christian Pöcher
Hello list, I have a problem creating clients with ADB support for the example service used in the user guide. At http://ws.apache.org/axis2/1_0/userguide3.html#Writing_Web_Service_Clients_using_Code_Generation_with_Data_Binding_Support it says, that you should get a file called