Adding the API to Your Project
Web service URL
The web service URL is:
https://www.esayworkmobile.co.uk/wmbapi36/workmobileintegration.asmx
Using the toolsets below will generate a set of either C# or Java objects which will allow you to interact with the API in a very familiar manner.
It is possible to use a variety of tools and languages to integrate with this standard SOAP interface. Clicking the link above will allow you to browse the functions and entities available through the interface
Using C# with Visual Studio
In Visual Studio, add the URL to the Web References section of the solution explorer
Java
You can generate stub classes using the wsimport tool from the JDK.
wsimport -p uk.co.esayltd.workmobile.wmbapi -s src-wmbapi -d bin
https://www.esayworkmobile.co.uk/wmbapi3/workmobileintegration.asmx?WSDL