View Single Post
  #2 (permalink)  
Old 04-26-2010, 06:10 PM
Krishopper Krishopper is offline
Outstanding Member
 
Posts: 717
Default

With PHP it can be a bit of a mess - but I have had better luck posting data through JSON objects rather than SOAP objects. You can also use zmprov/zmmailbox with debug mode, or zmsoap with debug mode to see soap calls made, and mimic the same behavior via PHP.
Reply With Quote