Thursday August 16, 2007
Sun and Microsoft: Interoperability Now - New Article
Sun and Microsoft: Interoperability Now is a new article released from Sun Inner Circle. This is a follow up to Sun Net Talk where Greg Papadopoulos and Harold Carr provided a detailed overview of Project Tango. This article provides an update on how the 10-year collaborative agreement between Sun and Microsoft is reaping benefits for the customers.
Read more about Project Tango (part of Metro) in this 26-page article.
|
|
Sun Inner Circle is a monthly newsletter for IT professions and is available in 18 versions worldwide. A complete archive of the previous articles is available heree. |
Technorati: webservices innercircle metro glassfish interoperability sun microsoft
Posted by Arun Gupta in webservices | Comments[0]
|
|
|
|
| TOTD #1: SOAP Messaging Logging in Metro
I'm starting a new series today called Tip Of The Day. In this series I'll respond to technical questions asked directly to me, on forums or other aliases. These questions might have been answered else where and this will be a summary of such tips in that case.
This tip tells how to monitor SOAP messages in Metro (the Web services stack in GlassFish). There are couple of ways to monitor SOAP messages:
For
client-side message logging, set system property
com.sun.xml.ws.transport.http.client.HttpTransportPipe.dump=true. For
server-side message logging, set system property
com.sun.xml.ws.transport.http.HttpAdapter.dump=true.
If you want more fine-grained logging, then consider using the logging properties defined here.
Another option is to use wsmonitor.
How do you monitor SOAP messages ?
Technorati: totd webservices metro soap glassfish
Posted by Arun Gupta in webservices | Comments[7]
|
|
|
|
|
Today's Page Hits: 1219
Total # blog entries: 1002