Yes, as we can acces the service within the browser.
I think the problem comes from the port, as it works on 443, but not on 8443. We can't change the server port and flash doesn't seem to enjoy this connection. Is it also normal, that trying to view the service methods in the Webservice panel in the flash IDE doesn't work with an https?

maybe is there a different way to tell flash that we use https, a particular port, etc??

PR


Brunswick, David a écrit :

Have you checked permissions on the server and folder structure?

David Brunswick
Training Specialist II
Education Services
[EMAIL PROTECTED]
Direct: 912.527.4110


222 W. Oglethorpe Ave
Savannah, GA 31419


A fish out of water thinks out of the bowl!

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of PR Durand
Sent: Wednesday, January 11, 2006 11:15 AM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] https and webservices - additional information

I've just seen that if I try to acces my working https aspx webservice through the 8443 port instead of 443, it doesn't work anymore
"Error opening URL etc etc"
PR.


PR Durand a écrit :

Thanks David, for your answer,
but if you mind by "complete path", that I've got to enter the whole url, then it's already what I do:
var sURI:String = "https://domain:port/path/service?WSDL";;

new data in my tests :
With the same script, I can reach another https webservice on another domain. so the problem can be others.
to resume what can work:
- connecting my https java webservice from the browser and calling a method (so the java service works) - connecting an https or http (both work) aspx webservice from flash and calling a method (so my flash script works)

what I cannot do:
- connecting the https java webservice from flash.

++
PR



Brunswick, David a écrit :

You need to define the complete path
David Brunswick
Training Specialist II
Education Services
[EMAIL PROTECTED]
Direct: 912.527.4110


222 W. Oglethorpe Ave
Savannah, GA 31419


A fish out of water thinks out of the bowl!
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of PR
Durand
Sent: Wednesday, January 11, 2006 10:57 AM
To: Flashcoders mailing list
Subject: [Flashcoders] https and webservices

Hi List,

My Application is located on a domain, and my java server on another
one.
I call a webservice (with the Webservice class) from flash through https, on a specific port, and nothing comes back, also no Fault or Log The same configuration works with an http method, but as soon as I turn it into https, no more result.
Can anyone send me a link or explain how I can make it run, please?

many thanks,

PR
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to