Wow, fantastic answer. That gives me lots of leads moving forward. Thanks
D-Dub.

On Sat, Sep 25, 2010 at 11:11 PM, Dave Watts <[email protected]> wrote:

>
> > Hmm. I guess I'll have to actually build the xml myself then. The reason
> I
> > need the xml is because I only really use cf as a proxy for hitting the
> > webservice then sending it off to a flex app which consumes it as E4X.
> The
> > webservice provider won't add the crossdomain file to their server so I
> > can't consume the webservice directly in flex, which totally suxors.
>
> You have a variety of options:
>
> 1. Convert the objects to XML.
> 2. Convert the objects to value objects, and use AMF to fetch them
> from your server.
> 3. Pass the request through your server using BlazeDS Proxy Service.
> 4. Figure out why your CFHTTP POST doesn't work, if a form post from
> the same machine does work.
>
> There are probably more than that, although that's all I can think of
> off the top of my head. As for "getting to the XML", that's not how
> SOAP services work unless those services explicitly return XML as a
> payload, and most services don't do that. The point of SOAP is to be
> able to receive native data types from remote service calls.
>
> If you can successfully post from a form on your machine, you can use
> CFHTTP to do the same thing, though. You can simply examine the
> differences between the two, using a recorder or proxy, and make
> changes to CFHTTP to do the same thing. Fiddler, Wireshark, etc, etc.
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> http://training.figleaf.com/
>
> Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
> GSA Schedule, and provides the highest caliber vendor-authorized
> instruction at our training centers, online, or onsite.
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337557
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to