You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Alejandro Calbazana <al...@calbazana.com> on 2007/05/15 19:03:39 UTC

WS-Addressing

Hello,

I'm a little fuzzy on the making use of WS-Addressing in my generated 
client.  I have a need to call a bpel process to kick off a workflow.  
I'd like to receive the workflow's callback.  WS-Addressing is available 
to me and I'd like to hook into it on the client end. 

The workflow's wsdl contains the WS-Addressing schema and has the 
expected ReplyToHeader and MessageIDHeader parts of the operation.  
After generating my client using wsdl2java, with xmlbeans as the data 
binding, I see that the signature for the operation in my client asks 
for a ReplyToDocument and a MessageIDDocument as part of the generated call.

My question is if I should use xmlbeans to generate this client or if I 
should just use the client api to construct the call and add the headers?

Thanks,

Alejandro


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org