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

    String wsdlUrl = "http://www.aduanet.gob.pe:80/ol-ad-itreladetacon-ws/RelacionDetalladaWebService?WSDL"; 
    RelacionDetalladaWebService service = new RelacionDetalladaWebService_Impl( wsdlUrl );
    RelacionDetalladaWebServicePort port = service.getRelacionDetalladaWebServicePort();

    result = port.numerarAutorizacionSalidaContenedorNuevo( ... );

    

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-itreladetacon-ws/RelacionDetalladaWebService?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.