我正在使用vtiger CRM 6并尝试使用web服务将我的Android应用程序与vtiger连接我正在使用vtwsclib 1.4 没有什么对我有用...这是我的doLogin代码 我错过了什么吗? 请帮忙!
<?php
include_once('vtwsclib/Vtiger/WSClient.php');
$url = 'http://'http://en.vtiger.com/wip';
$client = new Vtiger_WSClient($url);
$login = $client->doLogin($userName, $userAccessKey););
if(!$login){
echo '<pre>'.print_r($client, true).'</pre>';
die("Login Failed");
}
?>
答案 0 :(得分:0)
我不知道答案中这是否是拼写错误,但这是错误的:
$url = 'http://'http://en.vtiger.com/wip';
应该是
$url = 'http://en.vtiger.com/wip';
答案 1 :(得分:0)
嘿$ url是你的$ host的主机$ url =&#39; localhost&#39 ;;或$ host =&#39; localhost&#39 ;; $ URL = $主机;
从这里下载: