Hello list,

I have a problem with a generated service. My service has no input parameter and several output parameters. After implementing the service I always get the error message: Operation Not Found. So I searched through the generated code and found, that in the svc_skel of my service it is searched for the right function of my service but it is not called in the invoke function:

if (op_name)
         {
               if ( axutil_strcmp(op_name, "getStatus") == 0 )
               {
} }

If I understand right the error belongs to the code generation - am I right? If this is so I think it is a bug - what has to be done to fix it? For code generation I firstly used a snapshot of AXIS2 from some weeks ago. After detecting the error I also used a snapshot from today. There is the needed code in the svc_skel, but the error message is the same. Maybe I'm doing something wrong? Btw I found that the generated code from the actual version contains much more functions and the service.xml has different content - maybe it is not possible to host such a service in a AXIS2C 1.1 server?

Attached is the WSDL and the code generated from the snapshot version some weeks ago.

Regards Michael

Attachment: service.tar.gz
Description: GNU Zip compressed data

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

Reply via email to