...
Various tools are available for building the stub code . wsdl2java such as wsdl2java in the axis 2 package works well for java development:
From the command line run: /axis2-1.6.2/bin/wsdl2java.sh -or -uri "https://demo.in-time.co.uk/services/IntimeServiceV2_0?wsdl"
This will produce the following files:
/src/uk/co/in_time/IntimeServiceV2_0Stub.java
/src/uk/co/in_time/IntimeServiceV2_0CallbackHandler.java
/src/uk/co/in_time/IntimeServiceV2_0IntimeWebServiceException.java
Include and reference these files in your application and you will be able to make calls to the Web Services. Some examples are given below.
Java Code Examples
- authenticate
- ? creatOrUpdateWorker
...