<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IWsExpoNFCRequestServiceservice" 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:complexType name="transactionAuthReq">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="customerId" type="xs:string"/>
          <xs:element name="servProviderId" type="xs:string"/>
          <xs:element name="service" type="ns1:serviceType"/>
        </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="transactionAuthResp">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="responseCode" type="xs:int"/>
          <xs:element name="responseDesc" type="xs:string"/>
          <xs:element name="authId" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ssdCreationReq">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="authId" type="xs:string"/>
          <xs:element name="customerId" type="xs:string"/>
          <xs:element name="servProviderId" type="xs:string"/>
          <xs:element name="service" type="ns1:serviceType"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="sptsmAck">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="responseCode" type="xs:int"/>
          <xs:element name="responseDesc" type="xs:string"/>
          <xs:element name="requestId" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="installServiceReq">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="authId" type="xs:string"/>
          <xs:element name="customerId" type="xs:string"/>
          <xs:element name="servProviderId" type="xs:string"/>
          <xs:element name="service" type="ns1:serviceType"/>
          <xs:element name="isMmiRequired" type="xs:boolean"/>
          <xs:element name="mmi" type="ns1:mmiType"/>
          <xs:element name="good" type="ns1:goodType"/>
          <xs:element name="params" type="ns1:paramsType"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="mmiType">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="mmiAction" type="xs:int"/>
          <xs:element name="mmiVersion" type="ns1:mmiVersion"/>
        </sequence>
      </xs:complexType>
      <xs:simpleType name="mmiVersion">
        <xs:restriction base="xs:string"/>
      </xs:simpleType>
      <xs:complexType name="goodType">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="persoScript" type="xs:hexBinary"/>
          <xs:element name="persoTargetedApplication" type="xs:hexBinary"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="paramsType">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="param" type="ns1:paramType"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="paramType">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="name" type="xs:string"/>
          <xs:element name="stringValue" type="xs:string"/>
          <xs:element name="binValue" type="xs:base64Binary"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="installGoodReq">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="customerId" type="xs:string"/>
          <xs:element name="servProviderId" type="xs:string"/>
          <xs:element name="service" type="ns1:serviceType"/>
          <xs:element name="good" type="ns1:goodType"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="installMmiReq">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="customerId" type="xs:string"/>
          <xs:element name="servProviderId" type="xs:string"/>
          <xs:element name="service" type="ns1:serviceType"/>
          <xs:element name="mmiAction" type="xs:int"/>
          <xs:element name="mmiVersion" type="ns1:mmiVersion"/>
        </sequence>
      </xs:complexType>
      <xs:simpleType name="mmiVersion">
        <xs:restriction base="xs:string"/>
      </xs:simpleType>
      <xs:complexType name="deleteServiceReq">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="customerId" type="xs:string"/>
          <xs:element name="servProviderId" type="xs:string"/>
          <xs:element name="service" type="ns1:serviceType"/>
          <xs:element name="deleteSsd" type="ns1:deleteSsd"/>
          <xs:element name="deleteReason" type="xs:int"/>
          <xs:element name="params" type="ns1:paramsType"/>
        </sequence>
      </xs:complexType>
      <xs:simpleType name="deleteSsd">
        <xs:restriction base="xs:string">
          <xs:enumeration value="0"/>
          <xs:enumeration value="1"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:complexType name="notifSpActionReq">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="customerId" type="xs:string"/>
          <xs:element name="servProviderId" type="xs:string"/>
          <xs:element name="service" type="ns1:serviceType"/>
          <xs:element name="action" 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>
  <message name="transactionAuthReq6Request">
    <part name="transactionAuthReq" type="ns1:transactionAuthReq"/>
  </message>
  <message name="transactionAuthReq6Response">
    <part name="return" type="ns1:transactionAuthResp"/>
  </message>
  <message name="ssdCreationReq7Request">
    <part name="ssdCreationReq" type="ns1:ssdCreationReq"/>
  </message>
  <message name="ssdCreationReq7Response">
    <part name="return" type="ns1:sptsmAck"/>
  </message>
  <message name="installServiceReq8Request">
    <part name="installServiceReq" type="ns1:installServiceReq"/>
  </message>
  <message name="installServiceReq8Response">
    <part name="return" type="ns1:sptsmAck"/>
  </message>
  <message name="installGoodReq9Request">
    <part name="installGoodReq" type="ns1:installGoodReq"/>
  </message>
  <message name="installGoodReq9Response">
    <part name="return" type="ns1:sptsmAck"/>
  </message>
  <message name="installMmiReq10Request">
    <part name="installMmiReq" type="ns1:installMmiReq"/>
  </message>
  <message name="installMmiReq10Response">
    <part name="return" type="ns1:sptsmAck"/>
  </message>
  <message name="deleteServiceReq11Request">
    <part name="deleteServiceReq" type="ns1:deleteServiceReq"/>
  </message>
  <message name="deleteServiceReq11Response">
    <part name="return" type="ns1:sptsmAck"/>
  </message>
  <message name="notifSpActionReq12Request">
    <part name="notifSpActionReq" type="ns1:notifSpActionReq"/>
  </message>
  <message name="notifSpActionReq12Response">
    <part name="return" type="ns1:sptsmAck"/>
  </message>
  <portType name="IWsExpoNFCRequestService">
    <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>
    <operation name="transactionAuthReq">
      <input message="tns:transactionAuthReq6Request"/>
      <output message="tns:transactionAuthReq6Response"/>
    </operation>
    <operation name="ssdCreationReq">
      <input message="tns:ssdCreationReq7Request"/>
      <output message="tns:ssdCreationReq7Response"/>
    </operation>
    <operation name="installServiceReq">
      <input message="tns:installServiceReq8Request"/>
      <output message="tns:installServiceReq8Response"/>
    </operation>
    <operation name="installGoodReq">
      <input message="tns:installGoodReq9Request"/>
      <output message="tns:installGoodReq9Response"/>
    </operation>
    <operation name="installMmiReq">
      <input message="tns:installMmiReq10Request"/>
      <output message="tns:installMmiReq10Response"/>
    </operation>
    <operation name="deleteServiceReq">
      <input message="tns:deleteServiceReq11Request"/>
      <output message="tns:deleteServiceReq11Response"/>
    </operation>
    <operation name="notifSpActionReq">
      <input message="tns:notifSpActionReq12Request"/>
      <output message="tns:notifSpActionReq12Response"/>
    </operation>
  </portType>
  <binding name="IWsExpoNFCRequestServicebinding" type="tns:IWsExpoNFCRequestService">
    <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>
    <operation name="transactionAuthReq">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="http://com.hp.sptsm.facade/transactionAuthReq" 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="ssdCreationReq">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="http://com.hp.sptsm.facade/ssdCreationReq" 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="installServiceReq">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="http://com.hp.sptsm.facade/installServiceReq" 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="installGoodReq">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="http://com.hp.sptsm.facade/installGoodReq" 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="installMmiReq">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="http://com.hp.sptsm.facade/installMmiReq" 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="deleteServiceReq">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="http://com.hp.sptsm.facade/deleteServiceReq" 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="notifSpActionReq">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="http://com.hp.sptsm.facade/notifSpActionReq" 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="IWsExpoNFCRequestServiceservice">
    <port name="IWsExpoNFCRequestServicePort" binding="tns:IWsExpoNFCRequestServicebinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://skc-isapi-bos.vivaticket.com/BosServices.dll/soap/IWsExpoNFCRequestService"/>
    </port>
  </service>
</definitions>

