hi Peter,
There is an app called "SimpleAxisServer" which is, as the name suggests, a simple http listener. you set it up as normal with the usual config files and it listens on a port of your choice and calls the appropriate service. Be aware - it's called "simple" for a reason we have improved it recently but it's still not really production quality (in my opinion!).
http://ws.apache.org/axis/cpp/serveruser-guide.html is the best documentation I could find for working with it.
regards,
John.
| "Kovgan, Peter"
<[EMAIL PROTECTED]>
07/05/2006 15:25
|
|
Hi!
I need help urgently!
There is a problem.
Imagine Axis C++ engine outside of Apache.
I need to run this engine locally(not as part of web container) to be able deserialize SOAP message and invoke corresponding methods on target service.
How can I achieve this?
Suppose I have some black box, which receives SOAP message as parameter and as output produces method calls to target service.
How can I implement this black box using Axis for C++?
Is it possible ?
Is it possible to deploy service on NON hosted axis?
Please, help!
Peter.
