Thread: SOAP or REST
View Single Post
  #3 (permalink)  
Old 07-31-2007, 11:00 PM
bongkot bongkot is offline
New Member
 
Posts: 4
Default Create Appointment

Could you please give me an example of creation of an appointment to bongkot@hvlmail.com at 9 Aug 2007 at 10.00 AM
I used this SOAP but it return Internal Server Error.
<CreateAppointmentRequest xmlns=\"urn:zimbraAdmin\">
<m>
<su>SOAP test appointment</su>
<inv loc="2000 Main St., Emeryville, CA 94608" name="SOAP test appointment" type="event">
<comp fba="B">
<s d="20070809T220000"/>
<dur h="2"/>
<or a="bongkot@hvlmail.com" d="bongkot"/>
<at a="steve@hvlmail.com"d="steve" role="ROLE" ptst="PARTSTAT" />
</comp>
</inv>
</m>
</CreateAppointmentRequest>

I have already put authToken in SOAP header

Thanks for help
Reply With Quote