BEA WebLogic Server 8.1        
    GeoService        
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}.GeoService;
    ...

    String wsdlUrl = "http://www.natalie-tours.ru:80/webservice/GeoService?WSDL"; 
    GeoService service = new GeoService_Impl( wsdlUrl );
    GeoServicePort port = service.getGeoServicePort();

    result = port.getAllTemplates( ... );

    

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


    

      

      

    
  

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.