Announcement

Collapse
No announcement yet.

Konfiguration vom SOAP-Envelope

Collapse
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Konfiguration vom SOAP-Envelope

    Hallo,
    ich verwende für einen SOAP-Webservice das Perl Package Soap::Lite 060a-26.

    Mein aktueller Soap-Request sieht so aus:

    <?xml version="1.0" encoding="UTF-8"?>
    <SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/1999/XMLSchema" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">

    <SOAP-ENV:Body>
    <namesp1rocessSyncRequest xmlns:namesp1="http://server.webservice.gws.common.tsystems.com/">
    <credentials xsi:type="xsd:string">gwsdbip</credentials>
    <systemId xsi:type="xsd:string">ODBIP</systemId>

    <requestAsXml xsi:type="xsd:string">
    &amp;amp;lt;gws:ODBIP_INFO xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:gws="http://www.t-systems.com/gws-odbip"
    xsi:schemaLocation="http://kepler.dts.telekom.de/spims/WEB-INF/interfaces-ipls-
    rot/gws-odbip.xsd"&amp;gt;

    &amp;lt;GET_IP_ADDRESS_RANGE&amp;gt;
    &amp;lt;TECHNICAL_ID&amp;gt;SIMULATION&amp;lt;/TECHNICAL_ID&amp;gt;
    &amp;lt;BUSINESS_CASE&amp;gt;CANCEL&amp;lt;/BUSINESS_CASE&amp;gt;
    &amp;lt;PRODUCT&amp;gt;VPN-Service&amp;lt;/PRODUCT&amp;gt;
    &amp;lt;VRF_NAME&amp;gt;221171&amp;lt;/VRF_NAME&amp;gt;
    &amp;lt;IPLS_POOL_TYPE&amp;gt;WAN&amp;lt;/IPLS_POOL_TYPE&amp;gt;
    &amp;lt;DEVICE_NAME&amp;gt;de-rve-heus-ce-01&amp;lt;/DEVICE_NAME&amp;gt;
    &amp;lt;FIRST_IP_ADDRESS&amp;gt;10.207.128.128&amp ;lt;/FIRST_IP_ADDRESS&amp;gt;
    &amp;lt;/GET_IP_ADDRESS_RANGE&amp;gt;

    &amp;amp;lt;/gws:ODBIP_INFO&amp;gt;

    </requestAsXml>

    <requestId xsi:type="xsd:int">123456789</requestId>
    </namesp1rocessSyncRequest>
    </SOAP-ENV:Body>

    </SOAP-ENV:Envelope>

    Innerhalb des Envelopes befindet sich als Attribut die Information SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"

    Meine Frage ist, ob und wenn ja ich Perl-Soap::Lite so konfigurieren kann, daß die obige encodingStyle-Information nicht mit angegeben wird oder der Wert auf "" gesetzt wird !!??

    Kann mir da jemand weiterhelfen ?

    Schöne Grüße
    waltraud28
Working...
X