Dear Developers, Yes I have successfully create a dll file as service by the documentation. But my employer need me to make web page by using axis2c. Is it impossible? Someone told me to use php. Can it work?
Yours sincerely, Jason From: Nandika Jayawardana Sent: Friday, April 30, 2010 1:42 AM To: Apache AXIS C User List Subject: Re: [Axis2]About deploy Axis2c on Apache2.2 You do not need to create a web page in axis2c to deploy a service rather you need to implement your service as a shared library ( DLL ) alone with a service descriptor services.xml which are put in a folder and place in to the services directory under Axis2/C repository. You can refer to the documentation and the example services provided for additional details. Regards Nandika 2010/4/29 卢杨 <[email protected]> Dear Developers, Thanks it works. But I meet another problem. How can I create a web page and connect to the service as a client? I have already have the client program in C(exe file). Yours sincerely, Jason From: Nandika Jayawardana Sent: Thursday, April 29, 2010 8:16 PM To: Apache AXIS C User List Subject: Re: [Axis2]About deploy Axis2c on Apache2.2 Have you add E:/Source/axis2c-bin-1.6.0-win32/lib directory to your path environment variable. Also specify LoadModule axis2_module modules/mod_axis2.so. Try removing Axis2ServiceURLPrefix and see the default setting http://localhost/axis2/services/ works Regards Nandika 2010/4/29 卢杨 <[email protected]> Dear developers, I have a problem that I can't deploy axis2c on apache2.2 successful. I can't see axis2.log file and in error.log file: [Thu Apr 29 10:01:48 2010] [error] [client 127.0.0.1] File does not exist: E:/Apache2.2/htdocs/axis2 This is my setting of httpd.conf LoadModule axis2_module E:/Apache2.2/modules/mod_axis2.so Axis2RepoPath E:/Source/axis2c-bin-1.6.0-win32 Axis2LogFile E:/Apache2.2/logs/axis2.log Axis2LogLevel trace Axis2ServiceURLPrefix web_services Axis2MaxLogFileSize 200 <Location /axis2> SetHandler axis2_module </Location> How can I deal with the problem. Yours sincerely, Jason -- http://nandikajayawardana.blogspot.com/ WSO2 Inc: http://www.wso2.com -- http://nandikajayawardana.blogspot.com/ WSO2 Inc: http://www.wso2.com
