Re: Need help figuring out what I'm doing wrong accessing this Web Service

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

 



All $agLoginResults gives me is: 

var_dump of $agLoginResults
object(stdClass)#3 (1) { ["agLoginResult"]=> object(stdClass)#4 (1) {
["any"]=> string(168) "myDNmyUserNamexxxxxxx" } }

print_r of $agLoginResults
stdClass Object ( [agLoginResult] => stdClass Object ( [any] =>
myDNmyUserNamexxxxxxx ) ) 



RQuadling wrote:
> 
> 
> $agLogin is the request side of things.
> 
> You need to be looking at the response (sorry if I messed that up for
> you).
> 
> $agLoginResults
> 
> 

-- 
View this message in context: http://old.nabble.com/Need-help-figuring-out-what-I%27m-doing-wrong-accessing-this-Web-Service-tp30552173p30560207.html
Sent from the Php - Soap mailing list archive at Nabble.com.


-- 
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