I am evaluating SugarCRM and am very interested in its SOAP/WSDL API. After registering for an on line eval account, I was able to access the WSDL from the URI: http://eval.sugarondemand.com/xxxx/soap.php?wsdl where xxxx is my account name.
I successfully loaded this into a .NET test client (SOAPSonar) and attempted to send a login request. However, I get a user/password incorrent SOAP response. I did use an MD5 hash of my password.
Question 1: Am I allowed to do SOAP-based messaging in using the 30 day eval. I know I can access the WSDL and I am getting SOAP responses.
Question 2: Are there any flags that I have to set in Sugar CRM web-console before I can do a simple login.
Question 3: Can I use user_name: admin account for this?
Additonal Information:
SOAP Inputs:
user_name=admin
password=md5 hash value
version= 0.1
application_name=none.
SOAP Response
<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://www.sugarcrm.com/sugarcrm"><SOAP-ENV:Body><ns1:loginResponse xmlns:ns1=""><return xsi:type="tns:set_entry_result"><id xsi:type="xsd:string">-1</id><error xsi:type="tns:error_value"><number xsi:type="xsd:string">10</number><name xsi:type="xsd:string">Invalid Login</name><description xsi:type="xsd:string">Login attempt failed please check the username and password</description></error></return></ns1:loginResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks