|
Brian,
the key is how to get the XML to them (if it's XML they're keen to
consume)
sure
you can use CFXML to build the document, but for them to use it, what would they
do?
if it
was AJAX stuff (and they were on the same domain) you'd just give them a
URL (with query params for the order number) and all you'd have to do is
<cfoutput> the xml built from the CFXML (there's a touch more to it than
that but it's not hard). At a guess this is probably not what you want to
do but I'll soapbox anyway...
but
chances are they're on a seperate domain so it sounds like a webservice might be
the go. That way all they have to do is call the correct CFC (it'd be a facade
to the real CFC, yes?). Again, build your doc with CFXML (if that's the way
you're happy with), but the return/output would be via the CFC (ie:
access="remote").
either
that or it's "screen scraping" with cfhttp or file transfer to their system with
cfftp, neither of them are nice...
just some thoughts
barry.b
--- You are currently subscribed to cfaussie as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/ |
- [cfaussie] Re: Generating XML files Mark Mandel
- [cfaussie] Re: Generating XML files Barry Beattie
- [cfaussie] Re: Generating XML files Pat Branley
- [cfaussie] Re: Generating XML files Barry Beattie
