Table of Contents
Java - Web Services
About
Web services
in Java
Articles Related
Weblogic - Domain
Java - Annotations
Java - Servlet Java class
Java - Axis (Web Services / SOAP / WSDL engine)
Oracle JDeveloper
Java - Metro
Web Services - (Library|Tools)
Type
Implementation
See
Java - J2EE - Web Services Implementation
Consume SOAP
Generate a client
You can generate the client. See:
Axis
JAX-WS (Use by Virtualbox)
Create you own client
Create you SOAP message
Calls the web method through HTTP through :
SAAJ (SOAP with Attachments
API
for Java)
.
or java.net.HttpUrlconnection and some java.io operations.
Parse the returning
XML
response