Hello,
I am trying to implement some code to the TR-069 standard
(http://www.dslforum.org/techwork/tr/TR-069%20Amendment%201.pdf)
that requires messages to be originated from the SOAP Server to the SOAP
Client after initial message exchange. The sequence of messaging is as
follows:
Client Server
inform() ---------->
<--------- informResponse
empty HTTP Post ---------->
<----------
getParameterValues()
getParameterValuesResponse ---------->
Thus the getParameterValues() and getParameterValuesResponse are in a
reverse direction to normal messaging.
Thus, my question is:
1) Is there a standard SOAP and Axis2 means to send an empty HTTP Post
message to effectively hand over control to the server for it to make
requests?
2) Is there a way, a MEP of some sort, for sending back an HTTP response
with a SOAP request in it with expectation of a subsequent HTTP request that
will contain the SOAP response?
So far I have looked at ServiceClient, OperationClient and MessageContexts
without anything that indicates this might be possible. I am comfortable
with the standard request-response messaging, but am at a loss for any sort
of bidirectional messaging initiation.
Any suggestions would be appreciated.
Jayke
--
View this message in context:
http://www.nabble.com/Reverse-Direction-Messaging-Over-Persistent-HTTP-Connection-tf4045431.html#a11491282
Sent from the Axis - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]