Re: [Axis2]Re: Codegen problem

2006-09-10 Thread Samisa Abeysinghe
Ajith Ranabahu wrote: I corrected the problem in the templates. Please see whether it works for you now :) Yes it works now. Many thanks, Samisa... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Codegen problem

2006-09-09 Thread Samisa Abeysinghe
When I codegen for a WSDL, I get parameters with no type in generated C code. The WSDL has wsdl:message name='saveMessage' / and I get the C code: axis2_status_t axis2_ServerAdmin_save (const axis2_env_t* env , param20 ); Java generated code is correct: public void save ( ) {} So obviously

Re: Codegen problem

2006-09-09 Thread Samisa Abeysinghe
BTW I used '-d none' and '-u' in when generating code in both languages. Samisa... Samisa Abeysinghe wrote: When I codegen for a WSDL, I get parameters with no type in generated C code. The WSDL has wsdl:message name='saveMessage' / and I get the C code: axis2_status_t

[Axis2]Re: Codegen problem

2006-09-09 Thread Samisa Abeysinghe
Prefix corrected! BTW I used '-d none' and '-u' in when generating code in both languages. Samisa... Samisa Abeysinghe wrote: When I codegen for a WSDL, I get parameters with no type in generated C code. The WSDL has wsdl:message name='saveMessage' / and I get the C code: axis2_status_t

Re: [Axis2]Re: Codegen problem

2006-09-09 Thread Ajith Ranabahu
I corrected the problem in the templates. Please see whether it works for you now :) On 9/9/06, Samisa Abeysinghe [EMAIL PROTECTED] wrote: Prefix corrected! BTW I used '-d none' and '-u' in when generating code in both languages. Samisa... Samisa Abeysinghe wrote: When I codegen for a