[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