sample_wsdl_dl.java
For applications:
LinkIT
Provides a WSDL example for document-literal web services.
import Extract.*;
/*
* for java use the following command to generate the java files
*
* java org.apache.axis.wsdl.WSDL2Java -pExtract http://joea:8080/mpower/services/MsiAppExtractor?wsdl
*
* then execute
* javac Extract/*.java
*
* next
* javac lessee.java
*
* then to run the program type ( make sure . is in your CLASSPATH environment variable )
* java lessee
*/
public class lessee {
public static void main(String args[]) {
try {
MsiAppExtractorInterfaceServiceLocator loc = new MsiAppExtractorInterfaceServiceLocator();
MsiAppExtractorInterface iface = loc.getMsiAppExtractor ();
// 79 is a lessee number from ral les_s
// if you do not have this lessee number in
// your database find one from the ral and
// replace this number
System.out.println(iface.extractLessee("79"));
} catch (Exception e) {
System.out.println(e.toString());
}
}
}
LeasePak Documentation Suite
© by NetSol Technologies Inc. All rights reserved.
The information contained in this document is the property of NetSol Technologies Inc. Use of the information contained
herein is restricted. Conditions of use are subject to change without notice. NetSol Technologies Inc. assumes no liability for any
inaccuracy that may appear in this document; the contents of this document do not constitute a promise or warranty. The software
described in this document is furnished under license and may be used or copied only in accordance with the terms of said license.
Unauthorized use, alteration, or reproduction of this document without the written consent of NetSol Technologies Inc. is prohibited.
Your document is loading...
This message should disappear within 5-15 seconds, depending on the size of the document and the speed of your connection to the Documentation Suite.
If you can still see this message after 20 seconds, try clicking the Refresh or Reload button on your Web browser.
If your document still does not load, refer to Document Load Troubleshooting for instructions on how to fix possible problems with either your Documentation Suite installation or Web browser setup.
If you do not have read access to the parent docsuite directory, you will not be able to load the Document Load Troubleshooting document. In this case, contact your network administrator for assistance.