Well, can you send the rest of the relevant log?  This is just showing the headers and nothing in there seems to point to a problem.

 

Matt

 


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Raymond Camden
Sent: Monday, October 10, 2005 11:37 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Re: calling a secured web service

 

Ahah. We are getting somewhere. So, in the flex-out log file, I see
I'm getting an Authentication denied error, even though I'm passing in
my credentials. Let me show you my config again, and maybe you can see
what is wrong. Obviously the URL is changed, as is the U/P.

<named>
<service name="foo">
        <allow-unnamed-access>true</allow-unnamed-access>
<wsdl>http://foo.com/foo.asmx?WSDL</wsdl>
<run-as user="User" password="pass" />
<endpoints>
<endpoint>http://foocom/foo.asmx</endpoint>
</endpoints>
</service>
</named>

So, why would run-as simply be ignored? I'm also including the
relevant portion of the log file, again with URLs changed. Oh wait. I
just noticed in the header it said it WAS sending the data for my
User. Could it be something else?

10/10 10:30:43 INFO -- GET : http://foo.com/foo.asmx?WSDL
10/10 10:30:43 INFO -- Authentication header being sent for User
10/10 10:30:43 INFO -- Header in request: Keep-Alive : 300
10/10 10:30:43 INFO -- Header in request: User-Agent : Mozilla/5.0
(Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915
Firefox/1.0.7
10/10 10:30:43 INFO -- Header in request: Connection : keep-alive
10/10 10:30:43 INFO -- Header in request: Accept-Charset :
ISO-8859-1,utf-8;q=0.7,*;q=0.7
10/10 10:30:43 INFO -- Header in request: Accept-Language : en-us,en;q=0.5
10/10 10:30:43 INFO -- Header in request: --------------- : ------------
10/10 10:30:43 INFO -- Header in request: Accept :
text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
10/10 10:30:43 INFO -- Header in response: Date : Mon, 10 Oct 2005 15:31:50 GMT
10/10 10:30:43 INFO -- Header in response: Server : Microsoft-IIS/6.0
10/10 10:30:43 INFO -- Header in response: WWW-Authenticate : Negotiate
10/10 10:30:43 INFO -- Header in response: WWW-Authenticate : NTLM
10/10 10:30:43 INFO -- Header in response: WWW-Authenticate : Basic
realm="staging1.spatialpoint.com"
10/10 10:30:43 INFO -- Header in response: X-Powered-By : ASP.NET
10/10 10:30:43 INFO -- Header in response: X-AspNet-Version : 1.1.4322
10/10 10:30:43 INFO -- Header in response: Cache-Control : private
10/10 10:30:43 INFO -- Header in response: Content-Type : text/html;
charset=utf-8



On 10/10/05, Matt Chotin <[EMAIL PROTECTED]> wrote:
>
>
>
> Well we have it passing in our internal test suites J  Have you turned on the debugging in flex-config.xml for the web-service-proxy?
>
>
>
>   ________________________________

>
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Raymond Camden
>  Sent: Monday, October 10, 2005 9:34 AM
>  To: flexcoders@yahoogroups.com
>  Subject: Re: [flexcoders] Re: calling a secured web service
>
>
>
>
> Not yet, I was hoping it was some simple config issue on my part. Is
>  _no one_ calling a secured web service? I did confirm last week that I
>  could call it via CF, so it is a valid service. This is my second week
>  now of trying to get this to work. Something so basic should _not_ be
>  this much trouble.
>
>  On 10/7/05, Dave Wolf <[EMAIL PROTECTED]> wrote:
>  > Have you tried putting the Apache SOAP TCPTunnel in between to see if
>  > the proper credentials are being sent from the proxy to the service?
>  >
>  > --
>
>
>
>   --
>  Flexcoders Mailing List
>  FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
>  Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
>
>
>
>
>      SPONSORED LINKS
>                       Web site design development                                       Computer software development                                       Software design and development
>                       Macromedia flex                                       Software development best practice
>
>    ________________________________
   YAHOO! GROUPS LINKS
>
>
>  Visit your group "flexcoders" on the web.
>
>  To unsubscribe from this group, send an email to:
>  [EMAIL PROTECTED]
>
>  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
>
>    ________________________________

>
>



--
=======================================================================
Raymond Camden, Director of Development for Mindseye, Inc (www.mindseye.com)

Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia)

Email    : [EMAIL PROTECTED]
Blog     : ray.camdenfamily.com
Yahoo IM : cfjedimaster

"My ally is the Force, and a powerful ally it is." - Yoda



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




Reply via email to