1. Create a simple Java interface that includes the functions you wish to expose.
2. Use Java2WSDL to create the corresponding WSDL file.
3. Use WSDL2WS to generate C++ stubs.
4. Implement those stubs and have them call the exported functions.

The procedure is explained here:
http://ws.apache.org/axis/cpp/winuser-guide.html

- Henrik

----- Original Message ----- From: "George Sebastian" <[EMAIL PROTECTED]>
To: "Apache AXIS C User List" <[email protected]>
Sent: Friday, July 15, 2005 3:56 AM
Subject: A Basic question


Hi

I have a set of dll files with exported functions.
How can I write a webservice using Axis C++ to export these functions

Thanks
George

Reply via email to