refresh says "url not available"

2005-05-31 Thread Din%$h
Hi,   After Installing axis-c 1.5 final I was able to get Welcome to Axis C++ page. But if I refresh that page more than once it says "url not available".        After waiting some time , if I refresh I'm able to get "Welcome to Axis C++ page " again.  also if I refresh more than once again sam

Re: Filtering requests by client IP address?

2005-05-31 Thread Samisa Abeysinghe
To my knowledge, it is not possible to extract client IP from server side. However, as we are running with Apache it should be possible to get this from the server side module and expose that to the service. Thanks, Samisa... On Tue, 2005-05-31 at 16:03, Yampolsky, Robert wrote: > Is it possib

Filtering requests by client IP address?

2005-05-31 Thread Yampolsky, Robert
Is it possible in an Axis C++ service to determine the IP address of the client. My service is supposed to filter on this and match it up against a database of registered clients. It looks like it might be possible to dig into the call heirarchy and get the socket handle from the Channel, but I'm

Returning an array from Java Webservice

2005-05-31 Thread Falk Sippach
Hello, some weeks ago I've tested Axis C++ with a Java Axis webservice. It worked well as long as I returned simple Java beans. Now my Java webservice returns an array of beans. How does it work in my C++ client. Does it work at all? I'm not a good C++ programmer, but I think, in C++ you need to