cancel
Showing results for 
Search instead for 
Did you mean: 

Error in proxy generation

avergaraz
Member
0 Kudos

Hi expert:

When try to create a proxy from a file, the system return this error: Incorrect value: Entity (1 /0 ). unexpected end-of-file. This is the file:

<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="urn:WashOut" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soap-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="server" targetNamespace="urn:WashOut">
  <wsdl:types>
    <wsdl:schema targetNamespace="urn:WashOut" xmlns="http://www.w3.org/2001/XMLSchema">
    </wsdl:schema>
  </wsdl:types>
  <wsdl:message name="IngresoDoc">
    <wsdl:part name="Token" type="xsd:string"/>
    <wsdl:part name="CtaUsr" type="xsd:string"/>
    <wsdl:part name="PswUsr" type="xsd:string"/>
    <wsdl:part name="Funcion" type="xsd:string"/>
    <wsdl:part name="TipoDoc" type="xsd:string"/>
    <wsdl:part name="Xml" type="xsd:string"/>
    <wsdl:part name="CUN" type="xsd:string"/>
    <wsdl:part name="Periodo" type="xsd:string"/>
    <wsdl:part name="CUV" type="xsd:string" xsi:minOccurs="0"/>
  </wsdl:message>
  <wsdl:message name="IngresoDoc_response">
    <wsdl:part name="return" type="xsd:string"/>
    <wsdl:part name="transaction" type="xsd:string"/>
    <wsdl:part name="error_message" type="xsd:string"/>
    <wsdl:part name="CUV" type="xsd:string" xsi:minOccurs="0"/>
    <wsdl:part name="id_actividad" type="xsd:string" xsi:minOccurs="0"/>
    <wsdl:part name="id_programa" type="xsd:string" xsi:minOccurs="0"/>
    <wsdl:part name="id_trabajador_capacitado" type="xsd:string" xsi:minOccurs="0"/>
  </wsdl:message>
  <wsdl:message name="AnulacionDoc">
    <wsdl:part name="Token" type="xsd:string"/>
    <wsdl:part name="CtaUsr" type="xsd:string"/>
    <wsdl:part name="PswUsr" type="xsd:string"/>
    <wsdl:part name="TipoDoc" type="xsd:string"/>
    <wsdl:part name="CUN" type="xsd:string"/>
    <wsdl:part name="Folio" type="xsd:string"/>
  </wsdl:message>
  <wsdl:message name="AnulacionDoc_response">
    <wsdl:part name="return" type="xsd:string"/>
    <wsdl:part name="transaction" type="xsd:string"/>
    <wsdl:part name="error_message" type="xsd:string"/>
  </wsdl:message>
  <wsdl:message name="AnulacionDocEvast">
    <wsdl:part name="Token" type="xsd:string"/>
    <wsdl:part name="CtaUsr" type="xsd:string"/>
    <wsdl:part name="PswUsr" type="xsd:string"/>
    <wsdl:part name="Funcion" type="xsd:string"/>
    <wsdl:part name="TipoDoc" type="xsd:string"/>
    <wsdl:part name="CUV" type="xsd:string"/>
    <wsdl:part name="id_documento" type="xsd:string"/>
    <wsdl:part name="codigo_agente_riesgo" type="xsd:string"/>
    <wsdl:part name="folio_ges" type="xsd:string"/>
    <wsdl:part name="rut_trabajador" type="xsd:string"/>
    <wsdl:part name="pais_nacionalidad_evast" type="xsd:string"/>
    <wsdl:part name="origen" type="xsd:string"/>
  </wsdl:message>
  <wsdl:message name="AnulacionDocEvast_response">
    <wsdl:part name="return" type="xsd:string"/>
    <wsdl:part name="transaction" type="xsd:string"/>
    <wsdl:part name="error_message" type="xsd:string"/>
  </wsdl:message> 
  <wsdl:portType name="server_port">
    <wsdl:operation name="IngresoDoc">
      <wsdl:input message="tns:IngresoDoc"/>
      <wsdl:output message="tns:IngresoDoc_response"/>
    </wsdl:operation>
    <wsdl:operation name="AnulacionDoc">
      <wsdl:input message="tns:AnulacionDoc"/>
      <wsdl:output message="tns:AnulacionDoc_response"/>
    </wsdl:operation>
    <wsdl:operation name="AnulacionDocEvast">
      <wsdl:input message="tns:AnulacionDocEvast"/>
      <wsdl:output message="tns:AnulacionDocEvast_response"/>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="server_binding" type="tns:server_port">
    <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="IngresoDoc">
      <soap:operation soapAction="IngresoDoc"/>
      <wsdl:input>
        <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WashOut"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WashOut"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AnulacionDoc">
      <soap:operation soapAction="AnulacionDoc"/>
      <wsdl:input>
        <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WashOut"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WashOut"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AnulacionDocEvast">
      <soap:operation soapAction="AnulacionDocEvast"/>
      <wsdl:input>
        <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WashOut"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WashOut"/>
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="service">
    <wsdl:port name="server_port" binding="tns:server_binding">
      <soap:address location="http://200.73.84.227/server/action"/>
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>

Accepted Solutions (0)

Answers (0)