Skip to main content



      Home
Home » Archived » BIRT » soap calls viewerservlet
soap calls viewerservlet [message #1014540] Mon, 25 February 2013 21:27 Go to next message
Eclipse UserFriend
How do I find schema for soap body that is sent over to viewer servlet?

I find one example like

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<GetUpdatedObjects xmlns="http://schemas.eclipse.org/birt">
<Operation>
<Target>
<Id>Document</Id>
<Type>Document</Type>
</Target>
<Operator>GetPage</Operator>
<Oprand>
<Name>__page</Name>
<Value>1</Value>
</Oprand>
<Oprand>
<Name>__svg</Name>
<Value>true</Value>
</Oprand>
<Oprand>
<Name>__page</Name>
<Value>1</Value>
</Oprand>
<Oprand>
<Name>__taskid</Name>
<Value>2013-1-25-20-56-47-164</Value>
</Oprand>
</Operation>
</GetUpdatedObjects>
</soap:Body>
</soap:Envelope>

Thanks,

James
Re: soap calls viewerservlet [message #1015241 is a reply to message #1014540] Wed, 27 February 2013 16:04 Go to previous message
Eclipse UserFriend
James

What are you trying to do?
Have you looked over the wsdd file in the web-inf of the viewer?

Jason
Previous Topic:Render TOC in Java code in my application
Next Topic:Dynamic Page Break
Goto Forum:
  


Current Time: Tue May 13 05:23:26 EDT 2025

Powered by FUDForum. Page generated in 0.03030 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top