Skip to content

Instantly share code, notes, and snippets.

@NogrTL

NogrTL/SOAP.wsdl Secret

Created October 4, 2021 08:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NogrTL/a0d6230ecb71b28847d48f63deda10a1 to your computer and use it in GitHub Desktop.
Save NogrTL/a0d6230ecb71b28847d48f63deda10a1 to your computer and use it in GitHub Desktop.
SOAP Sample for Postman
<?xml version="1.0" encoding="UTF-8"?>
<definitions name="partnersExchange" targetNamespace="http://demo.com/" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap12bind="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:soapbind="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://demo.com/" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" 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" xmlns:xsd1="http://demo.com/">
<types>
<xs:schema targetNamespace="http://demo.com/" attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xs1="http://demo.com/">
<xs:complexType name="Affinity">
<xs:sequence>
<xs:element name="data" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="mediatype_id" type="xs:int"/>
<xs:element name="channel_id" type="xs:byte"/>
<xs:element name="air_date" type="xs:date"/>
<xs:element name="dayInterval_id" type="xs:byte"/>
<xs:element name="targetgroup_id" type="xs:int"/>
<xs:element name="affinity" type="xs:float"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="Agencies">
<xs:sequence>
<xs:element name="data" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="agency_uid" type="xs:string"/>
<xs:element name="agency_code" type="xs:string"/>
<xs:element name="agency_name" type="xs:string"/>
<xs:element name="date_registration" type="xs:dateTime"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="Brands">
<xs:sequence>
<xs:element name="data" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="partner_uid" type="xs:string"/>
<xs:element name="brand_uid" type="xs:string"/>
<xs:element name="brand_code" type="xs:string"/>
<xs:element name="brand_name" type="xs:string"/>
<xs:element name="alcohol" type="xs:boolean"/>
<xs:element name="date_registration" type="xs:dateTime"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="Clients">
<xs:sequence>
<xs:element name="data" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="partner_uid" type="xs:string"/>
<xs:element name="partner_code" type="xs:string"/>
<xs:element name="partner_name" type="xs:string"/>
<xs:element name="agency_uid" type="xs:string"/>
<xs:element name="date_registration" type="xs:dateTime"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="Comparisons">
<xs:sequence>
<xs:element name="data" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="partner_uid" type="xs:string"/>
<xs:element name="channel_uid" type="xs:byte"/>
<xs:element name="row_key" type="xs:string"/>
<xs:element name="deleted" type="xs:boolean"/>
<xs:element name="tv_date" type="xs:date"/>
<xs:element name="reason" type="xs:string"/>
<xs:element name="eq_grp" type="xs:float"/>
<xs:element name="cost" type="xs:float"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="DailySpots">
<xs:sequence>
<xs:element name="data" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="slInstance_id" type="xs:int"/>
<xs:element name="air_date" type="xs:date"/>
<xs:element name="channel_id" type="xs:byte"/>
<xs:element name="mediaPlanClass_id" type="xs:byte"/>
<xs:element name="dayInterval_id" type="xs:byte"/>
<xs:element name="targetgroup_id" type="xs:int"/>
<xs:element name="targetGroupTemplate_id" type="xs:int"/>
<xs:element name="clip_id" type="xs:string"/>
<xs:element name="flight_num" type="xs:byte" nillable="true"/>
<xs:element name="eqGRP" type="xs:float"/>
<xs:element name="eqGRP_base" type="xs:float"/>
<xs:element name="fix_eqGRP" type="xs:float"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="DetailedSpots">
<xs:sequence>
<xs:element name="data" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="SLInstanceID" type="xs:int"/>
<xs:element name="ChannelID" type="xs:byte"/>
<xs:element name="TVDate" type="xs:date"/>
<xs:element name="SpotID" type="xs:string"/>
<xs:element name="ProgramName" type="xs:string"/>
<xs:element name="BlockStart" type="xs:dateTime"/>
<xs:element name="ClipID" type="xs:string"/>
<xs:element name="ClipName" type="xs:string"/>
<xs:element name="ClipTypeID" type="xs:byte"/>
<xs:element name="ClipDuration" type="xs:int"/>
<xs:element name="BrandID" type="xs:int"/>
<xs:element name="BrandName" type="xs:string"/>
<xs:element name="DayIntervalID" type="xs:byte"/>
<xs:element name="MediaPlanClassID" type="xs:byte"/>
<xs:element name="TargetGroupID" type="xs:int"/>
<xs:element name="TargetGroupTemplateID" type="xs:byte"/>
<xs:element name="FixedPosID" type="xs:byte"/>
<xs:element name="TRP" type="xs:float"/>
<xs:element name="EqTRP" type="xs:float"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="Message">
<xs:sequence>
<xs:element name="data" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="slInstanceMatch_id" type="xs:int"/>
<xs:element name="channel_id" type="xs:int"/>
<xs:element name="airList_date" type="xs:date"/>
<xs:element name="advblocktype_id" type="xs:int"/>
<xs:element name="dayInterval_id" type="xs:int"/>
<xs:element name="is_bonus" type="xs:boolean"/>
<xs:element name="is_auction" type="xs:boolean"/>
<xs:element name="mediaPlanClass_id" type="xs:int"/>
<xs:element name="reserve_id" type="xs:int"/>
<xs:element name="duration_total" type="xs:int"/>
<xs:element name="reserve_total" type="xs:int"/>
<xs:element name="placed_duration" type="xs:int"/>
<xs:element name="reserve_placed_duration" type="xs:int"/>
<xs:element name="queue_placed_duration" type="xs:int"/>
<xs:element name="queueQuota_placed_duration" type="xs:int"/>
<xs:element name="block_total_wgrp" type="xs:decimal"/>
<xs:element name="reserve_total_wgrp" type="xs:decimal"/>
<xs:element name="placed_wgrp" type="xs:decimal"/>
<xs:element name="reserve_placed_wgrp" type="xs:decimal"/>
<xs:element name="queue_placed_wgrp" type="xs:decimal"/>
<xs:element name="queueQuota_placed_wgrp" type="xs:decimal"/>
<xs:element name="placed_quota_duration" type="xs:int"/>
<xs:element name="placed_quota_wgrp" type="xs:decimal"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ShoplistsID">
<xs:sequence>
<xs:element name="data" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="agency_uid" type="xs:string"/>
<xs:element name="partner_uid" type="xs:string"/>
<xs:element name="shoplist_id" type="xs:string"/>
<xs:element name="comment" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="Spots">
<xs:sequence>
<xs:element name="data" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="slInstance_id" type="xs:int"/>
<xs:element name="week_start" type="xs:date"/>
<xs:element name="channel_id" type="xs:byte"/>
<xs:element name="mediaPlanClass_id" type="xs:byte"/>
<xs:element name="dayInterval_id" type="xs:byte"/>
<xs:element name="targetgroup_id" type="xs:int"/>
<xs:element name="targetGroupTemplate_id" type="xs:int"/>
<xs:element name="clip_id" type="xs:string"/>
<xs:element name="flight_num" type="xs:byte" nillable="true"/>
<xs:element name="eqGRP" type="xs:float"/>
<xs:element name="eqGRP_base" type="xs:float"/>
<xs:element name="fix_eqGRP" type="xs:float"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:element name="getData">
<xs:complexType>
<xs:sequence>
<xs:element name="periodFrom" type="xs:date"/>
<xs:element name="periodTo" type="xs:date"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="getDataResponse">
<xs:complexType>
<xs:sequence>
<xs:element name="return" type="tns:Message"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="getDataNew">
<xs:complexType>
<xs:sequence>
<xs:element name="periodFrom" type="xs:date"/>
<xs:element name="periodTo" type="xs:date"/>
<xs:element name="mediaType_id" type="xs:int"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="getDataNewResponse">
<xs:complexType>
<xs:sequence>
<xs:element name="return" type="tns:Message"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="getClients">
<xs:complexType>
<xs:sequence>
<xs:element name="partner_uid" type="xs:string" nillable="true"/>
<xs:element name="period" type="xs:date" nillable="true"/>
<xs:element name="only_modified" type="xs:boolean" nillable="true"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="getClientsResponse">
<xs:complexType>
<xs:sequence>
<xs:element name="return" type="tns:Clients"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="getSpots">
<xs:complexType>
<xs:sequence>
<xs:element name="periodFrom" type="xs:date"/>
<xs:element name="periodTo" type="xs:date"/>
<xs:element name="SL_id" type="xs:string" nillable="true"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="getSpotsResponse">
<xs:complexType>
<xs:sequence>
<xs:element name="return" type="tns:Spots"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="getDetailedSpots">
<xs:complexType>
<xs:sequence>
<xs:element name="periodFrom" type="xs:date"/>
<xs:element name="periodTo" type="xs:date"/>
<xs:element name="SL_id" type="xs:string"/>
<xs:element name="ChannelID" type="xs:byte" nillable="true"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="getDetailedSpotsResponse">
<xs:complexType>
<xs:sequence>
<xs:element name="return" type="tns:DetailedSpots"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="getDailySpots">
<xs:complexType>
<xs:sequence>
<xs:element name="periodFrom" type="xs:date"/>
<xs:element name="periodTo" type="xs:date"/>
<xs:element name="SL_id" type="xs:string" nillable="true"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="getDailySpotsResponse">
<xs:complexType>
<xs:sequence>
<xs:element name="return" type="tns:DailySpots"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="getAffinity">
<xs:complexType>
<xs:sequence>
<xs:element name="periodFrom" type="xs:date"/>
<xs:element name="periodTo" type="xs:date"/>
<xs:element name="ChannelID" type="xs:byte" nillable="true"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="getAffinityResponse">
<xs:complexType>
<xs:sequence>
<xs:element name="return" type="tns:Affinity"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="getBrands">
<xs:complexType>
<xs:sequence>
<xs:element name="partner_uid" type="xs:string" nillable="true"/>
<xs:element name="brand_uid" type="xs:string" nillable="true"/>
<xs:element name="period" type="xs:date" nillable="true"/>
<xs:element name="only_modified" type="xs:boolean" nillable="true"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="getBrandsResponse">
<xs:complexType>
<xs:sequence>
<xs:element name="return" type="tns:Brands"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="getAgencies">
<xs:complexType>
<xs:sequence>
<xs:element name="agency_uid" type="xs:string" nillable="true"/>
<xs:element name="period" type="xs:date" nillable="true"/>
<xs:element name="only_modified" type="xs:boolean" nillable="true"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="getAgenciesResponse">
<xs:complexType>
<xs:sequence>
<xs:element name="return" type="tns:Agencies"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="delFromExchange">
<xs:complexType>
<xs:sequence>
<xs:element name="obj_type" type="xs:string"/>
<xs:element name="obj_uid" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="delFromExchangeResponse">
<xs:complexType>
<xs:sequence>
<xs:element name="return" type="xs:boolean"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="getComparisons">
<xs:complexType>
<xs:sequence>
<xs:element name="partner_uid" type="xs:string" nillable="true"/>
<xs:element name="channel_uid" type="xs:byte" nillable="true"/>
<xs:element name="row_key" type="xs:string" nillable="true"/>
<xs:element name="period" type="xs:date" nillable="true"/>
<xs:element name="only_modified" type="xs:boolean" nillable="true"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="getComparisonsResponse">
<xs:complexType>
<xs:sequence>
<xs:element name="return" type="tns:Comparisons"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="getShoplistsID">
<xs:complexType>
<xs:sequence>
<xs:element name="periodFrom" type="xs:date"/>
<xs:element name="periodTo" type="xs:date"/>
<xs:element name="agency_uid" type="xs:string" nillable="true"/>
<xs:element name="partner_uid" type="xs:string" nillable="true"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="getShoplistsIDResponse">
<xs:complexType>
<xs:sequence>
<xs:element name="return" type="tns:ShoplistsID"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
</types>
<message name="getDataRequestMessage">
<part name="parameters" element="tns:getData"/>
</message>
<message name="getDataResponseMessage">
<part name="parameters" element="tns:getDataResponse"/>
</message>
<message name="getDataNewRequestMessage">
<part name="parameters" element="tns:getDataNew"/>
</message>
<message name="getDataNewResponseMessage">
<part name="parameters" element="tns:getDataNewResponse"/>
</message>
<message name="getClientsRequestMessage">
<part name="parameters" element="tns:getClients"/>
</message>
<message name="getClientsResponseMessage">
<part name="parameters" element="tns:getClientsResponse"/>
</message>
<message name="getSpotsRequestMessage">
<part name="parameters" element="tns:getSpots"/>
</message>
<message name="getSpotsResponseMessage">
<part name="parameters" element="tns:getSpotsResponse"/>
</message>
<message name="getDetailedSpotsRequestMessage">
<part name="parameters" element="tns:getDetailedSpots"/>
</message>
<message name="getDetailedSpotsResponseMessage">
<part name="parameters" element="tns:getDetailedSpotsResponse"/>
</message>
<message name="getDailySpotsRequestMessage">
<part name="parameters" element="tns:getDailySpots"/>
</message>
<message name="getDailySpotsResponseMessage">
<part name="parameters" element="tns:getDailySpotsResponse"/>
</message>
<message name="getAffinityRequestMessage">
<part name="parameters" element="tns:getAffinity"/>
</message>
<message name="getAffinityResponseMessage">
<part name="parameters" element="tns:getAffinityResponse"/>
</message>
<message name="getBrandsRequestMessage">
<part name="parameters" element="tns:getBrands"/>
</message>
<message name="getBrandsResponseMessage">
<part name="parameters" element="tns:getBrandsResponse"/>
</message>
<message name="getAgenciesRequestMessage">
<part name="parameters" element="tns:getAgencies"/>
</message>
<message name="getAgenciesResponseMessage">
<part name="parameters" element="tns:getAgenciesResponse"/>
</message>
<message name="delFromExchangeRequestMessage">
<part name="parameters" element="tns:delFromExchange"/>
</message>
<message name="delFromExchangeResponseMessage">
<part name="parameters" element="tns:delFromExchangeResponse"/>
</message>
<message name="getComparisonsRequestMessage">
<part name="parameters" element="tns:getComparisons"/>
</message>
<message name="getComparisonsResponseMessage">
<part name="parameters" element="tns:getComparisonsResponse"/>
</message>
<message name="getShoplistsIDRequestMessage">
<part name="parameters" element="tns:getShoplistsID"/>
</message>
<message name="getShoplistsIDResponseMessage">
<part name="parameters" element="tns:getShoplistsIDResponse"/>
</message>
<portType name="partnersExchangePortType">
<operation name="getData">
<input message="tns:getDataRequestMessage"/>
<output message="tns:getDataResponseMessage"/>
</operation>
<operation name="getDataNew">
<input message="tns:getDataNewRequestMessage"/>
<output message="tns:getDataNewResponseMessage"/>
</operation>
<operation name="getClients">
<input message="tns:getClientsRequestMessage"/>
<output message="tns:getClientsResponseMessage"/>
</operation>
<operation name="getSpots">
<input message="tns:getSpotsRequestMessage"/>
<output message="tns:getSpotsResponseMessage"/>
</operation>
<operation name="getDetailedSpots">
<input message="tns:getDetailedSpotsRequestMessage"/>
<output message="tns:getDetailedSpotsResponseMessage"/>
</operation>
<operation name="getDailySpots">
<input message="tns:getDailySpotsRequestMessage"/>
<output message="tns:getDailySpotsResponseMessage"/>
</operation>
<operation name="getAffinity">
<input message="tns:getAffinityRequestMessage"/>
<output message="tns:getAffinityResponseMessage"/>
</operation>
<operation name="getBrands">
<input message="tns:getBrandsRequestMessage"/>
<output message="tns:getBrandsResponseMessage"/>
</operation>
<operation name="getAgencies">
<input message="tns:getAgenciesRequestMessage"/>
<output message="tns:getAgenciesResponseMessage"/>
</operation>
<operation name="delFromExchange">
<input message="tns:delFromExchangeRequestMessage"/>
<output message="tns:delFromExchangeResponseMessage"/>
</operation>
<operation name="getComparisons">
<input message="tns:getComparisonsRequestMessage"/>
<output message="tns:getComparisonsResponseMessage"/>
</operation>
<operation name="getShoplistsID">
<input message="tns:getShoplistsIDRequestMessage"/>
<output message="tns:getShoplistsIDResponseMessage"/>
</operation>
</portType>
<binding name="partnersExchangeSoapBinding" type="tns:partnersExchangePortType">
<soapbind:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<operation name="getData">
<soapbind:operation style="document" soapAction="http://demo.com/#partnersExchange:getData"/>
<input>
<soapbind:body use="literal"/>
</input>
<output>
<soapbind:body use="literal"/>
</output>
</operation>
<operation name="getDataNew">
<soapbind:operation style="document" soapAction="http://demo.com/#partnersExchange:getDataNew"/>
<input>
<soapbind:body use="literal"/>
</input>
<output>
<soapbind:body use="literal"/>
</output>
</operation>
<operation name="getClients">
<soapbind:operation style="document" soapAction="http://demo.com/#partnersExchange:getClients"/>
<input>
<soapbind:body use="literal"/>
</input>
<output>
<soapbind:body use="literal"/>
</output>
</operation>
<operation name="getSpots">
<soapbind:operation style="document" soapAction="http://demo.com/#partnersExchange:getSpots"/>
<input>
<soapbind:body use="literal"/>
</input>
<output>
<soapbind:body use="literal"/>
</output>
</operation>
<operation name="getDetailedSpots">
<soapbind:operation style="document" soapAction="http://demo.com/#partnersExchange:getDetailedSpots"/>
<input>
<soapbind:body use="literal"/>
</input>
<output>
<soapbind:body use="literal"/>
</output>
</operation>
<operation name="getDailySpots">
<soapbind:operation style="document" soapAction="http://demo.com/#partnersExchange:getDailySpots"/>
<input>
<soapbind:body use="literal"/>
</input>
<output>
<soapbind:body use="literal"/>
</output>
</operation>
<operation name="getAffinity">
<soapbind:operation style="document" soapAction="http://demo.com/#partnersExchange:getAffinity"/>
<input>
<soapbind:body use="literal"/>
</input>
<output>
<soapbind:body use="literal"/>
</output>
</operation>
<operation name="getBrands">
<soapbind:operation style="document" soapAction="http://demo.com/#partnersExchange:getBrands"/>
<input>
<soapbind:body use="literal"/>
</input>
<output>
<soapbind:body use="literal"/>
</output>
</operation>
<operation name="getAgencies">
<soapbind:operation style="document" soapAction="http://demo.com/#partnersExchange:getAgencies"/>
<input>
<soapbind:body use="literal"/>
</input>
<output>
<soapbind:body use="literal"/>
</output>
</operation>
<operation name="delFromExchange">
<soapbind:operation style="document" soapAction="http://demo.com/#partnersExchange:delFromExchange"/>
<input>
<soapbind:body use="literal"/>
</input>
<output>
<soapbind:body use="literal"/>
</output>
</operation>
<operation name="getComparisons">
<soapbind:operation style="document" soapAction="http://demo.com/#partnersExchange:getComparisons"/>
<input>
<soapbind:body use="literal"/>
</input>
<output>
<soapbind:body use="literal"/>
</output>
</operation>
<operation name="getShoplistsID">
<soapbind:operation style="document" soapAction="http://demo.com/#partnersExchange:getShoplistsID"/>
<input>
<soapbind:body use="literal"/>
</input>
<output>
<soapbind:body use="literal"/>
</output>
</operation>
</binding>
<binding name="partnersExchangeSoap12Binding" type="tns:partnersExchangePortType">
<soap12bind:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<operation name="getData">
<soap12bind:operation style="document" soapAction="http://demo.com/#partnersExchange:getData"/>
<input>
<soap12bind:body use="literal"/>
</input>
<output>
<soap12bind:body use="literal"/>
</output>
</operation>
<operation name="getDataNew">
<soap12bind:operation style="document" soapAction="http://demo.com/#partnersExchange:getDataNew"/>
<input>
<soap12bind:body use="literal"/>
</input>
<output>
<soap12bind:body use="literal"/>
</output>
</operation>
<operation name="getClients">
<soap12bind:operation style="document" soapAction="http://demo.com/#partnersExchange:getClients"/>
<input>
<soap12bind:body use="literal"/>
</input>
<output>
<soap12bind:body use="literal"/>
</output>
</operation>
<operation name="getSpots">
<soap12bind:operation style="document" soapAction="http://demo.com/#partnersExchange:getSpots"/>
<input>
<soap12bind:body use="literal"/>
</input>
<output>
<soap12bind:body use="literal"/>
</output>
</operation>
<operation name="getDetailedSpots">
<soap12bind:operation style="document" soapAction="http://demo.com/#partnersExchange:getDetailedSpots"/>
<input>
<soap12bind:body use="literal"/>
</input>
<output>
<soap12bind:body use="literal"/>
</output>
</operation>
<operation name="getDailySpots">
<soap12bind:operation style="document" soapAction="http://demo.com/#partnersExchange:getDailySpots"/>
<input>
<soap12bind:body use="literal"/>
</input>
<output>
<soap12bind:body use="literal"/>
</output>
</operation>
<operation name="getAffinity">
<soap12bind:operation style="document" soapAction="http://demo.com/#partnersExchange:getAffinity"/>
<input>
<soap12bind:body use="literal"/>
</input>
<output>
<soap12bind:body use="literal"/>
</output>
</operation>
<operation name="getBrands">
<soap12bind:operation style="document" soapAction="http://demo.com/#partnersExchange:getBrands"/>
<input>
<soap12bind:body use="literal"/>
</input>
<output>
<soap12bind:body use="literal"/>
</output>
</operation>
<operation name="getAgencies">
<soap12bind:operation style="document" soapAction="http://demo.com/#partnersExchange:getAgencies"/>
<input>
<soap12bind:body use="literal"/>
</input>
<output>
<soap12bind:body use="literal"/>
</output>
</operation>
<operation name="delFromExchange">
<soap12bind:operation style="document" soapAction="http://demo.com/#partnersExchange:delFromExchange"/>
<input>
<soap12bind:body use="literal"/>
</input>
<output>
<soap12bind:body use="literal"/>
</output>
</operation>
<operation name="getComparisons">
<soap12bind:operation style="document" soapAction="http://demo.com/#partnersExchange:getComparisons"/>
<input>
<soap12bind:body use="literal"/>
</input>
<output>
<soap12bind:body use="literal"/>
</output>
</operation>
<operation name="getShoplistsID">
<soap12bind:operation style="document" soapAction="http://demo.com/#partnersExchange:getShoplistsID"/>
<input>
<soap12bind:body use="literal"/>
</input>
<output>
<soap12bind:body use="literal"/>
</output>
</operation>
</binding>
<service name="partnersExchange">
<port name="partnersExchangeSoap" binding="tns:partnersExchangeSoapBinding">
<documentation>
<wsi:Claim conformsTo="http://ws-i.org/profiles/basic/1.1" xmlns:wsi="http://ws-i.org/schemas/conformanceClaim/"/>
</documentation>
<soapbind:address location="https://testspace.oceanmedia.com.ua/test_ida/ws/partnersExchange.1cws"/>
</port>
<port name="partnersExchangeSoap12" binding="tns:partnersExchangeSoap12Binding">
<soap12bind:address location="https://testspace.oceanmedia.com.ua/test_ida/ws/partnersExchange.1cws"/>
</port>
</service>
</definitions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment