• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Websphere 6.0 and WS-Addressing

 
Ranch Hand
Posts: 427
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does Websphere Application Server 6.0 support the WS-Addressing (Web Services Addressing) specification?

I installed Websphere Application Server version 6.0 and I located these jar files:

$WAS_HOME/lib/wsaddressing.jar
$WAS_HOME/lib/wsaddressing_impl.jar

Unfortunately, the Websphere 6.0 product documentation does not discuss WS-Addressing at all.
 
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is a mention here
http://publib.boulder.ibm.com/infocenter/ws60help/index.jsp?topic=/com.ibm.websphere.express.doc/info/exp/ae/cwbs_supportfunction.html

You should check out the Globus Toolkit 4 for WS-addressing, WSRF etc.
 
Sean Sullivan
Ranch Hand
Posts: 427
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the link. The WAS 6.0 InfoCenter does not say much
about WS-Addressing.

I'd like to see more documentation:

1) what version of WS-Addressing is embedded in WAS 6.0?
2) How can an application developer use WS-Addressing
3) Is there a WS-Addressing API?
 
Pradeep bhatt
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would not be able to help you much .IBM,HP etc are involved in promoting Globus Toolkit v 4 which implements WSRF (Currently a beta version is avaiolable)
More details here
http://www-106.ibm.com/developerworks/webservices/library/gr-gt4early/
 
Sean Sullivan
Ranch Hand
Posts: 427
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
IBM's ETTK provides an implementation of WS-Addressing:

http://www.alphaworks.ibm.com/tech/ettk

Apache has an implementation of WS-Addressing:

http://ws.apache.org/ws-fx/addressing/index.html

JSR-261 will define a standard API for WS-Addressing:

http://jcp.org/en/jsr/detail?id=261
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic