Re: [flexcoders] calling a secured web service

2005-10-07 Thread Raymond Camden
7;t use > wsdl="…" > > > > Matt > > > > > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Raymond Camden > Sent: Thursday, October 06, 2005 2:06 PM > To: flexcoders@yahoogroups.c

RE: [flexcoders] calling a secured web service

2005-10-06 Thread Matt Chotin
: flexcoders@yahoogroups.com Subject: Re: [flexcoders] calling a secured web service   Nod, I've restarted about a hundred times now. :( Do you see anything obviously wrong with this current setup:   true     true   http://foo.com/foo.asmx?WSDL           http://foo

RE: [flexcoders] calling a secured web service

2005-10-06 Thread Carson Hager
2005 2:06 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] calling a secured web service Nod, I've restarted about a hundred times now. :( Do you see anything obviously wrong with this current setup: true true http://foo.com/foo.asmx?WSDL

Re: [flexcoders] calling a secured web service

2005-10-06 Thread Raymond Camden
.com > > Email: [EMAIL PROTECTED] > Office: 866-CYNERGY ext. 89 > Mobile: 1.703.489.6466 > > > > -Original Message- > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Raymond Camden > Sent: Thursday, October 06, 2005 1:35 PM >

RE: [flexcoders] calling a secured web service

2005-10-06 Thread Carson Hager
ext. 89 Mobile: 1.703.489.6466 -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Raymond Camden Sent: Thursday, October 06, 2005 1:35 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] calling a secured web service In this case, my app is suing a

Re: [flexcoders] calling a secured web service

2005-10-06 Thread Raymond Camden
In this case, my app is suing a secured service where the u/p will never change. Therefore, it doesn't make sense to prompt on the client side. It should be hard coded. Thanks for trying though. Can anyone from Macromedia Flex team comment? :) On 10/6/05, Carson Hager <[EMAIL PROTECTED]> wrote: >

RE: [flexcoders] calling a secured web service

2005-10-06 Thread Carson Hager
ailto:[EMAIL PROTECTED] On Behalf Of Raymond Camden Sent: Thursday, October 06, 2005 12:54 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] calling a secured web service So a follow up. I noticed this in the log: 10/06 14:51:57 ERROR The Flex proxy and the specified endpoint do not hav

Re: [flexcoders] calling a secured web service

2005-10-06 Thread Raymond Camden
So a follow up. I noticed this in the log: 10/06 14:51:57 ERROR The Flex proxy and the specified endpoint do not have the same domain, and so basic authentication can not be used. Please specify use-custom-authentication or run-as for services not located on the same domain as the Flex proxy. . T

RE: [flexcoders] calling a secured web service

2005-10-06 Thread Carson Hager
Raymond Camden > Sent: Thursday, October 06, 2005 9:24 AM > To: flexcoders@yahoogroups.com > Subject: Re: [flexcoders] calling a secured web service > > From the Flex client. The web service is a .Net service. I should add > that, when I try to use it, I'm getting th

Re: [flexcoders] calling a secured web service

2005-10-06 Thread Raymond Camden
Camden > Sent: Thursday, October 06, 2005 9:24 AM > To: flexcoders@yahoogroups.com > Subject: Re: [flexcoders] calling a secured web service > > From the Flex client. The web service is a .Net service. I should add > that, when I try to use it, I'm getting this fault code/string: &g

RE: [flexcoders] calling a secured web service

2005-10-06 Thread Carson Hager
yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Raymond Camden Sent: Thursday, October 06, 2005 9:24 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] calling a secured web service >From the Flex client. The web service is a .Net service. I should add that, when I try to use it, I&#x

Re: [flexcoders] calling a secured web service

2005-10-06 Thread Raymond Camden
>From the Flex client. The web service is a .Net service. I should add that, when I try to use it, I'm getting this fault code/string: Error: Client.Disconnected Could not load WSDL I have verified that the WS produces valid WSDL, although I'm also having trouble calling it from CF as well. On 1

RE: [flexcoders] calling a secured web service

2005-10-06 Thread Carson Hager
You want to call a web service from server a or from a client that originated from server a? What kinds of web services? Are they the same technology or a variety of technologies? If they're Java or .NET, I can provide some assistance. If there is any CF involved, I am definitely not the right p