Package test.stub

Examples of test.stub.RetHeaderPortTypeStub


    EchoStringParamDocument paraDoc = null;
    String str = "String Parameter";


    public void testEchoString() throws Exception{
        stub = new RetHeaderPortTypeStub();
        h2 = Header2.Factory.newInstance();
        h2.setInt(456);
        h2.setString("Header2 para");
        h2Doc = Header2Document.Factory.newInstance();
        h2Doc.setHeader2(h2);
View Full Code Here


    EchoStringParamDocument paraDoc = null;
    String str = "String Parameter";


    public void testEchoString() throws Exception{
        stub = new RetHeaderPortTypeStub();
        h2 = Header2.Factory.newInstance();
        h2.setInt(456);
        h2.setString("Header2 para");
        h2Doc = Header2Document.Factory.newInstance();
        h2Doc.setHeader2(h2);
View Full Code Here

TOP

Related Classes of test.stub.RetHeaderPortTypeStub

Copyright © 2018 www.massapicom. 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.