Java API for XML-Based RPC (JAX-RPC)

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 ]

Articles
Tips
  

Articles:
  • Invoking Web services with Java clients by Bertrand Portier   - [Clicks: 30]
    In this article, IBM developer Bertrand Portier describes the different types of Java Web services clients and explains how to write portable, vendor independent code. There are two families of Web services clients in the Java world: unmanaged and J2EE container-managed clients. The article starts by briefly describing the Web services invocation process and the Web services standards for Java environments. The two families of Java Web services clients are then described, including their similarities and differences for the two steps they need to perform: service lookup and access.
    [Includes source code]
    http://www-106.ibm.com/developerworks/webservices/library/ws-javaclient/ - Nov, 2003
  • Web Service Conversation Using JAX RPC by Kumar Raj Moorthy, R Venkatavaradan   - [Clicks: 20]
    See the need for Web service conversation and how to achieve conversation using JAX RPC axis.
    http://www.developer.com/services/article.php/3073881 - Sep, 2003
  • Handle Your JAX by Sameer Tyagi   - [Clicks: 21]
    Get a handle on your JAX-RPC-based Web services. In this three-part article, observe JAX-RPC's pluggable handler facility, and see how to develop and deploy handlers in the Java WSDP.
    http://www.ftponline.com/javapro/2003_08/online/jax_styagi_08_25_03/ - Aug, 2003
  • Developing JAX-RPC - Based Web Services Using Axis and SOAP by Rajesh Sumra   - [Clicks: 121]
    Build inexpensive Web services using Axis, an open source SOAP implementation provided by Apache, and JAX-RPC.
    http://www.developer.com/open/article.php/2237251 - Jul, 2003

[Top]

Tips:
  • Tip: Send and receive SOAP messages with JAX-RPC by Russell Butek   - [Clicks: 18]
    In this tip, IBM developer Russell Butek takes a look at JAX-RPC, a Java API that allows an application to communicate with a Web service without knowing details about the SOAP messaging protocol.
    [Includes source code]
    http://www-106.ibm.com/developerworks/xml/library/x-tipjaxrpc/ - Sep, 2003

[Top]