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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to