Thanks for your response Aran :-)

The reason I finally decided to swap the webservice provider was when
I tried to run the converter locally yesterday, it didn't work there
either!

That and the fact both of these sites
(http://www.flash-db.com/Currency/ &
http://www.flexauthority.com/Samples/currencyExchange/ce2.mxml)
utilise the xmethods webservice, and both no longer operate.

Why the webservice worked in IE and not Firefox prior to changing over
the webservice still remains a mystery however...

--- In [email protected], "Design Mr. Rhee"
<[EMAIL PROTECTED]> wrote:
>
> Jason.
> 
> Works for me in Firefox (2.0). Below is the http traffic from the
currency
> converter call. What error were you actually seeing?
> 
> Client request:
> 
> POST /CurrencyConvertor.asmx HTTP/1.1
> Host: www.webservicex.com
> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1)
> Gecko/20061010 Firefox/2.0
> Accept:
>
text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=
> 0.8,image/png,*/*;q=0.5
> Accept-Language: en-us,en;q=0.5
> Accept-Encoding: gzip,deflate
> Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
> Keep-Alive: 300
> Referer:
>
http://blog.wrench.com.au/wp-content/uploads/Flex/converter2/Converter.swf
> Content-Type: text/xml; charset=utf-8
> SOAPAction: "http://www.webserviceX.NET/ConversionRate";
> Content-Length: 492
> 
> 
> <SOAP-ENV:Envelope
> 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";>
>    <SOAP-ENV:Body>
>       <ConversionRate xmlns="http://www.webserviceX.NET/";>
>          <ns1:FromCurrency
> xmlns:ns1="http://www.webserviceX.NET/";>AUD</ns1:FromCurrency>
>          <ns1:ToCurrency
> xmlns:ns1="http://www.webserviceX.NET/";>CNY</ns1:ToCurrency>
>       </ConversionRate>
>    </SOAP-ENV:Body>
> </SOAP-ENV:Envelope>
> 
> 
> Server response:
> 
> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";
> xmlns:xsd="http://www.w3.org/2001/XMLSchema";
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
>    <soap:Body>
>       <ConversionRateResponse xmlns="http://www.webserviceX.NET/";>
>          <ConversionRateResult>6.0818</ConversionRateResult>
>       </ConversionRateResponse>
>    </soap:Body>
> </soap:Envelope> 
> 
> 
> 
> Aran
> 
> 





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to