Title: nollaig Signature
Hi All,
 
I am currently writing an application that is currently just a test java application. We currently have a SOAP server located on a linux box and it has a subscription service, which is written in C++, on it. The idea is that the subscription service takes a client's ${HOST}:${PORT} String and a BaseFilter object as an argument. The SOAP server processes the subscription request by subscribing that client to a particular service. The SOAP server now intermittantly pings the client to ensure it is still alive. The SOAP server constantly monitors other data in another system and when necessary it will notify that subscribed client about data that it has monitored.
 
So, I have written a java application that generates an Axis client call to this SOAP server that subscribes to a service. The SOAP server processes the call by subscribing my client to the service. The client receives the correct return code. Here is where I need your help. How do I capture the ping requests from the SOAP server now that I have subscribed. Does my service have to be running inside apache/axis? Can I do this from my stand alone client? I have just started using Axis and could do with some pointers.
 
D�ire
 

Reply via email to