Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » soap calls viewerservlet
soap calls viewerservlet [message #1014540] Tue, 26 February 2013 02:27 Go to next message
Missing name Mising name is currently offline Missing name Mising nameFriend
Messages: 14
Registered: February 2013
Junior Member
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


Jamas
Re: soap calls viewerservlet [message #1015241 is a reply to message #1014540] Wed, 27 February 2013 21:04 Go to previous message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

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: Fri Mar 29 07:19:28 GMT 2024

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

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

Back to the top