xml rpc
Simplify and Unify Data With a Service Data Objects Architecture
White Paper This complexity requires developers to become skilled in many APIs (Java database connectivity (JDBC), Java APIs for XML-Based Remote Procedure Call (JAX-RPC), or J2EE Connector Architecture (JCA) to name a few). [09 May 2008]
Web Services Essentials: Distributed Applications With XML-RPC, SOAP, UDDI & WSDL - WSDL Essentials
White Paper WSDL is a specification defining how to describe web services in a common XML grammar. In a nutshell, WSDL represents a contract between the service requestor and the service provider, in much the same way that a Java interface represents a... [25 Oct 2007]
Programming Web Services With XML-RPC - Client-Server Communication: XML-RPC in Java
White Paper This paper looks at how XML-RPC fits into Java's many network options. It demonstrates how to build a variety of different XML-RPC clients, servers, and handlers. Some of these examples take advantage of built-in functionality for setting up simple... [18 Oct 2007]
REST: Representational State Transfer
White Paper Until now the focus has been XML-RPC and SOAP-based web services. However, recent developments in this field show that these methods don't cover all available web services. One alternative is Representational State Transfer, or REST. [17 Oct 2007]
Java Web Services in a Nutshell: SAAJ
White Paper However, most of the more advanced JAX-RPC features require an understanding of SOAP, the XML-based protocol on which JAX-RPC in particular, and web services in general, are based. For the most part, JAX-RPC does a very good job of hiding the... [17 Oct 2007]
SoapRMI C++/Java 1.1: Design and Implementation
White Paper This paper presents the design issues in layering a C++ and Java based RMI system on top of SOAP RPC along with an efficient XML Pull Parser that it designed to parse SOAP calls. XML has emerged as a promising standard for language-independent data... [20 Jun 2007]
Using PowerBuilder Components Within Sybase WorkSpace 1.5
White Paper SOA builds on the legacy of Remote Procedure Calls (RPC), Common Object Request Broker Architecture (CORBA), Distributed Component Object Model (DCOM) and most recently, XML and Web Services. SOA has evolved over the last decade and refers to an... [08 Mar 2007]
Understanding the Web Services Subset API for Java ME
White Paper One can expose a web service using a technology like XML-RPC, Representational State Transfer (REST), or the Simple Object Access Protocol (SOAP) - or even using one's own message encoding, as long as it complies with the Hypertext Transport... [20 Oct 2006]
Java Technology and XML - Part 3: Performance Improvement Tips
White Paper No less than six extensions to the Java Platform empower the developer when building XML-based applications: Java API for XML Processing (JAXP), Java API for XML/Java Binding (JAXB), Long Term JavaBeans Persistence, Java API for XML Messaging... [06 Oct 2006]
Introducing JAX-WS 2.0 With the Java SE 6 Platform, Part 1
White Paper Although JAX-WS finds its main home in the open-source world of the Java Platform, Enterprise Edition 5 (Java EE 5) and is designed to take the place of Java API for XML-Based RPC (JAX-RPC) in such an environment, one can reuse much of the... [06 Oct 2006]
Java Web Services Developer Pack - Part 2: RPC Calls, Messaging, and the JAX-RPC and JAXM API
White Paper The paper highlights two APIs in the Java WSDP: Java API for XML-based RPC (JAX-RPC), and Java API for XML Messaging (JAXM). In this paper, the focus is on client-to-Web service communication through Remote Procedure Calls (RPC calls) and through... [06 Oct 2006]
Implementing High Performance Web Services Using JAX-WS 2.0
White Paper This paper shows how to implement high performance web services using the Java API for XML Web Services (JAX-WS) 2.0 and provides feature and performance comparisons with the Java API for XML-Based RPC (JAX-RPC) 1.1. [06 Oct 2006]
Getting Started With JAX-RPC
White Paper Java APIs for XML-based Remote Procedure Call (JAX-RPC) help with Web service interoperability and accessibility by defining Java APIs that Java applications use to develop and access Web services. JAX-RPC fully embraces the heterogeneous nature of... [06 Oct 2006]
Java API for XML-Based RPC (JAX-RPC)
White Paper The Java API for XML-based RPC (JAX-RPC) lets the user develop SOAP-based, interoperable, and portable web services. JAX-RPC - a required part of the J2EE 1.4 platform - provides the core API for developing and deploying web services on the Java... [27 Sep 2006]
Patterns and Strategies for Building Document-Based Web Services: Part 1 in a Series
White Paper The Java API for XML-based RPC (JAX-RPC), a part of J2EE 1.4, is the Java API of choice for developing and using service endpoints based on SOAP that are described using WSDL. The Java programming language provides developers with the ability to... [27 Sep 2006]
