I'm playing around with NetBeans and JAX-WS and I see that the WSDL is fetched every time a WS is called. Is there a way to avoid this? Is there some configuration?
相关问题
- Step by step instructions for getting cppunit up a
- org.jdesktop.application package doesn't exist
- WSDL list of complexType HOWTO- define, return fro
- Is the Namespace for a SOAP Web Service case sensi
- How to fix unresolved types when importing Exchang
相关文章
- Using JAX-WS 2.2.5 client with JDK/JRE 1.5
- Cannot use org.jvnet.jax-ws-commons.jaxws-maven-pl
- How to create base64Binary data?
- PHP SoapClient constructor very slow
- Are there any public UDDI registries available?
- REST search interface and the idempotency of GET
- Java: Look and Feel
- C++ compiler error in netbeans
It is due to the support for late-binding and the myriad of configuration options that WS-Policy and other WSDL features bring to the table.
See the JAX-WS RI FAQ.
For the trivial case, yes it is a bit silly and adds some overhead. Once you get into a complex environment with multiple implementations running with slightly different configurations, it makes complete sense.