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
