users@jax-ws.java.net

Re: for asynchronous service from WSDL

From: Vivek Pandey <Vivek.Pandey_at_Sun.COM>
Date: Fri, 12 Jan 2007 08:55:39 -0800
If you are talking about creating a client from a WSDL, you dont have to do anything specific to the WSDL. All you would need to do is to provide customization to the wsimport. such as this:
<bindings
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
    wsdlLocation="http://localhost:8080/jaxws-external-customize/addnumbers?WSDL"
    xmlns="http://java.sun.com/xml/ns/jaxws">
        <enableAsyncMapping>true</enableAsyncMapping>
</bindings>

See, https://jax-ws.dev.java.net/nonav/jax-ws-21-ea3/docs/customizations.html#2.1_Global_bindings

If you are talking about async web service endpoint, you would still not do anything in the WSDL, rather 
implement AsyncProvider. For details see the documentation on AsyncProvider at:

https://jax-ws.dev.java.net/nonav/jax-ws-21-ea3/docs/asyncprovider.html

-vivek.

yuyin Song wrote:
Hi All,

I am working on creating asynchronous web service from
WSDL using NetBean 5.5. I am thinking about using
callback approach. Who knows how to describe
asynchronous web service and callback in WSDL? 
Thanks a lot.

Regards,

yin
 


 
____________________________________________________________________________________
The fish are biting. 
Get more visitors on your site using Yahoo! Search Marketing.
http://searchmarketing.yahoo.com/arp/sponsoredsearch_v2.php

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@jax-ws.dev.java.net
For additional commands, e-mail: users-help@jax-ws.dev.java.net