Hi all,

i have just started with soap development and i would like to know how
the following things can be done using apache soap. hiere is what
i want to do:

- a class calls a method on an my soap-proxy-class.
- the proxy-class tries to send the soap-request to the web-service
- if the web-service is not available, the proxy-class should
  somehow get the soap-xml-request-message string and store it in a
database
- after a specific time period the proxy-class should query the
  database for every undeliverd soap-xml-request-messages and
  should try to deliver them again.

the question is:

how can i get the soap-xml-request-message string from a call
object and how can i create a call object from an
soap-xml-request-message
string?

best regards,
andre

Reply via email to