SugarCRM SOAP API
Tuesday, April 15. 2008
Hey Lorna,
Love that sugar api snippet – any chance of seeing some sweet raw code as I have to do something very similar…
Thanks, Richard
Richard: I’m in the middle of a post of the bits of code I used – will try to rustle something up for you!
Hey Lorna,
I am .Net developer, and I would like to know are these SOAP APIs exposed by SugarCRM, are compatible with data types which we use in .Net?
I am in the intension of integrating a .Net application with SugarCRM. Till now I could add the the proxy generated on the basis of WSDL to my .net app and could invoke the web methods exposed.
But then I am struck, and I need your help badly.
Hoping for your reply.
Gauri: Yes, this should all work with the equivalent .NET data types, because SOAP is designed to be an interface between systems. The basics (string, integer, array) will be used as you usually would in .NET and then the datatypes listed in http://www.lornajane.net/posts/2008/SugarCRM-SOAP-Data-Types should help you with the complex types. Good luck!
Richard: Try http://www.lornajane.net/posts/2008/SugarCRM-SOAP-API-Examples for size
Richard: And this (forgot I already had this as a draft!) http://www.lornajane.net/posts/2008/SugarCRM-SOAP-Data-Types
Thanks for those LornaJ, will check them out tomorrow if I have time or next week – owe you one!
R



Since SugarCRM only works with PHP5 in non-WSDL mode, I had to create all my calls from scratch. The SugarCRM documentation is somewhat minimal, as I may have mentioned, and I found I was mostly reading the WSDL to figure out how to format my SOAP calls.
Tracked: Apr 24, 17:34