<?xml version="1.0" encoding="UTF-8"?>
<con:soapui-project activeEnvironment="Default" name="HWFeedLoaderService" soapui-version="4.5.2" abortOnError="false" runType="SEQUENTIAL" xmlns:con="http://eviware.com/soapui/config"><con:settings/><con:interface xsi:type="con:WsdlInterface" wsaVersion="NONE" name="BasicHttpBinding_IHWFeedLoaderService" type="wsdl" bindingName="{http://tempuri.org/}BasicHttpBinding_IHWFeedLoaderService" soapVersion="1_1" anonymous="optional" definition="http://localhost:56381/HWFeedLoaderService.svc?singleWsdl" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:settings/><con:definitionCache type="TEXT" rootPart="http://localhost:56381/HWFeedLoaderService.svc?singleWsdl"><con:part><con:url>http://localhost:56381/HWFeedLoaderService.svc?singleWsdl</con:url><con:content><![CDATA[<wsdl:definitions name="HWFeedLoaderService" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:tns="http://tempuri.org/" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <wsdl:types>
    <xs:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:import namespace="http://schemas.datacontract.org/2004/07/HWCommon.Message"/>
      <xs:import namespace="http://schemas.datacontract.org/2004/07/HWCommon.Message.FeedLoader"/>
      <xs:element name="Ping">
        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="0" name="pingMessage" nillable="true" type="xs:string"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="PingResponse">
        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="0" name="PingResult" nillable="true" type="q1:ResponseMessage" xmlns:q1="http://schemas.datacontract.org/2004/07/HWCommon.Message"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="SubmitFeedLines">
        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="0" name="feedLines" nillable="true" type="q2:FeedLineMessage" xmlns:q2="http://schemas.datacontract.org/2004/07/HWCommon.Message.FeedLoader"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="SubmitFeedLinesResponse">
        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="0" name="SubmitFeedLinesResult" nillable="true" type="q3:ResponseMessage" xmlns:q3="http://schemas.datacontract.org/2004/07/HWCommon.Message"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="UpdatePharmacy">
        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="0" name="pharmacy" nillable="true" type="q4:UpdatePharmacyMessage" xmlns:q4="http://schemas.datacontract.org/2004/07/HWCommon.Message.FeedLoader"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="UpdatePharmacyResponse">
        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="0" name="UpdatePharmacyResult" nillable="true" type="q5:ResponseMessage" xmlns:q5="http://schemas.datacontract.org/2004/07/HWCommon.Message"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:schema>
    <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/">
      <xs:element name="anyType" nillable="true" type="xs:anyType"/>
      <xs:element name="anyURI" nillable="true" type="xs:anyURI"/>
      <xs:element name="base64Binary" nillable="true" type="xs:base64Binary"/>
      <xs:element name="boolean" nillable="true" type="xs:boolean"/>
      <xs:element name="byte" nillable="true" type="xs:byte"/>
      <xs:element name="dateTime" nillable="true" type="xs:dateTime"/>
      <xs:element name="decimal" nillable="true" type="xs:decimal"/>
      <xs:element name="double" nillable="true" type="xs:double"/>
      <xs:element name="float" nillable="true" type="xs:float"/>
      <xs:element name="int" nillable="true" type="xs:int"/>
      <xs:element name="long" nillable="true" type="xs:long"/>
      <xs:element name="QName" nillable="true" type="xs:QName"/>
      <xs:element name="short" nillable="true" type="xs:short"/>
      <xs:element name="string" nillable="true" type="xs:string"/>
      <xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte"/>
      <xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt"/>
      <xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong"/>
      <xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort"/>
      <xs:element name="char" nillable="true" type="tns:char"/>
      <xs:simpleType name="char">
        <xs:restriction base="xs:int"/>
      </xs:simpleType>
      <xs:element name="duration" nillable="true" type="tns:duration"/>
      <xs:simpleType name="duration">
        <xs:restriction base="xs:duration">
          <xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?"/>
          <xs:minInclusive value="-P10675199DT2H48M5.4775808S"/>
          <xs:maxInclusive value="P10675199DT2H48M5.4775807S"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:element name="guid" nillable="true" type="tns:guid"/>
      <xs:simpleType name="guid">
        <xs:restriction base="xs:string">
          <xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:attribute name="FactoryType" type="xs:QName"/>
      <xs:attribute name="Id" type="xs:ID"/>
      <xs:attribute name="Ref" type="xs:IDREF"/>
    </xs:schema>
    <xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/HWCommon.Message" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.datacontract.org/2004/07/HWCommon.Message">
      <xs:complexType name="ResponseMessage">
        <xs:sequence>
          <xs:element minOccurs="0" name="Detail" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="Success" type="xs:boolean"/>
        </xs:sequence>
      </xs:complexType>
      <xs:element name="ResponseMessage" nillable="true" type="tns:ResponseMessage"/>
    </xs:schema>
    <xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/HWCommon.Message.FeedLoader" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.datacontract.org/2004/07/HWCommon.Message.FeedLoader">
      <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
      <xs:complexType name="FeedLineMessage">
        <xs:sequence>
          <xs:element minOccurs="0" name="Asynch" type="xs:boolean"/>
          <xs:element minOccurs="0" name="FeedLines" nillable="true" type="q1:ArrayOfstring" xmlns:q1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
          <xs:element minOccurs="0" name="FeedLinesCompressed" nillable="true" type="q2:ArrayOfbase64Binary" xmlns:q2="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
          <xs:element minOccurs="0" name="FeedSource" nillable="true" type="xs:string"/>
        </xs:sequence>
      </xs:complexType>
      <xs:element name="FeedLineMessage" nillable="true" type="tns:FeedLineMessage"/>
      <xs:complexType name="UpdatePharmacyMessage">
        <xs:sequence>
          <xs:element minOccurs="0" name="Delete" type="xs:boolean"/>
          <xs:element minOccurs="0" name="GroupName" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="PharmacyName" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="Rams" type="xs:long"/>
        </xs:sequence>
      </xs:complexType>
      <xs:element name="UpdatePharmacyMessage" nillable="true" type="tns:UpdatePharmacyMessage"/>
    </xs:schema>
    <xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <xs:complexType name="ArrayOfstring">
        <xs:sequence>
          <xs:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="xs:string"/>
        </xs:sequence>
      </xs:complexType>
      <xs:element name="ArrayOfstring" nillable="true" type="tns:ArrayOfstring"/>
      <xs:complexType name="ArrayOfbase64Binary">
        <xs:sequence>
          <xs:element minOccurs="0" maxOccurs="unbounded" name="base64Binary" nillable="true" type="xs:base64Binary"/>
        </xs:sequence>
      </xs:complexType>
      <xs:element name="ArrayOfbase64Binary" nillable="true" type="tns:ArrayOfbase64Binary"/>
    </xs:schema>
  </wsdl:types>
  <wsdl:message name="IHWFeedLoaderService_Ping_InputMessage">
    <wsdl:part name="parameters" element="tns:Ping"/>
  </wsdl:message>
  <wsdl:message name="IHWFeedLoaderService_Ping_OutputMessage">
    <wsdl:part name="parameters" element="tns:PingResponse"/>
  </wsdl:message>
  <wsdl:message name="IHWFeedLoaderService_SubmitFeedLines_InputMessage">
    <wsdl:part name="parameters" element="tns:SubmitFeedLines"/>
  </wsdl:message>
  <wsdl:message name="IHWFeedLoaderService_SubmitFeedLines_OutputMessage">
    <wsdl:part name="parameters" element="tns:SubmitFeedLinesResponse"/>
  </wsdl:message>
  <wsdl:message name="IHWFeedLoaderService_UpdatePharmacy_InputMessage">
    <wsdl:part name="parameters" element="tns:UpdatePharmacy"/>
  </wsdl:message>
  <wsdl:message name="IHWFeedLoaderService_UpdatePharmacy_OutputMessage">
    <wsdl:part name="parameters" element="tns:UpdatePharmacyResponse"/>
  </wsdl:message>
  <wsdl:portType name="IHWFeedLoaderService">
    <wsdl:operation name="Ping">
      <wsdl:input wsaw:Action="http://tempuri.org/IHWFeedLoaderService/Ping" message="tns:IHWFeedLoaderService_Ping_InputMessage"/>
      <wsdl:output wsaw:Action="http://tempuri.org/IHWFeedLoaderService/PingResponse" message="tns:IHWFeedLoaderService_Ping_OutputMessage"/>
    </wsdl:operation>
    <wsdl:operation name="SubmitFeedLines">
      <wsdl:input wsaw:Action="http://tempuri.org/IHWFeedLoaderService/SubmitFeedLines" message="tns:IHWFeedLoaderService_SubmitFeedLines_InputMessage"/>
      <wsdl:output wsaw:Action="http://tempuri.org/IHWFeedLoaderService/SubmitFeedLinesResponse" message="tns:IHWFeedLoaderService_SubmitFeedLines_OutputMessage"/>
    </wsdl:operation>
    <wsdl:operation name="UpdatePharmacy">
      <wsdl:input wsaw:Action="http://tempuri.org/IHWFeedLoaderService/UpdatePharmacy" message="tns:IHWFeedLoaderService_UpdatePharmacy_InputMessage"/>
      <wsdl:output wsaw:Action="http://tempuri.org/IHWFeedLoaderService/UpdatePharmacyResponse" message="tns:IHWFeedLoaderService_UpdatePharmacy_OutputMessage"/>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="BasicHttpBinding_IHWFeedLoaderService" type="tns:IHWFeedLoaderService">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="Ping">
      <soap:operation soapAction="http://tempuri.org/IHWFeedLoaderService/Ping" style="document"/>
      <wsdl:input>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SubmitFeedLines">
      <soap:operation soapAction="http://tempuri.org/IHWFeedLoaderService/SubmitFeedLines" style="document"/>
      <wsdl:input>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="UpdatePharmacy">
      <soap:operation soapAction="http://tempuri.org/IHWFeedLoaderService/UpdatePharmacy" style="document"/>
      <wsdl:input>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="HWFeedLoaderService">
    <wsdl:port name="BasicHttpBinding_IHWFeedLoaderService" binding="tns:BasicHttpBinding_IHWFeedLoaderService">
      <soap:address location="http://localhost:56381/HWFeedLoaderService.svc"/>
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>]]></con:content><con:type>http://schemas.xmlsoap.org/wsdl/</con:type></con:part></con:definitionCache><con:endpoints><con:endpoint>http://localhost:56381/HWFeedLoaderService.svc</con:endpoint></con:endpoints><con:operation isOneWay="false" action="http://tempuri.org/IHWFeedLoaderService/Ping" name="Ping" bindingOperationName="Ping" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:56381/HWFeedLoaderService.svc</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/">
   <soapenv:Header/>
   <soapenv:Body>
      <tem:Ping>
         <!--Optional:-->
         <tem:pingMessage>?</tem:pingMessage>
      </tem:Ping>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://tempuri.org/IHWFeedLoaderService/Ping"/></con:call></con:operation><con:operation isOneWay="false" action="http://tempuri.org/IHWFeedLoaderService/SubmitFeedLines" name="SubmitFeedLines" bindingOperationName="SubmitFeedLines" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:56381/HWFeedLoaderService.svc</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/" xmlns:hwc="http://schemas.datacontract.org/2004/07/HWCommon.Message.FeedLoader" xmlns:arr="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
   <soapenv:Header/>
   <soapenv:Body>
      <tem:SubmitFeedLines>
         <!--Optional:-->
         <tem:feedLines>
            <!--Optional:-->
            <hwc:Asynch>false</hwc:Asynch>
            <!--Optional:-->
            <hwc:FeedLines>
               <arr:string>?</arr:string>
            </hwc:FeedLines>
            <hwc:FeedSource>?</hwc:FeedSource>
         </tem:feedLines>
      </tem:SubmitFeedLines>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://tempuri.org/IHWFeedLoaderService/SubmitFeedLines"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="http://tempuri.org/IHWFeedLoaderService/UpdatePharmacy" name="UpdatePharmacy" bindingOperationName="UpdatePharmacy" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Create/Update Request"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:56381/HWFeedLoaderService.svc</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/" xmlns:hwc="http://schemas.datacontract.org/2004/07/HWCommon.Message.FeedLoader">
   <soapenv:Header/>
   <soapenv:Body>
      <tem:UpdatePharmacy>
         <!--Optional:-->
         <tem:pharmacy>
            <hwc:Delete>false</hwc:Delete>
            <hwc:GroupName>TestGroup</hwc:GroupName>
            <hwc:PharmacyName>TestName2</hwc:PharmacyName>
            <hwc:Rams>123456</hwc:Rams>
         </tem:pharmacy>
      </tem:UpdatePharmacy>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://tempuri.org/IHWFeedLoaderService/UpdatePharmacy"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Delete Request"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:56381/HWFeedLoaderService.svc</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/" xmlns:hwc="http://schemas.datacontract.org/2004/07/HWCommon.Message.FeedLoader">
   <soapenv:Header/>
   <soapenv:Body>
      <tem:UpdatePharmacy>
         <!--Optional:-->
         <tem:pharmacy>
            <hwc:Delete>true</hwc:Delete>
            <hwc:Rams>123456</hwc:Rams>
         </tem:pharmacy>
      </tem:UpdatePharmacy>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://tempuri.org/IHWFeedLoaderService/UpdatePharmacy"/><con:wsrmConfig version="1.2"/></con:call></con:operation></con:interface><con:properties/><con:wssContainer/></con:soapui-project>