Please check if your SOAP Action is properly set in the generated client code. The C++ server wants the SOAP action to be "ServiceName#MethodName" Where ServiceName is the name of the service as in the server.wsdd file and MethodName is the method that you want to invoke and it is in the allowed methods list of the server.wsdd file.
Thanks, Samisa... -----Original Message----- From: bhanu prakash [mailto:[EMAIL PROTECTED] Sent: Saturday, March 05, 2005 12:56 PM To: [email protected] Subject: AXIS C++ Webservice deployment problem Hi, I have installed AXIS C++ with xerces 2.2 on linux and tested the sample applications. They are working fine. I wrote my own service + client code and compiled it and restarted the Apache server. When I go to http://localhost:3000/axis/ It is listing my service there. But when I am trying to utilize it thru my client code (./ownservice 25 http://localhost:3000/axis/ownservice) it is giving Exception: AxisTransportException:Unknown Transport Exception. Can you help? Thanks, Bhanu __________________________________ Celebrate Yahoo!'s 10th Birthday! Yahoo! Netrospective: 100 Moments of the Web http://birthday.yahoo.com/netrospective/
