still newbie

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




I get the following error, how do I figure out what it says in the XML
document?

///
soap:Client
Server was unable to read request. --> There is an error in XML document
(13, 2). --> 'Element' is an invalid node type. Line 13, position 2.

///


This is a short version of what I'm doing from the client side.:
$wsdl= new SOAP_WSDL($WSDL_URL);
$client = $wsdl->getProxy();

$param1 = array('param'=>'value1');
$param2 = array('param'=>'value2');

$test = $client->method($param1, $param2);

print_r($test);

Regards
-Vegard

-- 
PHP Soap Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Kernel Newbies]     [PHP Database]     [Yosemite]

  Powered by Linux