BEA WebLogic Server 8.1        
    ws-ad-pd        
BEA logo
 

Output values from the server

Parameter Name Parameter Value
Return Value No Activo

Request sent to the server

<!--REQUEST.................-->
<env:Envelope  xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <env:Header>
 </env:Header>
 <env:Body   env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
  <m:verficaRUC    xmlns:m="http://www.bea.com/education/webservices/examples/basic/javaclass">
   <ruc     xsi:type="xsd:string">20502452682</ruc>
  </m:verficaRUC>
 </env:Body>
</env:Envelope>

Response from the server

<!--RESPONSE.................-->
<env:Envelope  xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <env:Header>
 </env:Header>
 <env:Body   env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
  <m:verficaRUCResponse    xmlns:m="http://www.bea.com/education/webservices/examples/basic/javaclass">
   <estado     xsi:type="xsd:string">No Activo</estado>
  </m:verficaRUCResponse>
 </env:Body>
</env:Envelope>
 

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