I would like to create new contacts and links using php. I cannot figure out how to call the mscrm 3 web service methods.
The sop php class seems pretty easy to use. I can connect and authenticate with the crm web service and get a list of available functions, however I'm not sure how to call them.
I have seen examples for mscrm 4.0 that appear to include masses of XML, including headers and envelopes for soap.
I get the impression that using the soap class bypasses this and will write all the extra xml for me, so all I have to do is call the function with an array of parameters?
Am I completely wrong here?
Has anyone done this with mscrm 3, which can provide some sample code or maybe give me some pointers on how to call the Create () method correctly?
soap php web-services dynamics-crm dynamics-crm-3
Ben
source share