BEA WebLogic Server 8.1        
    SearchTourWS        
BEA logo
 

Welcome to the WebLogic Webservice standard testing home page.

The following operations are supported. For a formal definition, please review the Service Description.


Recommendation:

Example code that invokes this service using generated stub is given below:



    import {package}.SearchTourWS;
    ...

    String wsdlUrl = "http://www.natalie-tours.ru:80/webservice/SearchTourWS?WSDL"; 
    SearchTourWS service = new SearchTourWS_Impl( wsdlUrl );
    SearchTourWSPort port = service.getSearchTourWSPort();

    result = port.getAllCruiseNames( ... );

    

To generate a client stub for this Web Service use the ant task given below:


    <target name="stubgen" >

      <property name="wsdlUrl" 
          value="http://www.natalie-tours.ru:80/webservice/SearchTourWS?WSDL" />

      <clientgen wsdl="${wsdlUrl}" packageName="com.myco.myservice.client"
        clientJar="myclient.jar" />

    </target>
  

Some useful links:

WLS 8.1 Web Service documentation

Namespaces in XML.

WSDL Specification.

SOAP Specification.

RFC 2396 on URIs.

JAX-RPC Specification.

 

Copyright (c) BEA Systems, Inc. All rights reserved.