RE: local client works - remote doesn't

2005-06-28 Thread Yampolsky, Robert
I tried running simple_axis_server under gdb and tracing through the code that looks up the service. I did this for both my local client and a remote client (using the soaptest client at http://www.soapclient.org). When I trace through the 'process' code in ServerAxisEngine.cpp, it gets the corre

Re: local client works - remote doesn't

2005-06-28 Thread Samisa Abeysinghe
There is no specific setting that you need to get Axis C++ work outside local network. I think the problem here seems to be with the namespace. Can you make the client to send the request without the namespace? Samisa... On 6/27/05, Yampolsky, Robert <[EMAIL PROTECTED]> wrote: > I have a client