<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IWsExpoNFCResponseServiceservice" targetNamespace="http://tempuri.org/" xmlns:tns="http://tempuri.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:ns1="http://com.hp.sptsm.facade/" xmlns:ns2="urn:WsExpoNFCResponseServicesIntf">
  <types>
    <xs:schema targetNamespace="http://com.hp.sptsm.facade/" xmlns="http://com.hp.sptsm.facade/">
      <xs:complexType name="ssdCreationResp">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="authId" type="xs:string"/>
          <xs:element name="requestId" type="xs:string"/>
          <xs:element name="responseCode" type="xs:int"/>
          <xs:element name="responseDesc" type="xs:string"/>
          <xs:element name="ssdInfo" type="ns1:Array_Of_ssdTableType"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="Array_Of_ssdTableType">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:ssdTableType[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="ssdTableType">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="aid" type="xs:hexBinary"/>
          <xs:element name="key" type="ns1:Array_Of_keyType"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="Array_Of_keyType">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:keyType[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="keyType">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="type" type="xs:unsignedByte"/>
          <xs:element name="index" type="xs:byte"/>
          <xs:element name="version" type="xs:byte"/>
          <xs:element name="keyValue" type="xs:hexBinary"/>
          <xs:element name="keyKcv" type="xs:hexBinary"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="spAck">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="responseCode" type="xs:int"/>
          <xs:element name="responseDesc" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="deleteServiceResp">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="requestId" type="xs:string"/>
          <xs:element name="responseCode" type="xs:int"/>
          <xs:element name="responseDesc" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="serviceType">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="servId" type="xs:int"/>
          <xs:element name="servVersion" type="ns1:servVersion"/>
        </sequence>
      </xs:complexType>
      <xs:simpleType name="servVersion">
        <xs:restriction base="xs:string"/>
      </xs:simpleType>
      <xs:complexType name="newDeviceType">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="device" type="xs:int"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="changeToSpType">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="newStatus" type="ns2:Array_Of_int"/>
          <xs:element name="dateTimeChange" type="xs:dateTime"/>
          <xs:element name="reason" type="xs:int"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="changeCustomerIdType">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="newCustomerId" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="callEndUserToSpType">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="reason" type="xs:int"/>
          <xs:element name="dateTimeCall" type="xs:dateTime"/>
          <xs:element name="lineState" type="xs:int"/>
        </sequence>
      </xs:complexType>
    </xs:schema>
    <xs:schema targetNamespace="urn:WsExpoNFCResponseServicesIntf" xmlns="urn:WsExpoNFCResponseServicesIntf">
      <xs:complexType name="Array_Of_int">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="xs:int[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
    </xs:schema>
  </types>
  <message name="ssdCreationResp0Request">
    <part name="ssdCreationResp" type="ns1:ssdCreationResp"/>
    <part name="spAck" type="ns1:spAck"/>
  </message>
  <message name="ssdCreationResp0Response">
    <part name="spAck" type="ns1:spAck"/>
  </message>
  <message name="installServiceResp1Request">
    <part name="authId" type="xs:string"/>
    <part name="requestId" type="xs:string"/>
    <part name="responseCode" type="xs:int"/>
    <part name="responseDesc" type="xs:string"/>
    <part name="result" type="xs:hexBinary"/>
    <part name="data" type="xs:string"/>
    <part name="spAck" type="ns1:spAck"/>
  </message>
  <message name="installServiceResp1Response">
    <part name="spAck" type="ns1:spAck"/>
  </message>
  <message name="installGoodResp2Request">
    <part name="requestId" type="xs:string"/>
    <part name="responseCode" type="xs:int"/>
    <part name="responseDesc" type="xs:string"/>
    <part name="result" type="xs:hexBinary"/>
    <part name="data" type="xs:string"/>
    <part name="spAck" type="ns1:spAck"/>
  </message>
  <message name="installGoodResp2Response">
    <part name="spAck" type="ns1:spAck"/>
  </message>
  <message name="installMmiResp3Request">
    <part name="requestId" type="xs:string"/>
    <part name="responseCode" type="xs:int"/>
    <part name="responseDesc" type="xs:string"/>
    <part name="spAck" type="ns1:spAck"/>
  </message>
  <message name="installMmiResp3Response">
    <part name="spAck" type="ns1:spAck"/>
  </message>
  <message name="deleteServiceResp4Request">
    <part name="deleteServiceResp" type="ns1:deleteServiceResp"/>
    <part name="spAck" type="ns1:spAck"/>
  </message>
  <message name="deleteServiceResp4Response">
    <part name="spAck" type="ns1:spAck"/>
  </message>
  <message name="notifyEvent5Request">
    <part name="customerId" type="xs:string"/>
    <part name="service" type="ns1:serviceType"/>
    <part name="newDevice" type="ns1:newDeviceType"/>
    <part name="changeToSp" type="ns1:changeToSpType"/>
    <part name="ChangeCustomerId" type="ns1:changeCustomerIdType"/>
    <part name="callEndUserToSp" type="ns1:callEndUserToSpType"/>
    <part name="spAck" type="ns1:spAck"/>
  </message>
  <message name="notifyEvent5Response">
    <part name="spAck" type="ns1:spAck"/>
  </message>
  <portType name="IWsExpoNFCResponseService">
    <operation name="ssdCreationResp">
      <input message="tns:ssdCreationResp0Request"/>
      <output message="tns:ssdCreationResp0Response"/>
    </operation>
    <operation name="installServiceResp">
      <input message="tns:installServiceResp1Request"/>
      <output message="tns:installServiceResp1Response"/>
    </operation>
    <operation name="installGoodResp">
      <input message="tns:installGoodResp2Request"/>
      <output message="tns:installGoodResp2Response"/>
    </operation>
    <operation name="installMmiResp">
      <input message="tns:installMmiResp3Request"/>
      <output message="tns:installMmiResp3Response"/>
    </operation>
    <operation name="deleteServiceResp">
      <input message="tns:deleteServiceResp4Request"/>
      <output message="tns:deleteServiceResp4Response"/>
    </operation>
    <operation name="notifyEvent">
      <input message="tns:notifyEvent5Request"/>
      <output message="tns:notifyEvent5Response"/>
    </operation>
  </portType>
  <binding name="IWsExpoNFCResponseServicebinding" type="tns:IWsExpoNFCResponseService">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="ssdCreationResp">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="http://com.hp.sptsm.facade/#ssdCreationResp" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://com.hp.sptsm.facade/"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://com.hp.sptsm.facade/"/>
      </output>
    </operation>
    <operation name="installServiceResp">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="http://com.hp.sptsm.facade/#installServiceResp" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://com.hp.sptsm.facade/"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://com.hp.sptsm.facade/"/>
      </output>
    </operation>
    <operation name="installGoodResp">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="http://com.hp.sptsm.facade/#installGoodResp" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://com.hp.sptsm.facade/"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://com.hp.sptsm.facade/"/>
      </output>
    </operation>
    <operation name="installMmiResp">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="http://com.hp.sptsm.facade/#installMmiResp" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://com.hp.sptsm.facade/"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://com.hp.sptsm.facade/"/>
      </output>
    </operation>
    <operation name="deleteServiceResp">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="http://com.hp.sptsm.facade/#deleteServiceResp" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://com.hp.sptsm.facade/"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://com.hp.sptsm.facade/"/>
      </output>
    </operation>
    <operation name="notifyEvent">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="http://com.hp.sptsm.facade/#notifyEvent" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://com.hp.sptsm.facade/"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://com.hp.sptsm.facade/"/>
      </output>
    </operation>
  </binding>
  <service name="IWsExpoNFCResponseServiceservice">
    <port name="IWsExpoNFCResponseServicePort" binding="tns:IWsExpoNFCResponseServicebinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://skc-isapi-b2c.vivaticket.com/BosServices.dll/soap/IWsExpoNFCResponseService"/>
    </port>
  </service>
</definitions>

