Author: mrabd423

How to login and get session id using soap api in suitecrm

Here is the soap request which you can use to login into your suitecrm via soap api. $xml = '<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sug="http://www.sugarcrm.com/sugarcrm" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"> <soapenv:Header/> <soapenv:Body> <sug:login soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <user_auth …