SOAP API

The service API can be browsed online using the builtin, self-documentation provided by the SOAP library being used.

Documentation

For consuming the SOAP service use this WSDL link:

http://chemgps.bmc.uu.se/batchelor/api/soap/?wsdl=1

Generate proxy classes

These are the steps to perform to start communicate with the SOAP service:

  1. Generate proxy classes from WSDL
  2. Compile the generate source code
  3. Link the proxy client with your application

Simple client application

On the client page we will develop a simple client and use it to call some methods exposed by the web service.

Client application