Re: Axis 1.4 service deployment query

2006-12-05 Thread Tarun Maheshwari
I could not find the mentioned files.. They are axis 1.6 specific files. i am still searching for the answer.. -Tarun From"Chinmoy Bhattacharjee" <[EMAIL PROTECTED]> You will need to change the code for this. In mod_axis2.cpp --- there is a hardcoded check for /axis in the function axis_hand

Re: Axis 1.4 service deployment query

2006-12-04 Thread Chinmoy Bhattacharjee
You will need to change the code for this. In mod_axis2.cpp --- there is a hardcoded check for /axis in the function axis_handler_helper(). Change this to myservice. You may like to change #define AXIS_URI_EXTENSION "/axis" as well in Apache2Transport.cpp. Finally, set up the Apache configuratio

Axis 1.4 service deployment query

2006-11-29 Thread Tarun Maheshwari
Hello, I am using axis c++ 1.4 version with apache http server 2.0.59.. I have a query and any help is very much appreciated. This is a snippet of my sample wsdl http://localhost/axis/MD5Service"/> The above snippet shows the sample wsdl service name and service addr