Главная страница
    Top.Mail.Ru    Яндекс.Метрика
Форум: "Начинающим";
Текущий архив: 2010.08.27;
Скачать: [xml.tar.bz2];

Вниз

как создать "нужный" пакет SOAP-WSDL   Найти похожие ветки 

 
lordalex ©   (2010-04-20 13:46) [0]

Доброго Вам!!!

Такая задача:
- Клиент общается с сервером по стандарту WSDL (+SSL)
- имеется  файл Gate.wsdl и несколько файлов типа gate.subscribers_1.0.wsd

Сделал импорт из файла Gate.wsdl, настроил соединение - тут все "Ок".
далее проблема:
задаю параметры и в итоге получаю пакет:
<?xml version="1.0"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
 <SubscriberDescriptionsRequest xmlns="http://bill.ru/xsd/gate/gate_1.x">
  <criteria>
    <restrictions xmlns="http://bill.ru/xsd/gate/subscribers_1.x">
    <limit>1</limit>
    <serviceIds>
      <serviceId>1</serviceId>
      <serviceId>5</serviceId>
    </serviceIds>
    <accounts>
      <account>9988/8606</account>
    </sub:accounts>
    <additionals>
      <additionalRestriction key="area" value="Город"/>
    </additionals>
   </restrictions>
  </criteria>
 </SubscriberDescriptionsRequest>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>


а мне необходимо получить пакет формата:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:gate="http://bill.ru/xsd/gate/gate_1.x"
xmlns:sub="http://bill.ru/xsd/gate/subscribers_1.x">
  <soapenv:Header/>
  <soapenv:Body>
     <gate:SubscriberDescriptionsRequest>
        <gate:criteria>
           <sub:restrictions>
              <sub:limit>1</sub:limit>
              <sub:serviceIds>
                 <sub:serviceId>1</sub:serviceId>
              </sub:serviceIds>
              <sub:accounts>
                 <sub:account>9988/8606</sub:account>
              </sub:accounts>
              <sub:additionals>
                 <sub:additionalRestriction key="area" value="Город"/>
              </sub:additionals>
           </sub:restrictions>
        </gate:criteria>
     </gate:SubscriberDescriptionsRequest>
  </soapenv:Body>
</soapenv:Envelope>


Вопросы:
?- как изменить "SOAP-ENV:" на "SOAPENV:"

?- как заменить шапку
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

на
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:gate="http://bill.ru/xsd/gate/gate_1.x"
xmlns:sub="http://bill.ru/xsd/gate/subscribers_1.x">


?- как сформировать теги
<gate:criteria> <sub:restrictions> вместо <criteria> <restrictions>


 
LordAlex ©   (2010-04-21 05:44) [1]

Простите, забыл указать на чем все строю:

uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, IdBaseComponent, IdComponent, IdIOHandler, IdSOAPHTTPClient, IdIOHandlerStack, IdSSL, IdSSLOpenSSL, IdTCPConnection, IdTCPClient, IdHTTP, Rio, InvokeRegistry, SOAPHTTPClient;



Страницы: 1 вся ветка

Форум: "Начинающим";
Текущий архив: 2010.08.27;
Скачать: [xml.tar.bz2];

Наверх




Память: 0.45 MB
Время: 0.06 c
2-1273044743
SergaDe
2010-05-05 11:32
2010.08.27
BDE Paradox странное


15-1265814153
OneYoungMan
2010-02-10 18:02
2010.08.27
Речевое общение через сеть..


15-1274077724
12
2010-05-17 10:28
2010.08.27
и я спрошу. Писалка DVD + CDchanger


2-1272286875
Вик
2010-04-26 17:01
2010.08.27
Invalid floating point operation


2-1275805199
Denisrf
2010-06-06 10:19
2010.08.27
Не получается создать окно.





Afrikaans Albanian Arabic Armenian Azerbaijani Basque Belarusian Bulgarian Catalan Chinese (Simplified) Chinese (Traditional) Croatian Czech Danish Dutch English Estonian Filipino Finnish French
Galician Georgian German Greek Haitian Creole Hebrew Hindi Hungarian Icelandic Indonesian Irish Italian Japanese Korean Latvian Lithuanian Macedonian Malay Maltese Norwegian
Persian Polish Portuguese Romanian Russian Serbian Slovak Slovenian Spanish Swahili Swedish Thai Turkish Ukrainian Urdu Vietnamese Welsh Yiddish Bengali Bosnian
Cebuano Esperanto Gujarati Hausa Hmong Igbo Javanese Kannada Khmer Lao Latin Maori Marathi Mongolian Nepali Punjabi Somali Tamil Telugu Yoruba
Zulu
Английский Французский Немецкий Итальянский Португальский Русский Испанский