Hi all,

I am trying to write a cocoon page which talks to a soap server . The soap 
envelope  has an xml file. I have to display this xml file as html using 
cocoon. Can anyone tell me how I can do that in cocoon. Below is my soap 
envelope.

-<soapenv:Envelope> 
        +<soapenv:Body> 
                +<ns1:sayHelloResponse 
soapenv:encodingStyle="http://schemas.xmlsoap.org/
soap/encoding/"> 
                        <ns1:sayHelloReturn href="#id0"/> 
                </ns1:sayHelloResponse> 
                +<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://    
                                                                                 
schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:Document"> 
                        -<slideshow title="SampleSlide Show"> 
                                -<slide> 
                                        <title>Overview</title> 
                                        <item>n1</item> 
                                </slide> 
                                -<slide> 
                                        <title>Introduction</title> 
                                        <item>check this out</item> 
                                </slide> 
                        </slideshow> 
                </multiRef> 
        </soapenv:Body> 
</soapenv:Envelope> 

Thanks in advance,
Anna.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to