Examples of USZipSoap


Examples of com.example.uszip.USZipSoap

public class LocationClient {

    public static void main(String[] args) throws Exception {

        SCADomain domain = SCADomain.newInstance("USLocation.composite");
        USZipSoap zipService = domain.getService(USZipSoap.class, "USLocationService");

        GetInfoByZIPResponse.GetInfoByZIPResult result = zipService.getInfoByZIP("94555");

        GetInfoByZIPResponse response = new GetInfoByZIPResponse();
        response.setGetInfoByZIPResult(result);

        JAXBContext context = JAXBContext.newInstance(GetInfoByZIPResponse.class);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.