Hi Dirk, 

When sending the request for the WSDL, you are right, the service name
and the target are not needed- we will actually never use the target in
that case, and you should be able to see that by putting garbage in the
target URL.  I'm not sure why things are how they are, but it looks to
just be an oversight.  

After we get the WSDL, however, when sending a request to the service
itself, we often do need both the service name and the target since we
allow wildcard and multiple matches to the service endpoint.  

-Brian


-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of Dirk Eismann
Sent: Wednesday, June 15, 2005 4:24 AM
To: [email protected]
Subject: RE: [flexcoders] Endpoint URL of proxied named WebServices
visible in HTTP POST request

...and mbs5WebService refers to the named WebService of course - still I
wonder why there's the need to pass the URL in the target parameter. Or
am I missing something?

Thanks,
Dirk.

> -----Original Message-----
> From: [email protected] [mailto:[EMAIL PROTECTED]
> Behalf Of Dirk Eismann
> Sent: Wednesday, June 15, 2005 10:18 AM
> To: FLEXCODERS (E-Mail)
> Subject: [flexcoders] Endpoint URL of proxied named 
> WebServices visible
> in HTTP POST request
> 
> 
> When invoking named WebServices with the Flex WebService 
> Proxy the full URL of the WebService endpoint gets passed 
> over the wire. A typical request from the Flex client looks like this:
> 
> http://FLEXSERVER/flex/flashproxy/mbs5WebService?transport=Soa
> pHttp&action=WS_ACTION&target=WS_URL
> 
> where WS_ACTION is the action to invoke and WS_URL is the 
> full url to the endpoint. Why is this? Wouldn't it be enough 
> to pass the name of the service over to the proxy so the real 
> URL is hidden? 
> 
> Dirk.
> 
> 
>  
> Yahoo! Groups Links
> 
> 
> 
>  
> 
> 
> 


 
Yahoo! Groups Links



 




 
Yahoo! Groups Links

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

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