I am very new with SugarCRM. One of my clients wants to use it if I can integrate it via SOAP. I am impressed with the software thusfar but I am having a problem making a call to your login() method of your soap interface.
I have visited many links before this post and they confused me even more because I heard reference to "are you using the portal soap api or normal soap api?".
Here is what I have:
I install the full stack SugarCRM distro to a windows server 2003 virtual machine (otherwise clean). I can login and see the SugarCRM interface. I logged in to the http://127.0.0.1/sugarcrm website as 'admin' and clicked the Admin link at the top. This link let me 'Create a User'. I called my user 'soap' with a password of 'password'. I cleared ALL the checkboxes except "Portal Only User' which from my confusing readings seems to be the security attribute I need for this user.
So after doing this I found the soap wsdl at: http://127.0.0.1/sugarcrm/soap.php?wsdl which comes up nicely.
I found the following article in the wiki that has a great example of calling the soap interface from c#: http://www.sugarcrm.com/wiki/index.p...SOAP_in_CSharp
The code compiles and I set the username to my 'soap' user and set the password to 'password' (obviously sans quote). I get an error 10 Invalid username/password. I also tried my admin username and password but that generated the same error.
So, I am at a loss. Is there some sort of attribute I have to give my user in order to allow them to use the web service api? What am I doing wrong?
Thanks,
David


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks