NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
soapclient: sent message successfully and got a(n) NULL


Joined: 30 Jun 2011
Posts: 2
Reply with quote
Hi people,

I have the next problem. when I call a soap server with nusoap will be return this message

"soapclient: sent message successfully and got a(n) NULL
return=NULL"

i don't understand this problem and i search in google but don't say anything that.

please where is the problem?

''
$url = "http://inthtl.smilodm.com/hotelsmilodm?wsdl";
$soapclient = new soapclient($url);
$function = "OpenSession";
$params = array(
'login' =>
array(
'clientId' => '',
'password' => '',
'system' => '',
'user' => ''
),
'languageId' => ''
);

thanks
View user's profileFind all posts by stampidaSend private message
soapclient: sent message successfully and got a(n) NULL (2)


Joined: 30 Jun 2011
Posts: 2
Reply with quote
<?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/">
<SOAP-ENV:Body>
<ns4155:OpenSession xmlns:ns4155="http://tempuri.org">
<login>
<clientId xsi:type="xsd:string"></clientId>
<password xsi:type="xsd:string"></password>
<system xsi:type="xsd:string"></system>
<user xsi:type="xsd:string"></user>
</login>
<languageId xsi:type="xsd:string"></languageId>
</ns4155:OpenSession>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

i send this code.
View user's profileFind all posts by stampidaSend private message
soapclient: sent message successfully and got a(n) NULL
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic