Results 1 to 1 of 1
- 01-25-2011, 01:36 PM #1
Member
- Join Date
- Jan 2011
- Posts
- 1
- Rep Power
- 0
async client with Soap Header (jax-wsi 2.0)
Hi my name's Michele
i have a problem!
I developed simply ws with JWSDP 2.0 (jax-wsi)
I use wsimport for generate artifcats (with XAdditionalHeader), but for Method Async i don't have object for header, in other words
i have this situation
1)Proxy with call Sync ok:
public void WebMetod(Obj body,SoapAut header); // ok body and SoapAut (Header Soap)
2) Async ko:
public Response<ResponseDU>WebMetodAsync(Obj body); //ko, becausw i can't invoke web method withi Header Soap
where is SoapHeader in asynck call ???
i expected th async call:
public Response<ResponseDU>WebMetodAsync(Obj body,SoapQut header) but in Proxy this call not exist
Help me please
bye
sorry for my Pitiful English.
Similar Threads
-
How to bind soap header using jax-rpc
By jadeite100 in forum XMLReplies: 0Last Post: 12-05-2010, 06:17 PM -
problem when generating MIME header of a SOAP packet using SAAJ
By kumar.jyotish@gmail.com in forum Advanced JavaReplies: 1Last Post: 10-18-2010, 05:03 PM -
Multiple <wsse:Security> entry in SOAP 1.1 header
By javaduke in forum Advanced JavaReplies: 0Last Post: 08-09-2010, 03:27 PM -
Adding WS Addressing to SOAP header - ACK!
By themdg in forum New To JavaReplies: 3Last Post: 08-06-2010, 11:16 PM -
SOAP Client
By sathish_2111 in forum Advanced JavaReplies: 2Last Post: 01-27-2010, 07:08 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks