Package org.codehaus.xfire.rpclit

Source Code of org.codehaus.xfire.rpclit.PositionTest

package org.codehaus.xfire.rpclit;

import org.codehaus.xfire.client.Client;
import org.codehaus.xfire.test.AbstractXFireTest;

/**
* @author <a href="mailto:dan@envoisolutions.com">Dan Diephouse</a>
*/
public class PositionTest
    extends AbstractXFireTest
{
    public void testVisitor()
        throws Exception
    {
        Client client = new Client(getClass().getResource("positionService.wsdl"));
       
        assertNotNull(client.getService().getServiceInfo().getOperation("getCurrentPosition"));
    }
}
TOP

Related Classes of org.codehaus.xfire.rpclit.PositionTest

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.