BEA WebLogic Server 8.1        
    ol-ad-manifiesto-ws        
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}.ol-ad-manifiesto-ws;
    ...

    String wsdlUrl = "http://www.aduanet.gob.pe:80/ol-ad-manifiesto-ws/ManifiestoWebService?WSDL"; 
    ol-ad-manifiesto-ws service = new ol-ad-manifiesto-ws_Impl( wsdlUrl );
    ol-ad-manifiesto-wsPort port = service.getol-ad-manifiesto-wsPort();

    result = port.consultarDocumentoTransporte( ... );

    

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

    <target name="stubgen" >

      <property name="wsdlUrl" 
          value="http://www.aduanet.gob.pe:80/ol-ad-manifiesto-ws/ManifiestoWebService?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.