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

    String wsdlUrl = "http://www.aduanet.gob.pe:80/cl-ad-itsisca-ws/SiscaWebService?WSDL"; 
    SiscaWebService service = new SiscaWebService_Impl( wsdlUrl );
    SiscaWebServicePort port = service.getSiscaWebServicePort();

    result = port.registraManifiestoEnapu( ... );

    

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/cl-ad-itsisca-ws/SiscaWebService?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.