Java TimeCard Example

From
(Difference between revisions)
Jump to: navigation, search
m (New page: {{MainSectionLinks}} __TOC__ Stubs can be generated from the WSDL file located here: https://timecardweb.econz.com/axis/services/timecard1Soap?WSDL After than any method in the interfa...)
 
m
Line 21: Line 21:
  
 
Javadoc for the interface can be accessed here
 
Javadoc for the interface can be accessed here
[http://eservice.econz.co.nz/SOAP/timecardsoap1]
+
[http://eservice.econz.co.nz/SOAP/timecardsoap1/nz/co/econz/nads/timecard1/Timecard1Soap.html]

Revision as of 02:53, 2 August 2012

Main Page Latest News F.A.Q. EService Timecard Web Services Client Software Downloads


Stubs can be generated from the WSDL file located here:

https://timecardweb.econz.com/axis/services/timecard1Soap?WSDL

After than any method in the interface can be called 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");


Javadoc for the interface can be accessed here [1]

Personal tools
MediaWiki Appliance - Powered by TurnKey Linux