|
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.
|
- parsing soap message Krishnakanth Rao
- Re: parsing soap message C Santosh Kumar
- Re: parsing soap message Krishnakanth Rao
- RE: parsing soap message C Santosh Kumar
- RE: parsing soap message Shashi Anand
- RE: parsing soap message Shashi Anand
