Hello all. I have a problem with the manner the axis generation of a SOAP message.
I need to 'see' the message without multiRef or href tags but AXIS automatically generates that tags when I get it by means of method getSOAPPartAsString() of Message class .
¿Is there any manner to get the SOAP message but without that tags?


Here is a piece of my SOAP message tha bring me AXIS :

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soapenv:Body>
        <ns1:processTkt soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="impl.wsresiber.emision.iberia.com">
            <in0 href="" />
        </ns1:processTkt>
        <multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:TktInfo" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="http://ints.wsresiber.emision.iberia.com">
            <loc_r xsi:type="xsd:string">TT22A</loc_r>
            <loc_a xsi:type="xsd:string">AFX002</loc_a>
            <e_r xsi:type="xsd:string">endorsement restriction value</e_r>
            <name xsi:type="xsd:string">Jose Luis Moreno</name>
            <num_pax xsi:type="xsd:int">2</num_pax>
            <fp xsi:type="xsd:string">With VISA card.</fp>
            <b_fare href="" />
            <eqv xsi:type="soapenc:double">232.222</eqv>
            <br xsi:type="soapenc:double">111.22</br>
            <taxes xsi:type="soapenc:Array" soapenc:arrayType="ns2:Tax[3]">
                <item href="" />
                <item href="" />
                <item href="" />
            </taxes>
            <total href="" />
            <tkts xsi:type="soapenc:Array" soapenc:arrayType="ns2:Tkt[2]">
                <item href="" />
                <item href="" />
            </tkts>
            <foids xsi:type="soapenc:Array" soapenc:arrayType="ns2:Foid[3]">
                <item href="" />
                <item href="" />
                <item href="" />
            </foids>
            <tkt_date xsi:type="xsd:string">23OCT06</tkt_date>
            <tkt_1a href="" />
            <bkg_1a href="" />
            <ch xsi:type="soapenc:int">32</ch>
            <sf href="" />
            <gran_tot href="" />
        </multiRef>
        <multiRef id="id6" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns3:Tkt" xmlns:ns3="http://ints.wsresiber.emision.iberia.com" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
            <tkt_nr xsi:type="xsd:string">1</tkt_nr>
            <f_calc xsi:type="xsd:string">Fare calc value</f_calc>
            <coupons xsi:type="soapenc:Array" soapenc:arrayType="ns3:Coupon[4]">
                <item href="" />
                <item href="" />
                <item href="" />
                <item href="" />
            </coupons>
        </multiRef>
        <multiRef id="id7" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns4:Tkt" xmlns:ns4="http://ints.wsresiber.emision.iberia.com" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
            <tkt_nr xsi:type="xsd:string">2</tkt_nr>
            <f_calc xsi:type="xsd:string">Fare calc value</f_calc>
            <coupons xsi:type="soapenc:Array" soapenc:arrayType="ns4:Coupon[2]">
                <item href="" />
                <item href="" />
            </coupons>
        </multiRef>
        <multiRef id="id11" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns5:Info" xmlns:ns5="http://ints.wsresiber.emision.iberia.com" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
            <offc xsi:type="xsd:string">OFFCEMISIONOFFC</offc>
            <iata xsi:type="xsd:string">IATAEMIISONIATA</iata>
        </multiRef>
        <multiRef id="id9" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns6:Foid" xmlns:ns6="http://ints.wsresiber.emision.iberia.com" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
            <foid xsi:type="xsd:string">FOIDAACAAABAABAFOID</foid>
        </multiRef>
        <multiRef id="id2" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns7:Tax" xmlns:ns7="http://ints.wsresiber.emision.iberia.com" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
            <amt xsi:type="xsd:string">10.221</amt>
            <tipoTasa xsi:type="xsd:string">1ab</tipoTasa>
        </multiRef>
        <multiRef id="id13" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns8:Ammount" xmlns:ns8="http://ints.wsresiber.emision.iberia.com" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
            <amt xsi:type="xsd:double">122.22</amt>
            <curr xsi:type="xsd:string">EUR</curr>
        </multiRef>
        <multiRef id="id4" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns9:Tax" xmlns:ns9="http://ints.wsresiber.emision.iberia.com" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
            <amt xsi:type="xsd:string">10.221</amt>
            <tipoTasa xsi:type="xsd:string">1ab</tipoTasa>
        </multiRef>
        <multiRef id="id10" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns10:Foid" xmlns:ns10="http://ints.wsresiber.emision.iberia.com" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
            <foid xsi:type="xsd:string">FOIDAAZAAAXAAAAFBOID</foid>
        </multiRef>
        <multiRef id="id12" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns11:Info" xmlns:ns11="http://ints.wsresiber.emision.iberia.com" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
            <offc xsi:type="xsd:string">OFFCRESERBAOFFC</offc>
            <iata xsi:type="xsd:string">IATARESERBAIATA</iata>
        </multiRef>

    .
    .
    .
    .
    
    </soapenv:Body>

</soapenv:Envelope>

My






Reply via email to