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: [EMAIL PROTECTED]



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 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 in the generated C code, param20 should not be there (or
 at least it has to be void, but that is not neat)

 I deem that this is a problem with C template, but I could not locate
 where exactly. Please help fix this.

 Thanks
 Samisa...




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
Ajith Ranabahu

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]