Posted on December 28th, 2007 by scooby
What are Handlers?
Handlers are interceptors, which can be easily plugged into the JAX-WS runtime system to process the SOAP inbound and outbound messages.
JAX-WS defines two types of handlers: Protocol handlers and logical handlers.
Protocol handlers are specific to protocol such as SOAP. They can modify any […]
Popularity: 28% [?]
No Comments »
Filed under: Web Services
Posted on December 4th, 2007 by scooby
An article on web service session maintenance, user needs to have basic knowledge about webservice & netbeans. Please do refer “Web Service” category for my earlier postings.
[…]
Popularity: 79% [?]
No Comments »
Filed under: Web Services, Grid Computing
Posted on November 26th, 2007 by scooby
I am posting some basics of web services,
What is Web Service?
Definitions:
Web Services are services that are made available through Web Server or Application Server to Web Users or Web Connected programs.The Web Services can be used by other applications also.
They are self-contained, self-describing, modular applications that can be published, located, and invoked across the Web. […]
Popularity: 17% [?]
No Comments »
Filed under: Web Services, Grid Computing
Posted on November 26th, 2007 by scooby
SOAP-Simple Object Access Protocol
SOAP is an communication protocol between applications, used to send and recive the XML based messages via internet.
SOAP is platform independent and language independent.
Why SOAP?
No security problem
No Firewalls,proxy problem
It uses HTTP so no interoperability problem
Communicates between applications running on different operating systems
Communicates between applications developed using different programming […]
Popularity: 81% [?]
No Comments »
Filed under: Web Services, Grid Computing
Posted on November 19th, 2007 by scooby
In my last article on “Writing java application on Sun Java Application server” we have discussed about Java web service creation using Sun Java Application Server in the Netbeans IDE. Now we are going to discuss about accessing those web services and it s methods from Java standalone client.
Related Books
Steps to create Standalone Java […]
Popularity: 18% [?]
No Comments »
Filed under: Web Services, Grid Computing