soap calls viewerservlet [message #1014540] |
Tue, 26 February 2013 02:27  |
Missing name Mising name 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
|
|
|
|
Powered by
FUDForum. Page generated in 0.02090 seconds