<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://ws.bsf.indra.es" xmlns:tns="http://ws.bsf.indra.es" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://lang.java" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenc11="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soapenc12="http://www.w3.org/2003/05/soap-encoding" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://ws.bsf.indra.es">
<xsd:element name="getTicket">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="1" name="in0" nillable="true" type="xsd:base64Binary"/>
<xsd:element maxOccurs="1" minOccurs="1" name="in1" nillable="true" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="getTicketResponse">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="1" name="out" nillable="true" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:complexType name="GfpFaultException">
<xsd:sequence>
<xsd:element minOccurs="0" name="errorCode" type="xsd:int"/>
<xsd:element minOccurs="0" name="throwable" nillable="true" type="ns1:Throwable"/>
</xsd:sequence>
</xsd:complexType>
<xsd:element name="GfpFaultException" type="tns:GfpFaultException"/>
<xsd:complexType name="CredentialsFaultException">
<xsd:sequence>
<xsd:element minOccurs="0" name="errorCode" type="xsd:int"/>
</xsd:sequence>
</xsd:complexType>
<xsd:element name="CredentialsFaultException" type="tns:CredentialsFaultException"/>
</xsd:schema>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://lang.java">
<xsd:complexType name="Throwable"/>
</xsd:schema>
  </wsdl:types>
  <wsdl:message name="CredentialsFaultException">
    <wsdl:part name="CredentialsFaultException" element="tns:CredentialsFaultException"/>
  </wsdl:message>
  <wsdl:message name="GfpFaultException">
    <wsdl:part name="GfpFaultException" element="tns:GfpFaultException"/>
  </wsdl:message>
  <wsdl:message name="getTicketResponse">
    <wsdl:part name="parameters" element="tns:getTicketResponse"/>
  </wsdl:message>
  <wsdl:message name="getTicketRequest">
    <wsdl:part name="parameters" element="tns:getTicket"/>
  </wsdl:message>
  <wsdl:portType name="StepSessionFrontPortType">
    <wsdl:operation name="getTicket">
      <wsdl:input name="getTicketRequest" message="tns:getTicketRequest"/>
      <wsdl:output name="getTicketResponse" message="tns:getTicketResponse"/>
      <wsdl:fault name="GfpFaultException" message="tns:GfpFaultException"/>
      <wsdl:fault name="CredentialsFaultException" message="tns:CredentialsFaultException"/>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="StepSessionFrontHttpBinding" type="tns:StepSessionFrontPortType">
    <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="getTicket">
      <wsdlsoap:operation soapAction=""/>
      <wsdl:input name="getTicketRequest">
        <wsdlsoap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="getTicketResponse">
        <wsdlsoap:body use="literal"/>
      </wsdl:output>
      <wsdl:fault name="GfpFaultException">
        <wsdlsoap:fault name="GfpFaultException" use="literal"/>
      </wsdl:fault>
      <wsdl:fault name="CredentialsFaultException">
        <wsdlsoap:fault name="CredentialsFaultException" use="literal"/>
      </wsdl:fault>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="StepSessionFront">
    <wsdl:port name="StepSessionFrontHttpPort" binding="tns:StepSessionFrontHttpBinding">
      <wsdlsoap:address location="http://test.bsfactura.com/bsfzk6/services/StepSessionFront"/>
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>
