ConcourseSuite Support

Support
Corporate
PUBLIC PROFILE

Back to topics

Discuss Integration Projects

PHP SOAP Example

You need to be logged in to post messages

PHP SOAP Example

7/2/2007 8:19 AM EDT

I'm looking to do some SOAP integration but the developer wiki doesn't say much about using the soap interface. Are their any examples of using soap to pull calendar info using PHP?

I am now under the gun to get a Groupwise integration module working. Our Centric partner has not been any help. And if I can't get this working soon we will be moving to Sugar because of an available calendar integration piece. We must have a serverside integration of calendar items...address books will be next. I have the Group wise part finished. I can listen for new calendar events and if the subject contains "Centric:" than I capture it. I just need an easy way to then get this into Centric. It would also be nice to do the opposite. So when a centric calendar event happens I can capture it and send it into Groupwise. For groupwise access i'm using PHP and soap. I know this can be done in Java but I don't really know java.

Please help!

1. 7/2/2007 1:46 PM EDT
Default user photo

By Matt Rajkowski

Concursive Corporation
Product Design

airplane-icon-100x100.png

While the SOAP interface is more rigid and data-type driven, it is far from complete. Many integrators have been using the HTTP-XML API which gives access to most everything in Centric CRM.

If you can craft the XML and parse it back, then this works good today. The following is a short reference that needs work...

http://www.centriccrm.com/ProjectManagement.do?command=ProjectCenter&section=Wiki&pid=58&subject=XML%20API%20for%20PHP

Will that work for your project?

1 result found