RE: PHP Soap Client with .Net

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

 



Hi Michael 

> HTTP/1.0 200 OK
> Server: Microsoft-IIS/5.0
> Date: Tue, 18 Jan 2005 01:21:12 GMT
> X-Powered-By: ASP.NET
> Cache-Control: private, max-age=0
> Content-Type: text/xml; charset=utf-8
> Content-Length: 682
> X-Cache: MISS from bri-pow-pr2.tpgi.com.au
> Connection: keep-alive
> 
> <?xml version="1.0" encoding="utf-8"?><soap:Envelope
> xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> xmlns:xsd="http://www.w3.org/2001/XMLSchema";><soap:Body><GetDe
> layedSpotsResponse
> xmlns="http://www.xignite.com/services/";><GetDelayedSpotsResul
> t><FutureQuote><Outcome>RequestError</Outcome><Message>Symbols
> not 
> provided</Message><Delay>0</Delay><Open>0</Open><High>0</High>
> <Low>0</Low><Last>0</Last><Volume>0</Volume><OpenInterest>0</O
> penInterest><PreviousClose>0</PreviousClose><Change>0</Change>
> <PercentChange>0</PercentChange></FutureQuote></GetDelayedSpot
> sResult></GetDelayedSpotsResponse></soap:Body></soap:Envelope>

This doesn't look like a problem with the soap implementation. The server
gives a valid SOAP response back, but just tells you that you have to
provide a symbol as a parameter to the getDelayedSpots method.

Kind regards,

David

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