SilverNodashi Posted October 2, 2010 Share Posted October 2, 2010 I noticed that DotNetPanel accounts don't get created, or suspended automatically anymore. The error that WHMCS gives is this: Module Command Error Caught exception: SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://66.96.x.x:9002/esusers.asmx?WSDL' : Start tag expected, '<' not found Yet, when I browse http://66.96.x.x:9002/esusers.asmx?WSDL, I get the following displayed on the web page: Checks if the account with the specified username exists. When I view the sourcecode of that site, I get this: <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://officepark/dotnetpanel/enterpriseserver" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://officepark/dotnetpanel/enterpriseserver" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> <wsdl:types> <s:schema elementFormDefault="qualified" targetNamespace="http://officepark/dotnetpanel/enterpriseserver"> <s:element name="UserExists"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="username" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="UserExistsResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="UserExistsResult" type="s:boolean" /> </s:sequence> </s:complexType> </s:element> <s:element name="GetUserById"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="userId" type="s:int" /> </s:sequence> </s:complexType> </s:element> ................... So there is a "<" start tag. And our billing portal's IP address has been whitelisted on all our servers, so it's not a firewall issue 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted October 3, 2010 Share Posted October 3, 2010 Try that link http://66.96.x.x:9002/esusers.asmx?WSDL as https If you get the error go to Settings -> Servers and uncheck the secure check box if it is already checked. There was a php bug when using https using the soapclient 0 Quote Link to comment Share on other sites More sharing options...
SilverNodashi Posted October 3, 2010 Author Share Posted October 3, 2010 hi sparky, I'm not using the secure option in WHMCS. What bug are you referring to ? 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted October 3, 2010 Share Posted October 3, 2010 This is the one that I was refering to but there are others similar http://bugs.php.net/47021 0 Quote Link to comment Share on other sites More sharing options...
SilverNodashi Posted October 3, 2010 Author Share Posted October 3, 2010 I don't use PHP 5.3 (yet) so I don't think this is the case. Do you have the same problem? 0 Quote Link to comment Share on other sites More sharing options...
plusplushosting Posted October 3, 2010 Share Posted October 3, 2010 do you have compiled SOAP with php? 0 Quote Link to comment Share on other sites More sharing options...
SilverNodashi Posted October 3, 2010 Author Share Posted October 3, 2010 do you have compiled SOAP with php? yup I even removed, and re-compiled PHP with SOAP again to make sure it's there. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.