About
Web services in Java
Articles Related
Type
Implementation
Consume SOAP
Generate a client
You can generate the client. See:
- JAX-WS (Use by Virtualbox)
Create you own client
- Create you SOAP message
- Calls the web method through HTTP through :
- or java.net.HttpUrlconnection and some java.io operations.
- Parse the returning XML response