Did anyone try calling a simple SOAP service from Flex3? I will
appreciate if some can share the code.My SOAP web service is deployed
on my Local IIS server. Do we need any Flex configuration to run the
service successfully?


-Muhammad

--- In flexcoders@yahoogroups.com, "Josh McDonald" <[EMAIL PROTECTED]> wrote:
>
> Well the idea is you run a proxy on your server, make non-rest calls
to it
> with GET and POST, or Data Services, and the proxy is the one that
makes the
> GET / POST / PUT / DELETE rest calls and then returns the result to your
> Flex program. I think LCDS / BlazeDS has some stuff in it to help
with that,
> but I don't use it because we don't use rest so I don't know the
details.
> 
> -J
> 
> On Mon, Jun 2, 2008 at 4:47 PM, javed786pk <[EMAIL PROTECTED]> wrote:
> 
> >   J,
> > I am sorry but i did not understand the proxy part of your
> > response.Can you kindly elaborate it for me a little more?
> >
> > -Muhammad
> >
> > --- In flexcoders@yahoogroups.com <flexcoders%40yahoogroups.com>,
"Josh
> > McDonald" <dznuts@> wrote:
> > >
> > > It's a limitation of the browser plugin API unfortunately. You
can proxy
> > > GET/POST requests via a server that makes the correct requests
on your
> > > behalf, but that's about it.
> > >
> > > -J
> > >
> > > On Mon, Jun 2, 2008 at 4:32 PM, javed786pk <javed786pk@> wrote:
> > >
> > > > thanks for quick response. Is there any workaround to make PUT and
> > > > DELETE Requests or its simply limitations of Flex3?
> > > >
> > > > Muhammad Javed
> > > >
> > > > --- In flexcoders@yahoogroups.com
<flexcoders%40yahoogroups.com><flexcoders%
> > 40yahoogroups.com>,
> > "Josh
> > > > McDonald" <dznuts@> wrote:
> > > > >
> > > > > You can only make GET and POST requests from Flex.
> > > > >
> > > > > -J
> > > > >
> > > > > On Mon, Jun 2, 2008 at 4:21 PM, javed786pk <javed786pk@> wrote:
> > > > >
> > > > > > I have developed a REST web service in WCF (Windows
communication
> > > > > > Foundation. .NET Technology). I want to use that web service
> > in Flex
> > > > > > 3. Can someone let me know is REST calls in supported in FLex3
> > or not?
> > > > > >
> > > > > > Muhammad
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > "Therefore, send not to know For whom the bell tolls. It
tolls for
> > > > thee."
> > > > >
> > > > > :: Josh 'G-Funk' McDonald
> > > > > :: 0437 221 380 :: josh@
> > > > >
> > > >
> > > >
> > > >
> > >
> > >
> > >
> > > --
> > > "Therefore, send not to know For whom the bell tolls. It tolls for
> > thee."
> > >
> > > :: Josh 'G-Funk' McDonald
> > > :: 0437 221 380 :: josh@
> > >
> >
> >  
> >
> 
> 
> 
> -- 
> "Therefore, send not to know For whom the bell tolls. It tolls for
thee."
> 
> :: Josh 'G-Funk' McDonald
> :: 0437 221 380 :: [EMAIL PROTECTED]
>


Reply via email to