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

[email protected] (newcoder) Thu, 30 Dec 2010 13:35:27 -0800 (PST)
Newsgroups php.soap
Message-ID <[email protected]>
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.