I have not understood how your system runs, but I think
you will have to have a java class that will actually
implement(or invoke) each of these services in seperate
methods. Then using soap admin gui, deploy this class
specifying all the methods, and you are done. Apache-soap,
open receiving the soap message, figures out what method
to call, with what parameters, and then it will make a
call to that method and you are in your service.
So you dont have to worry about processing and extracting
the call from the soap message.
 
 
----- Original Message -----
Sent: Tuesday, January 22, 2002 5:00 PM
Subject: Re: parsing soap message

Hello,
My requirement is as follows.
 
I have different semantic-nets built to serve different services. During run time I get a soap request to one of the services. So I have find out the method in the soap message and invoke the appropriate method in the semantic-net. (Symentic net is mapping between object model of a service provider and a service requester)
 
How do I do this ?
 
 

Reply via email to