Thursday November 08, 2007
TOTD #16: Optimizing Metro Stubs by locally packaging the WSDL
When Metro stubs are used to invoke a Web service endpoint, two invocations are made over the network - one for retrieving the WSDL and the other for sending the request message.
The second invocation is easy to explain because that's when the actual message is sent to the endpoint.
The first invocation to retrieve the WSDL is necessary because the generated stubs contain only the portable method signatures and annotations. All the binding specific information, such as quality-of-service policy assertions, are retrieved at the runtime. This approach was taken because of two reasons:
However if the WSDL is not expected to change then you can consider locally packaging the WSDL with the client. In this case the locally packaged WSDL, instead of accessing over the network, is used to retrieve the binding information.
Metro runtime is integrated in GlassFish and can also be installed on Tomcat. Vivek explained the several Tooling options with Metro - NetBeans IDE being the most comprehensive.
Several screencasts are available to get you started with Metro.
Please leave suggestions on other TOTD that you'd like to see. A complete archive is available here.
Technorati: webservices metro glassfish netbeans performance totd
Posted by Arun Gupta in webservices | Comments[0]
|
|
|
|
|
Today's Page Hits: 335
Total # blog entries: 1002