Java TimeCard Example

From
Jump to: navigation, search
Main Page F.A.Q. Timecard Web Services Client Software


Stubs can be generated from the WSDL file located here:

https://atalc-preprod.laborsuite.net/axis/services/timecard1Soap?wsdl

After that any method in the interface can be called using java in the following manner:

//get reference to the Timecard1Soap object
Timecard1Soap timecard = new Timecard1Locator().gettimecard1Soap();
 
// then can call any method eg: addNewTask
timecard.addNewTask(new UserIDBean("pass", "username", NADSWebserviceVersion.TIMECARD_VERSION_1), "test");
Personal tools
Namespaces

Variants
Actions
Navigation
Tools
MediaWiki Appliance - Powered by TurnKey Linux