Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
  #1 (permalink)  
Old 05-04-2008, 06:13 PM
ab5602 ab5602 is offline
Member
 
Join Date: Nov 2007
Location: Detroit, MI
ZCS Version: Release 5.0.5_GA_2201.UBUNTU6 DEBIAN4.0 NETWORK edition
Posts: 23
ab5602 is on a distinguished road
Send a message via Yahoo to ab5602
Default [SOLVED] Zimlet with Soap Calls

I'm a bit stuck trying to use the local Zimbra soap service via a Zimlet .jsp.. I got as far as authenticating and constructing a soap call (CreateCalendarResourceRequest), but the response is always:

Code:
HTTP ERROR: 500

unknown document: CreateCalendarResourceRequest


If anyone has any ideas about what's going, it would be very appreciated!

Code:
       SoapProvisioning sp = new SoapProvisioning();
       sp.soapSetURI("https://127.0.0.1:7071/service/admin/soap/");
       sp.soapAdminAuthenticate("resourceadmin", "********");       
       SoapHttpTransport soapHttpTransport = new SoapHttpTransport(sp.soapGetURI());
       soapHttpTransport.setAuthToken(sp.getAuthToken());
       
       XMLElement req = new XMLElement("CreateCalendarResourceRequest");
       Element name = req.addElement("name");
       Element pass = req.addElement("password");
              
       out.println(req.toString());
       Element tagsResponse = soapHttpTransport.invoke(req);
       out.println(tagsResponse.prettyPrint());
Reply With Quote
  #2 (permalink)  
Old 05-04-2008, 09:42 PM
ab5602 ab5602 is offline
Member
 
Join Date: Nov 2007
Location: Detroit, MI
ZCS Version: Release 5.0.5_GA_2201.UBUNTU6 DEBIAN4.0 NETWORK edition
Posts: 23
ab5602 is on a distinguished road
Send a message via Yahoo to ab5602
Arrow

Found the answer hidden away on another thread in the forums, had to add the urn:zimbraAdmin attribute to the tag :

Code:
          XMLElement req = new XMLElement("CreateCalendarResourceRequest");
          req.addAttribute("xmlns", "urn:zimbraAdmin");
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Outlook 2007 Beta error bersrker Zimbra Connector for Outlook 11 01-31-2008 06:25 AM
Admin interface fails after install of posix/samba zimlets Franck Zimlets 5 01-11-2008 04:34 AM
Problem with antivirus, antispam, postfix, and spell check jmu1 Installation 13 07-20-2007 03:21 AM
Post instsallation problems Assaf Installation 14 01-29-2007 10:38 AM
Kickstart for automated installation and disaster recovery mubley Installation 19 01-10-2006 02:45 PM


freshmeat.net sourceforge.net The best Java IDE



 

Search Engine Optimization by vBSEO 3.0.0