You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Anna Bikkina <an...@pinksheets.com> on 2004/02/10 21:47:19 UTC

Cocoon and soap

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: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org