<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.
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