You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-user@axis.apache.org by Yogender Singh01 <Yo...@infosys.com> on 2007/05/14 08:06:41 UTC

[AXIS2C] query regarding deploying the calculator services

Hi all,

I am deploying the calculator services in Axis2c.

 

I generated all the files (server and client side) using wsdl2c tool.

 

Then for server side files, I did the necessary changes in
axis2_skel_Calculator.c file.

And for client side a new file for adding subtracting etc are written.

 

If I name my dll file generated from server side files as calculator.dll
then its working fine.

But if my dll file name is different (like calserver.dll) then it's not
working.

 

Where is it mentioned that dll file name should be calculator.dll??

Do we have to mention it somewhere in WSDL file???

 

 

Regards,

Yogender singh

 

 



**************** CAUTION - Disclaimer *****************
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful. This e-mail may contain viruses. Infosys has taken every reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachment. Infosys reserves the right to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or from this e-mail address may be stored on the Infosys e-mail system.
***INFOSYS******** End of Disclaimer ********INFOSYS***

Re: [AXIS2C] query regarding deploying the calculator services

Posted by Kaushalye Kapuruge <ka...@wso2.com>.
Yogender Singh01 wrote:
>
> Hi all,
>
> I am deploying the calculator services in Axis2c.
>
> I generated all the files (server and client side) using wsdl2c tool.
>
> Then for server side files, I did the necessary changes in 
> axis2_skel_Calculator.c file.
>
> And for client side a new file for adding subtracting etc are written.
>
> If I name my dll file generated from server side files as 
> calculator.dll then its working fine.
>
> But if my dll file name is different (like calserver.dll) then it’s 
> not working.
>
> Where is it mentioned that dll file name should be calculator.dll??
>
AFAIK the service name is specified in the services.xml file. The 
parameter used is "ServiceClass". :)
The server picks the DLL name up from the value specified in it.

For example if you have calserver.dll , then the parameter should be...
<parameter name="ServiceClass" locked="xsd:false">calserver</parameter>
Cheers,
Kaushalye
>
> Do we have to mention it somewhere in WSDL file???
>
> Regards,
>
> Yogender singh
>
> **************** CAUTION - Disclaimer *****************
> This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended 
> solely for the use of the addressee(s). If you are not the intended 
> recipient, please notify the sender by e-mail and delete the original 
> message. Further, you are not to copy, disclose, or distribute this 
> e-mail or its contents to any other person and any such actions are 
> unlawful. This e-mail may contain viruses. Infosys has taken every 
> reasonable precaution to minimize this risk, but is not liable for any 
> damage you may sustain as a result of any virus in this e-mail. You 
> should carry out your own virus checks before opening the e-mail or 
> attachment. Infosys reserves the right to monitor and review the 
> content of all messages sent to or from this e-mail address. Messages 
> sent to or from this e-mail address may be stored on the Infosys 
> e-mail system.
> ***INFOSYS******** End of Disclaimer ********INFOSYS***
>


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-user-help@ws.apache.org