Package interop.wsifservice

Examples of interop.wsifservice.Doc_TestPortType.simpleDocument()


            Doc_TestPortType stub = (Doc_TestPortType) service.getStub(portName, Doc_TestPortType.class);

            SimpleDocument_Type sdt = new SimpleDocument_Type();
            sdt.setValue("petra");

            SimpleDocument_Type response = stub.simpleDocument(sdt);

      assertNotNull("response is null!!!", response);

      assertTrue(
          "simpleDocument value wrong: " + response.getValue(),
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.