[jboss-user] [JBossWS] - Re: web service and asynchronous processing

2007-10-19 Thread jtestori
dear vitor_b, did you manage to do asynchronous calls as you described here? i would be very interested in how it works. or can anyone else help me? i don't want a stateful shopping card, but a webservice that calls back to the client after processing the request, because in my case this can be

[jboss-user] [JBossWS] - Re: web service and asynchronous processing

2007-03-05 Thread vitor_b
Hello Thank you for your reply, but unfortunately there are some things i don't understand. Could you clarify these for me please? We have Message Addressing Properties: xs:anyURI ? | wsa:EndpointReferenceType ? | wsa:EndpointReferenceType ? | wsa:EndpointReferenceType ? | xs:anyURI |

[jboss-user] [JBossWS] - Re: web service and asynchronous processing

2007-03-05 Thread [EMAIL PROTECTED]
Take a look at our ws-addressing implementation: http://jbws.dyndns.org/mediawiki/index.php/JAX-WS_User_Guide#WS-Addressing EndpointReferences (EPR) are used for use cases like this. Basically the client passes an EPR with the request, which then can be used to send the reply later on. View th