Do you have the wsdl files in $AXISCPP_DEPLOY/wsdls folder? BTW, Simple Axis server does not support this ?wsdl URLs. It only works with Apache. Also note that, Axis C++ engine is not capable of generating the WSDL for the service. Rather it gives out the WSDL file stored in $AXISCPP_DEPLOY/wsdls folder.
Thanks, Samisa... -----Original Message----- From: Yampolsky, Robert [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 10, 2005 9:52 PM To: Apache AXIS C User List Subject: RE: list of deployed web services Not true. The URL's in the front page have /axis in them (I'm using 1.5). Same thing happens when I click the front page links or type the URL's manually. I don't see any core files generated by the Apache segfault, so I can't determine why it's segfaulting. I tried to access a wsdl URL through simple_axis_server, but that just hangs (browser gets no response). Don't know if that's supposed to work, but I thought that if it did and it segfaulted, I'd stand some chance of debugging it. I'm assuming that the following in my httpd.conf file is all I need to do to map the localhost/axis path to the true axis location and that the axis handler is responsible for translating the ?wsdl to the wsdls subdirectory. LoadModule axis_module modules/libaxiscpp_mod2.so <Location /axis> SetHandler axis </Location> -----Original Message----- From: Tony Dodd [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 10, 2005 11:32 AM To: 'Apache AXIS C User List' Subject: RE: list of deployed web services It's simply got the wrong url coded in the Axis front page, if you look at Axis.cpp someone has commented out the line that adds /axis (line 235 in 1.4). If you enter http://localhost/axis/array?wsdl in the url combo explicitly it should work. Tony Dodd Oxford University Research Technologies (Xaira) >-----Original Message----- >From: Yampolsky, Robert [mailto:[EMAIL PROTECTED] >Sent: 10 May 2005 16:09 >To: Apache AXIS C User List >Subject: RE: list of deployed web services > >Doesn't work for me. http://localhost/axis does bring up a >page with links to all the wsdl's, but when I click on any of >those links I get a >503 error in my browser, and the Apache error log logs a >segfault. Any idea how to debug this? > >-----Original Message----- >From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED] >Sent: Monday, May 09, 2005 11:56 PM >To: Apache AXIS C User List >Subject: RE: list of deployed web services > >Hi, > If you have the wsdl files in %AXISCPP_DEPLOY%\wsdls >folder, you should get the ?wsdl thing working. >http://localhost/axis/array?wsdl is the correct link (and it >works on my >machine) > >Also the calculator sample need three mandatory parameters: >calculator.exe add 101 10 > >HTH > >Samisa... > >-----Original Message----- >From: So Hok Chun, Bill [mailto:[EMAIL PROTECTED] >Sent: Monday, May 09, 2005 9:30 PM >To: [email protected] >Subject: list of deployed web services > >Dear All, > >With some help from people in the mailing list, I installed axis. > >And I can run some of the samples like array, base, rpcfault >(but not calculator. I guess there should be some problem in >that sample). > >About the http://localhost/axis page, there's a column "WSDL" >in the table. The is like http://localhost/array?wsdl > >However, there's simply no such directory in my server. I >tried http://localhost/axis/array?wsdl . But still doesn't >work. The browser just return a blank page. > >What should the correct link look like? > >Thanks for your help. > >Yours, >Bill >
