Greetings,
I am trying to develop a java application which will communicate with the Zimbra Server using SOAP API's. Using the java example I am able to authenticate a user by sending it the SOAP request.
Now I am trying to fire a GetWikiRequest but I am not able to understand the request. I used firbug with Firefox and saw the GetWikiRequest and created a similar request. I got a response from the server.
But I am not able to understand it both request and response. Can anyone please suggest a link or explain the schema of GetWikiRequest and GetWikiResponse?
For convenience I am pasting the request and response below:
Request snapshot:
Is this exhaustive schema for GetWikiRequest?Code:<GetWikiRequest xmlns="urn:zimbraMail" id="_Index"> <w l="12" name="_Index" tr="1"/> </GetWikiRequest>
Response snapshot:
Is this exhaustive Response for GetWikiResponse?Code:{"w":[ {"d":1190185000000, "cr":"wiki@ps2783.persistent.co.in", "md":1190185000221, "leb":"wiki@ps2783.persistent.co.in", "cd":1190185000221, "rest":"http://ps2783.persistent.co.in/home/wiki/Template/_Index", "ver":1, "l":"ed715fde-5b24-4f2e-9ad9-8f5a0b867da3:257", "name":"_Index", "body":"<wiklet class='TOC' format=\"template\" bodyTemplate=\"_TocBodyTemplate\" itemTemplate=\"_TocItemTemplate\" />\n\n\n", "s":107, "id":"ed715fde-5b24-4f2e-9ad9-8f5a0b867da3:285"} ], "id":"_Index",_jsns:"urn:zimbraMail"}


LinkBack URL
About LinkBacks


