Created
February 20, 2012 13:39
-
-
Save dimakura/1869234 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <tem:save_waybill> | |
| <!--Optional:--> | |
| <tem:su>dimitri1979</tem:su> | |
| <!--Optional:--> | |
| <tem:sp>123456</tem:sp> | |
| <!--Optional:--> | |
| <tem:waybill> | |
| <WAYBILL> | |
| <GOODS_LIST> | |
| <GOODS> | |
| <ID>0</ID> | |
| <W_NAME>კიტრი</W_NAME> | |
| <UNIT_ID>99</UNIT_ID> | |
| <UNIT_TXT>კგ</UNIT_TXT> | |
| <QUANTITY>10</QUANTITY> | |
| <PRICE>10</PRICE> | |
| <AMOUNT>100</AMOUNT> | |
| <BAR_CODE>1234</BAR_CODE> | |
| <A_ID>0</A_ID> | |
| </GOODS> | |
| </GOODS_LIST> | |
| <ID>0</ID> | |
| <TYPE>2</TYPE> | |
| <BUYER_TIN>211336240</BUYER_TIN> | |
| <CHEK_BUYER_TIN>0</CHEK_BUYER_TIN> | |
| <BUYER_NAME>ნიკორა</BUYER_NAME> | |
| <START_ADDRESS>Tbilisi</START_ADDRESS> | |
| <END_ADDRESS>Sokhumi</END_ADDRESS> | |
| <DRIVER_TIN>1234</DRIVER_TIN> | |
| <CHEK_DRIVER_TIN>0</CHEK_DRIVER_TIN> | |
| <DRIVER_NAME>ABC</DRIVER_NAME> | |
| <TRANSPORT_COAST>0</TRANSPORT_COAST> | |
| <RECEPTION_INFO/> | |
| <RECEIVER_INFO/>> | |
| <DELIVERY_DATE/> | |
| <STATUS>1</STATUS> | |
| <SELER_UN_ID>731937</SELER_UN_ID> | |
| <PAR_ID></PAR_ID> | |
| <CAR_NUMBER></CAR_NUMBER> | |
| <BEGIN_DATE>2012-02-20T16:34:48</BEGIN_DATE> | |
| <TRANS_COST_PAYER>1</TRANS_COST_PAYER> | |
| <TRANS_ID>2</TRANS_ID> | |
| <TRANS_TXT></TRANS_TXT> | |
| <COMMENT></COMMENT> | |
| </WAYBILL> | |
| </tem:waybill> | |
| </tem:save_waybill> | |
| </soapenv:Body> | |
| </soapenv:Envelope> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> | |
| <wsdl:types> | |
| <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/"> | |
| <s:element name="what_is_my_ip"> | |
| <s:complexType /> | |
| </s:element> | |
| <s:element name="what_is_my_ipResponse"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="0" maxOccurs="1" name="what_is_my_ipResult" type="s:string" /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="create_service_user"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="0" maxOccurs="1" name="user_name" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="user_password" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="ip" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="su" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="sp" type="s:string" /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="create_service_userResponse"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="1" maxOccurs="1" name="create_service_userResult" type="s:boolean" /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="update_service_user"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="0" maxOccurs="1" name="user_name" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="user_password" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="ip" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="su" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="sp" type="s:string" /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="update_service_userResponse"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="1" maxOccurs="1" name="update_service_userResult" type="s:boolean" /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="get_service_users"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="0" maxOccurs="1" name="user_name" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="user_password" type="s:string" /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="get_service_usersResponse"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="0" maxOccurs="1" name="get_service_usersResult"> | |
| <s:complexType mixed="true"> | |
| <s:sequence> | |
| <s:any /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="chek_service_user"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="0" maxOccurs="1" name="su" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="sp" type="s:string" /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="chek_service_userResponse"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="1" maxOccurs="1" name="chek_service_userResult" type="s:boolean" /> | |
| <s:element minOccurs="1" maxOccurs="1" name="un_id" type="s:int" /> | |
| <s:element minOccurs="1" maxOccurs="1" name="s_user_id" type="s:int" /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="get_akciz_codes"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="0" maxOccurs="1" name="su" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="sp" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="s_text" type="s:string" /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="get_akciz_codesResponse"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="0" maxOccurs="1" name="get_akciz_codesResult"> | |
| <s:complexType mixed="true"> | |
| <s:sequence> | |
| <s:any /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="get_waybill_types"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="0" maxOccurs="1" name="su" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="sp" type="s:string" /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="get_waybill_typesResponse"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="0" maxOccurs="1" name="get_waybill_typesResult"> | |
| <s:complexType mixed="true"> | |
| <s:sequence> | |
| <s:any /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="get_waybill_units"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="0" maxOccurs="1" name="su" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="sp" type="s:string" /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="get_waybill_unitsResponse"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="0" maxOccurs="1" name="get_waybill_unitsResult"> | |
| <s:complexType mixed="true"> | |
| <s:sequence> | |
| <s:any /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="get_trans_types"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="0" maxOccurs="1" name="su" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="sp" type="s:string" /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="get_trans_typesResponse"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="0" maxOccurs="1" name="get_trans_typesResult"> | |
| <s:complexType mixed="true"> | |
| <s:sequence> | |
| <s:any /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="save_waybill"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="0" maxOccurs="1" name="su" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="sp" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="waybill"> | |
| <s:complexType mixed="true"> | |
| <s:sequence> | |
| <s:any /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="save_waybillResponse"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="0" maxOccurs="1" name="save_waybillResult"> | |
| <s:complexType mixed="true"> | |
| <s:sequence> | |
| <s:any /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="get_waybill"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="0" maxOccurs="1" name="su" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="sp" type="s:string" /> | |
| <s:element minOccurs="1" maxOccurs="1" name="waybill_id" type="s:int" /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="get_waybillResponse"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="0" maxOccurs="1" name="get_waybillResult"> | |
| <s:complexType mixed="true"> | |
| <s:sequence> | |
| <s:any /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="get_waybills"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="0" maxOccurs="1" name="su" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="sp" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="itypes" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="buyer_tin" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="statuses" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="car_number" type="s:string" /> | |
| <s:element minOccurs="1" maxOccurs="1" name="begin_date_s" nillable="true" type="s:dateTime" /> | |
| <s:element minOccurs="1" maxOccurs="1" name="begin_date_e" nillable="true" type="s:dateTime" /> | |
| <s:element minOccurs="1" maxOccurs="1" name="create_date_s" nillable="true" type="s:dateTime" /> | |
| <s:element minOccurs="1" maxOccurs="1" name="create_date_e" nillable="true" type="s:dateTime" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="driver_tin" type="s:string" /> | |
| <s:element minOccurs="1" maxOccurs="1" name="delivery_date_s" nillable="true" type="s:dateTime" /> | |
| <s:element minOccurs="1" maxOccurs="1" name="delivery_date_e" nillable="true" type="s:dateTime" /> | |
| <s:element minOccurs="1" maxOccurs="1" name="full_amount" nillable="true" type="s:decimal" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="waybill_number" type="s:string" /> | |
| <s:element minOccurs="1" maxOccurs="1" name="close_date_s" nillable="true" type="s:dateTime" /> | |
| <s:element minOccurs="1" maxOccurs="1" name="close_date_e" nillable="true" type="s:dateTime" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="s_user_ids" type="s:string" /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="get_waybillsResponse"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="0" maxOccurs="1" name="get_waybillsResult"> | |
| <s:complexType mixed="true"> | |
| <s:sequence> | |
| <s:any /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="get_buyer_waybills"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="0" maxOccurs="1" name="su" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="sp" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="itypes" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="buyer_tin" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="statuses" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="car_number" type="s:string" /> | |
| <s:element minOccurs="1" maxOccurs="1" name="begin_date_s" nillable="true" type="s:dateTime" /> | |
| <s:element minOccurs="1" maxOccurs="1" name="begin_date_e" nillable="true" type="s:dateTime" /> | |
| <s:element minOccurs="1" maxOccurs="1" name="create_date_s" nillable="true" type="s:dateTime" /> | |
| <s:element minOccurs="1" maxOccurs="1" name="create_date_e" nillable="true" type="s:dateTime" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="driver_tin" type="s:string" /> | |
| <s:element minOccurs="1" maxOccurs="1" name="delivery_date_s" nillable="true" type="s:dateTime" /> | |
| <s:element minOccurs="1" maxOccurs="1" name="delivery_date_e" nillable="true" type="s:dateTime" /> | |
| <s:element minOccurs="1" maxOccurs="1" name="full_amount" nillable="true" type="s:decimal" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="waybill_number" type="s:string" /> | |
| <s:element minOccurs="1" maxOccurs="1" name="close_date_s" nillable="true" type="s:dateTime" /> | |
| <s:element minOccurs="1" maxOccurs="1" name="close_date_e" nillable="true" type="s:dateTime" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="s_user_ids" type="s:string" /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="get_buyer_waybillsResponse"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="0" maxOccurs="1" name="get_buyer_waybillsResult"> | |
| <s:complexType mixed="true"> | |
| <s:sequence> | |
| <s:any /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="send_waybill"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="0" maxOccurs="1" name="su" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="sp" type="s:string" /> | |
| <s:element minOccurs="1" maxOccurs="1" name="waybill_id" type="s:int" /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="send_waybillResponse"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="0" maxOccurs="1" name="send_waybillResult" type="s:string" /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="close_waybill"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="0" maxOccurs="1" name="su" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="sp" type="s:string" /> | |
| <s:element minOccurs="1" maxOccurs="1" name="waybill_id" type="s:int" /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="close_waybillResponse"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="1" maxOccurs="1" name="close_waybillResult" type="s:int" /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="ref_waybill"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="0" maxOccurs="1" name="su" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="sp" type="s:string" /> | |
| <s:element minOccurs="1" maxOccurs="1" name="waybill_id" type="s:int" /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="ref_waybillResponse"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="1" maxOccurs="1" name="ref_waybillResult" type="s:int" /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="del_waybill"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="0" maxOccurs="1" name="su" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="sp" type="s:string" /> | |
| <s:element minOccurs="1" maxOccurs="1" name="waybill_id" type="s:int" /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="del_waybillResponse"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="1" maxOccurs="1" name="del_waybillResult" type="s:int" /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="save_invoice"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="0" maxOccurs="1" name="su" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="sp" type="s:string" /> | |
| <s:element minOccurs="1" maxOccurs="1" name="waybill_id" type="s:int" /> | |
| <s:element minOccurs="1" maxOccurs="1" name="in_inv_id" type="s:int" /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="save_invoiceResponse"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="1" maxOccurs="1" name="save_invoiceResult" type="s:int" /> | |
| <s:element minOccurs="1" maxOccurs="1" name="out_inv_id" type="s:int" /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="save_waybill_tamplate"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="0" maxOccurs="1" name="su" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="sp" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="v_name" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="waybill"> | |
| <s:complexType mixed="true"> | |
| <s:sequence> | |
| <s:any /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="save_waybill_tamplateResponse"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="1" maxOccurs="1" name="save_waybill_tamplateResult" type="s:int" /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="get_waybill_tamplates"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="0" maxOccurs="1" name="su" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="sp" type="s:string" /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="get_waybill_tamplatesResponse"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="1" maxOccurs="1" name="get_waybill_tamplatesResult" type="s:int" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="waybill_tamplates"> | |
| <s:complexType mixed="true"> | |
| <s:sequence> | |
| <s:any /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="get_waybill_tamplate"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="0" maxOccurs="1" name="su" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="sp" type="s:string" /> | |
| <s:element minOccurs="1" maxOccurs="1" name="id" type="s:int" /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="get_waybill_tamplateResponse"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="1" maxOccurs="1" name="get_waybill_tamplateResult" type="s:int" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="waybill_tamplate"> | |
| <s:complexType mixed="true"> | |
| <s:sequence> | |
| <s:any /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="delete_waybill_tamplate"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="0" maxOccurs="1" name="su" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="sp" type="s:string" /> | |
| <s:element minOccurs="1" maxOccurs="1" name="id" type="s:int" /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="delete_waybill_tamplateResponse"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="1" maxOccurs="1" name="delete_waybill_tamplateResult" type="s:int" /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="save_bar_code"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="0" maxOccurs="1" name="su" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="sp" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="bar_code" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="goods_name" type="s:string" /> | |
| <s:element minOccurs="1" maxOccurs="1" name="unit_id" type="s:int" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="unit_txt" type="s:string" /> | |
| <s:element minOccurs="1" maxOccurs="1" name="a_id" type="s:int" /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="save_bar_codeResponse"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="1" maxOccurs="1" name="save_bar_codeResult" type="s:int" /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="delete_bar_code"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="0" maxOccurs="1" name="su" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="sp" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="bar_code" type="s:string" /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="delete_bar_codeResponse"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="1" maxOccurs="1" name="delete_bar_codeResult" type="s:int" /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="get_bar_codes"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="0" maxOccurs="1" name="su" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="sp" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="bar_code" type="s:string" /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="get_bar_codesResponse"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="1" maxOccurs="1" name="get_bar_codesResult" type="s:int" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="bar_codes"> | |
| <s:complexType mixed="true"> | |
| <s:sequence> | |
| <s:any /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="save_car_numbers"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="0" maxOccurs="1" name="su" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="sp" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="car_number" type="s:string" /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="save_car_numbersResponse"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="1" maxOccurs="1" name="save_car_numbersResult" type="s:int" /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="delete_car_numbers"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="0" maxOccurs="1" name="su" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="sp" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="car_number" type="s:string" /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="delete_car_numbersResponse"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="1" maxOccurs="1" name="delete_car_numbersResult" type="s:int" /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="get_car_numbers"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="0" maxOccurs="1" name="su" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="sp" type="s:string" /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="get_car_numbersResponse"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="1" maxOccurs="1" name="get_car_numbersResult" type="s:int" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="car_numbers"> | |
| <s:complexType mixed="true"> | |
| <s:sequence> | |
| <s:any /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="get_name_from_tin"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="0" maxOccurs="1" name="su" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="sp" type="s:string" /> | |
| <s:element minOccurs="0" maxOccurs="1" name="tin" type="s:string" /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| <s:element name="get_name_from_tinResponse"> | |
| <s:complexType> | |
| <s:sequence> | |
| <s:element minOccurs="0" maxOccurs="1" name="get_name_from_tinResult" type="s:string" /> | |
| </s:sequence> | |
| </s:complexType> | |
| </s:element> | |
| </s:schema> | |
| </wsdl:types> | |
| <wsdl:message name="what_is_my_ipSoapIn"> | |
| <wsdl:part name="parameters" element="tns:what_is_my_ip" /> | |
| </wsdl:message> | |
| <wsdl:message name="what_is_my_ipSoapOut"> | |
| <wsdl:part name="parameters" element="tns:what_is_my_ipResponse" /> | |
| </wsdl:message> | |
| <wsdl:message name="create_service_userSoapIn"> | |
| <wsdl:part name="parameters" element="tns:create_service_user" /> | |
| </wsdl:message> | |
| <wsdl:message name="create_service_userSoapOut"> | |
| <wsdl:part name="parameters" element="tns:create_service_userResponse" /> | |
| </wsdl:message> | |
| <wsdl:message name="update_service_userSoapIn"> | |
| <wsdl:part name="parameters" element="tns:update_service_user" /> | |
| </wsdl:message> | |
| <wsdl:message name="update_service_userSoapOut"> | |
| <wsdl:part name="parameters" element="tns:update_service_userResponse" /> | |
| </wsdl:message> | |
| <wsdl:message name="get_service_usersSoapIn"> | |
| <wsdl:part name="parameters" element="tns:get_service_users" /> | |
| </wsdl:message> | |
| <wsdl:message name="get_service_usersSoapOut"> | |
| <wsdl:part name="parameters" element="tns:get_service_usersResponse" /> | |
| </wsdl:message> | |
| <wsdl:message name="chek_service_userSoapIn"> | |
| <wsdl:part name="parameters" element="tns:chek_service_user" /> | |
| </wsdl:message> | |
| <wsdl:message name="chek_service_userSoapOut"> | |
| <wsdl:part name="parameters" element="tns:chek_service_userResponse" /> | |
| </wsdl:message> | |
| <wsdl:message name="get_akciz_codesSoapIn"> | |
| <wsdl:part name="parameters" element="tns:get_akciz_codes" /> | |
| </wsdl:message> | |
| <wsdl:message name="get_akciz_codesSoapOut"> | |
| <wsdl:part name="parameters" element="tns:get_akciz_codesResponse" /> | |
| </wsdl:message> | |
| <wsdl:message name="get_waybill_typesSoapIn"> | |
| <wsdl:part name="parameters" element="tns:get_waybill_types" /> | |
| </wsdl:message> | |
| <wsdl:message name="get_waybill_typesSoapOut"> | |
| <wsdl:part name="parameters" element="tns:get_waybill_typesResponse" /> | |
| </wsdl:message> | |
| <wsdl:message name="get_waybill_unitsSoapIn"> | |
| <wsdl:part name="parameters" element="tns:get_waybill_units" /> | |
| </wsdl:message> | |
| <wsdl:message name="get_waybill_unitsSoapOut"> | |
| <wsdl:part name="parameters" element="tns:get_waybill_unitsResponse" /> | |
| </wsdl:message> | |
| <wsdl:message name="get_trans_typesSoapIn"> | |
| <wsdl:part name="parameters" element="tns:get_trans_types" /> | |
| </wsdl:message> | |
| <wsdl:message name="get_trans_typesSoapOut"> | |
| <wsdl:part name="parameters" element="tns:get_trans_typesResponse" /> | |
| </wsdl:message> | |
| <wsdl:message name="save_waybillSoapIn"> | |
| <wsdl:part name="parameters" element="tns:save_waybill" /> | |
| </wsdl:message> | |
| <wsdl:message name="save_waybillSoapOut"> | |
| <wsdl:part name="parameters" element="tns:save_waybillResponse" /> | |
| </wsdl:message> | |
| <wsdl:message name="get_waybillSoapIn"> | |
| <wsdl:part name="parameters" element="tns:get_waybill" /> | |
| </wsdl:message> | |
| <wsdl:message name="get_waybillSoapOut"> | |
| <wsdl:part name="parameters" element="tns:get_waybillResponse" /> | |
| </wsdl:message> | |
| <wsdl:message name="get_waybillsSoapIn"> | |
| <wsdl:part name="parameters" element="tns:get_waybills" /> | |
| </wsdl:message> | |
| <wsdl:message name="get_waybillsSoapOut"> | |
| <wsdl:part name="parameters" element="tns:get_waybillsResponse" /> | |
| </wsdl:message> | |
| <wsdl:message name="get_buyer_waybillsSoapIn"> | |
| <wsdl:part name="parameters" element="tns:get_buyer_waybills" /> | |
| </wsdl:message> | |
| <wsdl:message name="get_buyer_waybillsSoapOut"> | |
| <wsdl:part name="parameters" element="tns:get_buyer_waybillsResponse" /> | |
| </wsdl:message> | |
| <wsdl:message name="send_waybillSoapIn"> | |
| <wsdl:part name="parameters" element="tns:send_waybill" /> | |
| </wsdl:message> | |
| <wsdl:message name="send_waybillSoapOut"> | |
| <wsdl:part name="parameters" element="tns:send_waybillResponse" /> | |
| </wsdl:message> | |
| <wsdl:message name="close_waybillSoapIn"> | |
| <wsdl:part name="parameters" element="tns:close_waybill" /> | |
| </wsdl:message> | |
| <wsdl:message name="close_waybillSoapOut"> | |
| <wsdl:part name="parameters" element="tns:close_waybillResponse" /> | |
| </wsdl:message> | |
| <wsdl:message name="ref_waybillSoapIn"> | |
| <wsdl:part name="parameters" element="tns:ref_waybill" /> | |
| </wsdl:message> | |
| <wsdl:message name="ref_waybillSoapOut"> | |
| <wsdl:part name="parameters" element="tns:ref_waybillResponse" /> | |
| </wsdl:message> | |
| <wsdl:message name="del_waybillSoapIn"> | |
| <wsdl:part name="parameters" element="tns:del_waybill" /> | |
| </wsdl:message> | |
| <wsdl:message name="del_waybillSoapOut"> | |
| <wsdl:part name="parameters" element="tns:del_waybillResponse" /> | |
| </wsdl:message> | |
| <wsdl:message name="save_invoiceSoapIn"> | |
| <wsdl:part name="parameters" element="tns:save_invoice" /> | |
| </wsdl:message> | |
| <wsdl:message name="save_invoiceSoapOut"> | |
| <wsdl:part name="parameters" element="tns:save_invoiceResponse" /> | |
| </wsdl:message> | |
| <wsdl:message name="save_waybill_tamplateSoapIn"> | |
| <wsdl:part name="parameters" element="tns:save_waybill_tamplate" /> | |
| </wsdl:message> | |
| <wsdl:message name="save_waybill_tamplateSoapOut"> | |
| <wsdl:part name="parameters" element="tns:save_waybill_tamplateResponse" /> | |
| </wsdl:message> | |
| <wsdl:message name="get_waybill_tamplatesSoapIn"> | |
| <wsdl:part name="parameters" element="tns:get_waybill_tamplates" /> | |
| </wsdl:message> | |
| <wsdl:message name="get_waybill_tamplatesSoapOut"> | |
| <wsdl:part name="parameters" element="tns:get_waybill_tamplatesResponse" /> | |
| </wsdl:message> | |
| <wsdl:message name="get_waybill_tamplateSoapIn"> | |
| <wsdl:part name="parameters" element="tns:get_waybill_tamplate" /> | |
| </wsdl:message> | |
| <wsdl:message name="get_waybill_tamplateSoapOut"> | |
| <wsdl:part name="parameters" element="tns:get_waybill_tamplateResponse" /> | |
| </wsdl:message> | |
| <wsdl:message name="delete_waybill_tamplateSoapIn"> | |
| <wsdl:part name="parameters" element="tns:delete_waybill_tamplate" /> | |
| </wsdl:message> | |
| <wsdl:message name="delete_waybill_tamplateSoapOut"> | |
| <wsdl:part name="parameters" element="tns:delete_waybill_tamplateResponse" /> | |
| </wsdl:message> | |
| <wsdl:message name="save_bar_codeSoapIn"> | |
| <wsdl:part name="parameters" element="tns:save_bar_code" /> | |
| </wsdl:message> | |
| <wsdl:message name="save_bar_codeSoapOut"> | |
| <wsdl:part name="parameters" element="tns:save_bar_codeResponse" /> | |
| </wsdl:message> | |
| <wsdl:message name="delete_bar_codeSoapIn"> | |
| <wsdl:part name="parameters" element="tns:delete_bar_code" /> | |
| </wsdl:message> | |
| <wsdl:message name="delete_bar_codeSoapOut"> | |
| <wsdl:part name="parameters" element="tns:delete_bar_codeResponse" /> | |
| </wsdl:message> | |
| <wsdl:message name="get_bar_codesSoapIn"> | |
| <wsdl:part name="parameters" element="tns:get_bar_codes" /> | |
| </wsdl:message> | |
| <wsdl:message name="get_bar_codesSoapOut"> | |
| <wsdl:part name="parameters" element="tns:get_bar_codesResponse" /> | |
| </wsdl:message> | |
| <wsdl:message name="save_car_numbersSoapIn"> | |
| <wsdl:part name="parameters" element="tns:save_car_numbers" /> | |
| </wsdl:message> | |
| <wsdl:message name="save_car_numbersSoapOut"> | |
| <wsdl:part name="parameters" element="tns:save_car_numbersResponse" /> | |
| </wsdl:message> | |
| <wsdl:message name="delete_car_numbersSoapIn"> | |
| <wsdl:part name="parameters" element="tns:delete_car_numbers" /> | |
| </wsdl:message> | |
| <wsdl:message name="delete_car_numbersSoapOut"> | |
| <wsdl:part name="parameters" element="tns:delete_car_numbersResponse" /> | |
| </wsdl:message> | |
| <wsdl:message name="get_car_numbersSoapIn"> | |
| <wsdl:part name="parameters" element="tns:get_car_numbers" /> | |
| </wsdl:message> | |
| <wsdl:message name="get_car_numbersSoapOut"> | |
| <wsdl:part name="parameters" element="tns:get_car_numbersResponse" /> | |
| </wsdl:message> | |
| <wsdl:message name="get_name_from_tinSoapIn"> | |
| <wsdl:part name="parameters" element="tns:get_name_from_tin" /> | |
| </wsdl:message> | |
| <wsdl:message name="get_name_from_tinSoapOut"> | |
| <wsdl:part name="parameters" element="tns:get_name_from_tinResponse" /> | |
| </wsdl:message> | |
| <wsdl:portType name="WayBillsSoap"> | |
| <wsdl:operation name="what_is_my_ip"> | |
| <wsdl:input message="tns:what_is_my_ipSoapIn" /> | |
| <wsdl:output message="tns:what_is_my_ipSoapOut" /> | |
| </wsdl:operation> | |
| <wsdl:operation name="create_service_user"> | |
| <wsdl:input message="tns:create_service_userSoapIn" /> | |
| <wsdl:output message="tns:create_service_userSoapOut" /> | |
| </wsdl:operation> | |
| <wsdl:operation name="update_service_user"> | |
| <wsdl:input message="tns:update_service_userSoapIn" /> | |
| <wsdl:output message="tns:update_service_userSoapOut" /> | |
| </wsdl:operation> | |
| <wsdl:operation name="get_service_users"> | |
| <wsdl:input message="tns:get_service_usersSoapIn" /> | |
| <wsdl:output message="tns:get_service_usersSoapOut" /> | |
| </wsdl:operation> | |
| <wsdl:operation name="chek_service_user"> | |
| <wsdl:input message="tns:chek_service_userSoapIn" /> | |
| <wsdl:output message="tns:chek_service_userSoapOut" /> | |
| </wsdl:operation> | |
| <wsdl:operation name="get_akciz_codes"> | |
| <wsdl:input message="tns:get_akciz_codesSoapIn" /> | |
| <wsdl:output message="tns:get_akciz_codesSoapOut" /> | |
| </wsdl:operation> | |
| <wsdl:operation name="get_waybill_types"> | |
| <wsdl:input message="tns:get_waybill_typesSoapIn" /> | |
| <wsdl:output message="tns:get_waybill_typesSoapOut" /> | |
| </wsdl:operation> | |
| <wsdl:operation name="get_waybill_units"> | |
| <wsdl:input message="tns:get_waybill_unitsSoapIn" /> | |
| <wsdl:output message="tns:get_waybill_unitsSoapOut" /> | |
| </wsdl:operation> | |
| <wsdl:operation name="get_trans_types"> | |
| <wsdl:input message="tns:get_trans_typesSoapIn" /> | |
| <wsdl:output message="tns:get_trans_typesSoapOut" /> | |
| </wsdl:operation> | |
| <wsdl:operation name="save_waybill"> | |
| <wsdl:input message="tns:save_waybillSoapIn" /> | |
| <wsdl:output message="tns:save_waybillSoapOut" /> | |
| </wsdl:operation> | |
| <wsdl:operation name="get_waybill"> | |
| <wsdl:input message="tns:get_waybillSoapIn" /> | |
| <wsdl:output message="tns:get_waybillSoapOut" /> | |
| </wsdl:operation> | |
| <wsdl:operation name="get_waybills"> | |
| <wsdl:input message="tns:get_waybillsSoapIn" /> | |
| <wsdl:output message="tns:get_waybillsSoapOut" /> | |
| </wsdl:operation> | |
| <wsdl:operation name="get_buyer_waybills"> | |
| <wsdl:input message="tns:get_buyer_waybillsSoapIn" /> | |
| <wsdl:output message="tns:get_buyer_waybillsSoapOut" /> | |
| </wsdl:operation> | |
| <wsdl:operation name="send_waybill"> | |
| <wsdl:input message="tns:send_waybillSoapIn" /> | |
| <wsdl:output message="tns:send_waybillSoapOut" /> | |
| </wsdl:operation> | |
| <wsdl:operation name="close_waybill"> | |
| <wsdl:input message="tns:close_waybillSoapIn" /> | |
| <wsdl:output message="tns:close_waybillSoapOut" /> | |
| </wsdl:operation> | |
| <wsdl:operation name="ref_waybill"> | |
| <wsdl:input message="tns:ref_waybillSoapIn" /> | |
| <wsdl:output message="tns:ref_waybillSoapOut" /> | |
| </wsdl:operation> | |
| <wsdl:operation name="del_waybill"> | |
| <wsdl:input message="tns:del_waybillSoapIn" /> | |
| <wsdl:output message="tns:del_waybillSoapOut" /> | |
| </wsdl:operation> | |
| <wsdl:operation name="save_invoice"> | |
| <wsdl:input message="tns:save_invoiceSoapIn" /> | |
| <wsdl:output message="tns:save_invoiceSoapOut" /> | |
| </wsdl:operation> | |
| <wsdl:operation name="save_waybill_tamplate"> | |
| <wsdl:input message="tns:save_waybill_tamplateSoapIn" /> | |
| <wsdl:output message="tns:save_waybill_tamplateSoapOut" /> | |
| </wsdl:operation> | |
| <wsdl:operation name="get_waybill_tamplates"> | |
| <wsdl:input message="tns:get_waybill_tamplatesSoapIn" /> | |
| <wsdl:output message="tns:get_waybill_tamplatesSoapOut" /> | |
| </wsdl:operation> | |
| <wsdl:operation name="get_waybill_tamplate"> | |
| <wsdl:input message="tns:get_waybill_tamplateSoapIn" /> | |
| <wsdl:output message="tns:get_waybill_tamplateSoapOut" /> | |
| </wsdl:operation> | |
| <wsdl:operation name="delete_waybill_tamplate"> | |
| <wsdl:input message="tns:delete_waybill_tamplateSoapIn" /> | |
| <wsdl:output message="tns:delete_waybill_tamplateSoapOut" /> | |
| </wsdl:operation> | |
| <wsdl:operation name="save_bar_code"> | |
| <wsdl:input message="tns:save_bar_codeSoapIn" /> | |
| <wsdl:output message="tns:save_bar_codeSoapOut" /> | |
| </wsdl:operation> | |
| <wsdl:operation name="delete_bar_code"> | |
| <wsdl:input message="tns:delete_bar_codeSoapIn" /> | |
| <wsdl:output message="tns:delete_bar_codeSoapOut" /> | |
| </wsdl:operation> | |
| <wsdl:operation name="get_bar_codes"> | |
| <wsdl:input message="tns:get_bar_codesSoapIn" /> | |
| <wsdl:output message="tns:get_bar_codesSoapOut" /> | |
| </wsdl:operation> | |
| <wsdl:operation name="save_car_numbers"> | |
| <wsdl:input message="tns:save_car_numbersSoapIn" /> | |
| <wsdl:output message="tns:save_car_numbersSoapOut" /> | |
| </wsdl:operation> | |
| <wsdl:operation name="delete_car_numbers"> | |
| <wsdl:input message="tns:delete_car_numbersSoapIn" /> | |
| <wsdl:output message="tns:delete_car_numbersSoapOut" /> | |
| </wsdl:operation> | |
| <wsdl:operation name="get_car_numbers"> | |
| <wsdl:input message="tns:get_car_numbersSoapIn" /> | |
| <wsdl:output message="tns:get_car_numbersSoapOut" /> | |
| </wsdl:operation> | |
| <wsdl:operation name="get_name_from_tin"> | |
| <wsdl:input message="tns:get_name_from_tinSoapIn" /> | |
| <wsdl:output message="tns:get_name_from_tinSoapOut" /> | |
| </wsdl:operation> | |
| </wsdl:portType> | |
| <wsdl:binding name="WayBillsSoap" type="tns:WayBillsSoap"> | |
| <soap:binding transport="http://schemas.xmlsoap.org/soap/http" /> | |
| <wsdl:operation name="what_is_my_ip"> | |
| <soap:operation soapAction="http://tempuri.org/what_is_my_ip" style="document" /> | |
| <wsdl:input> | |
| <soap:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="create_service_user"> | |
| <soap:operation soapAction="http://tempuri.org/create_service_user" style="document" /> | |
| <wsdl:input> | |
| <soap:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="update_service_user"> | |
| <soap:operation soapAction="http://tempuri.org/update_service_user" style="document" /> | |
| <wsdl:input> | |
| <soap:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="get_service_users"> | |
| <soap:operation soapAction="http://tempuri.org/get_service_users" style="document" /> | |
| <wsdl:input> | |
| <soap:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="chek_service_user"> | |
| <soap:operation soapAction="http://tempuri.org/chek_service_user" style="document" /> | |
| <wsdl:input> | |
| <soap:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="get_akciz_codes"> | |
| <soap:operation soapAction="http://tempuri.org/get_akciz_codes" style="document" /> | |
| <wsdl:input> | |
| <soap:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="get_waybill_types"> | |
| <soap:operation soapAction="http://tempuri.org/get_waybill_types" style="document" /> | |
| <wsdl:input> | |
| <soap:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="get_waybill_units"> | |
| <soap:operation soapAction="http://tempuri.org/get_waybill_units" style="document" /> | |
| <wsdl:input> | |
| <soap:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="get_trans_types"> | |
| <soap:operation soapAction="http://tempuri.org/get_trans_types" style="document" /> | |
| <wsdl:input> | |
| <soap:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="save_waybill"> | |
| <soap:operation soapAction="http://tempuri.org/save_waybill" style="document" /> | |
| <wsdl:input> | |
| <soap:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="get_waybill"> | |
| <soap:operation soapAction="http://tempuri.org/get_waybill" style="document" /> | |
| <wsdl:input> | |
| <soap:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="get_waybills"> | |
| <soap:operation soapAction="http://tempuri.org/get_waybills" style="document" /> | |
| <wsdl:input> | |
| <soap:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="get_buyer_waybills"> | |
| <soap:operation soapAction="http://tempuri.org/get_buyer_waybills" style="document" /> | |
| <wsdl:input> | |
| <soap:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="send_waybill"> | |
| <soap:operation soapAction="http://tempuri.org/send_waybill" style="document" /> | |
| <wsdl:input> | |
| <soap:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="close_waybill"> | |
| <soap:operation soapAction="http://tempuri.org/close_waybill" style="document" /> | |
| <wsdl:input> | |
| <soap:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="ref_waybill"> | |
| <soap:operation soapAction="http://tempuri.org/ref_waybill" style="document" /> | |
| <wsdl:input> | |
| <soap:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="del_waybill"> | |
| <soap:operation soapAction="http://tempuri.org/del_waybill" style="document" /> | |
| <wsdl:input> | |
| <soap:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="save_invoice"> | |
| <soap:operation soapAction="http://tempuri.org/save_invoice" style="document" /> | |
| <wsdl:input> | |
| <soap:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="save_waybill_tamplate"> | |
| <soap:operation soapAction="http://tempuri.org/save_waybill_tamplate" style="document" /> | |
| <wsdl:input> | |
| <soap:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="get_waybill_tamplates"> | |
| <soap:operation soapAction="http://tempuri.org/get_waybill_tamplates" style="document" /> | |
| <wsdl:input> | |
| <soap:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="get_waybill_tamplate"> | |
| <soap:operation soapAction="http://tempuri.org/get_waybill_tamplate" style="document" /> | |
| <wsdl:input> | |
| <soap:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="delete_waybill_tamplate"> | |
| <soap:operation soapAction="http://tempuri.org/delete_waybill_tamplate" style="document" /> | |
| <wsdl:input> | |
| <soap:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="save_bar_code"> | |
| <soap:operation soapAction="http://tempuri.org/save_bar_code" style="document" /> | |
| <wsdl:input> | |
| <soap:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="delete_bar_code"> | |
| <soap:operation soapAction="http://tempuri.org/delete_bar_code" style="document" /> | |
| <wsdl:input> | |
| <soap:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="get_bar_codes"> | |
| <soap:operation soapAction="http://tempuri.org/get_bar_codes" style="document" /> | |
| <wsdl:input> | |
| <soap:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="save_car_numbers"> | |
| <soap:operation soapAction="http://tempuri.org/save_car_numbers" style="document" /> | |
| <wsdl:input> | |
| <soap:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="delete_car_numbers"> | |
| <soap:operation soapAction="http://tempuri.org/delete_car_numbers" style="document" /> | |
| <wsdl:input> | |
| <soap:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="get_car_numbers"> | |
| <soap:operation soapAction="http://tempuri.org/get_car_numbers" style="document" /> | |
| <wsdl:input> | |
| <soap:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="get_name_from_tin"> | |
| <soap:operation soapAction="http://tempuri.org/get_name_from_tin" style="document" /> | |
| <wsdl:input> | |
| <soap:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| </wsdl:binding> | |
| <wsdl:binding name="WayBillsSoap12" type="tns:WayBillsSoap"> | |
| <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" /> | |
| <wsdl:operation name="what_is_my_ip"> | |
| <soap12:operation soapAction="http://tempuri.org/what_is_my_ip" style="document" /> | |
| <wsdl:input> | |
| <soap12:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap12:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="create_service_user"> | |
| <soap12:operation soapAction="http://tempuri.org/create_service_user" style="document" /> | |
| <wsdl:input> | |
| <soap12:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap12:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="update_service_user"> | |
| <soap12:operation soapAction="http://tempuri.org/update_service_user" style="document" /> | |
| <wsdl:input> | |
| <soap12:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap12:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="get_service_users"> | |
| <soap12:operation soapAction="http://tempuri.org/get_service_users" style="document" /> | |
| <wsdl:input> | |
| <soap12:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap12:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="chek_service_user"> | |
| <soap12:operation soapAction="http://tempuri.org/chek_service_user" style="document" /> | |
| <wsdl:input> | |
| <soap12:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap12:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="get_akciz_codes"> | |
| <soap12:operation soapAction="http://tempuri.org/get_akciz_codes" style="document" /> | |
| <wsdl:input> | |
| <soap12:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap12:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="get_waybill_types"> | |
| <soap12:operation soapAction="http://tempuri.org/get_waybill_types" style="document" /> | |
| <wsdl:input> | |
| <soap12:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap12:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="get_waybill_units"> | |
| <soap12:operation soapAction="http://tempuri.org/get_waybill_units" style="document" /> | |
| <wsdl:input> | |
| <soap12:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap12:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="get_trans_types"> | |
| <soap12:operation soapAction="http://tempuri.org/get_trans_types" style="document" /> | |
| <wsdl:input> | |
| <soap12:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap12:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="save_waybill"> | |
| <soap12:operation soapAction="http://tempuri.org/save_waybill" style="document" /> | |
| <wsdl:input> | |
| <soap12:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap12:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="get_waybill"> | |
| <soap12:operation soapAction="http://tempuri.org/get_waybill" style="document" /> | |
| <wsdl:input> | |
| <soap12:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap12:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="get_waybills"> | |
| <soap12:operation soapAction="http://tempuri.org/get_waybills" style="document" /> | |
| <wsdl:input> | |
| <soap12:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap12:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="get_buyer_waybills"> | |
| <soap12:operation soapAction="http://tempuri.org/get_buyer_waybills" style="document" /> | |
| <wsdl:input> | |
| <soap12:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap12:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="send_waybill"> | |
| <soap12:operation soapAction="http://tempuri.org/send_waybill" style="document" /> | |
| <wsdl:input> | |
| <soap12:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap12:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="close_waybill"> | |
| <soap12:operation soapAction="http://tempuri.org/close_waybill" style="document" /> | |
| <wsdl:input> | |
| <soap12:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap12:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="ref_waybill"> | |
| <soap12:operation soapAction="http://tempuri.org/ref_waybill" style="document" /> | |
| <wsdl:input> | |
| <soap12:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap12:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="del_waybill"> | |
| <soap12:operation soapAction="http://tempuri.org/del_waybill" style="document" /> | |
| <wsdl:input> | |
| <soap12:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap12:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="save_invoice"> | |
| <soap12:operation soapAction="http://tempuri.org/save_invoice" style="document" /> | |
| <wsdl:input> | |
| <soap12:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap12:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="save_waybill_tamplate"> | |
| <soap12:operation soapAction="http://tempuri.org/save_waybill_tamplate" style="document" /> | |
| <wsdl:input> | |
| <soap12:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap12:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="get_waybill_tamplates"> | |
| <soap12:operation soapAction="http://tempuri.org/get_waybill_tamplates" style="document" /> | |
| <wsdl:input> | |
| <soap12:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap12:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="get_waybill_tamplate"> | |
| <soap12:operation soapAction="http://tempuri.org/get_waybill_tamplate" style="document" /> | |
| <wsdl:input> | |
| <soap12:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap12:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="delete_waybill_tamplate"> | |
| <soap12:operation soapAction="http://tempuri.org/delete_waybill_tamplate" style="document" /> | |
| <wsdl:input> | |
| <soap12:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap12:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="save_bar_code"> | |
| <soap12:operation soapAction="http://tempuri.org/save_bar_code" style="document" /> | |
| <wsdl:input> | |
| <soap12:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap12:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="delete_bar_code"> | |
| <soap12:operation soapAction="http://tempuri.org/delete_bar_code" style="document" /> | |
| <wsdl:input> | |
| <soap12:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap12:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="get_bar_codes"> | |
| <soap12:operation soapAction="http://tempuri.org/get_bar_codes" style="document" /> | |
| <wsdl:input> | |
| <soap12:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap12:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="save_car_numbers"> | |
| <soap12:operation soapAction="http://tempuri.org/save_car_numbers" style="document" /> | |
| <wsdl:input> | |
| <soap12:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap12:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="delete_car_numbers"> | |
| <soap12:operation soapAction="http://tempuri.org/delete_car_numbers" style="document" /> | |
| <wsdl:input> | |
| <soap12:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap12:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="get_car_numbers"> | |
| <soap12:operation soapAction="http://tempuri.org/get_car_numbers" style="document" /> | |
| <wsdl:input> | |
| <soap12:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap12:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| <wsdl:operation name="get_name_from_tin"> | |
| <soap12:operation soapAction="http://tempuri.org/get_name_from_tin" style="document" /> | |
| <wsdl:input> | |
| <soap12:body use="literal" /> | |
| </wsdl:input> | |
| <wsdl:output> | |
| <soap12:body use="literal" /> | |
| </wsdl:output> | |
| </wsdl:operation> | |
| </wsdl:binding> | |
| <wsdl:service name="WayBills"> | |
| <wsdl:port name="WayBillsSoap" binding="tns:WayBillsSoap"> | |
| <soap:address location="http://services.rs.ge/WayBillService/WayBillService.asmx" /> | |
| </wsdl:port> | |
| <wsdl:port name="WayBillsSoap12" binding="tns:WayBillsSoap12"> | |
| <soap12:address location="http://services.rs.ge/WayBillService/WayBillService.asmx" /> | |
| </wsdl:port> | |
| </wsdl:service> | |
| </wsdl:definitions> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment