Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
theMex #1
CFC WebService
Okay I have an issue where I have to provide a client a web service that
returns 4 parameters. No prblem the Web service is up and running and he can
call it and get the return. Unfortunately he needs the return to be straight
XML. The web service is returning to him a WDDX packet with all the extra
information. He just want the straight XML which he is feeding directly to MS
SQL. How can I get the CF Web Service to return just XML?
Guillermo
theMex Guest
-
Can a webservice call another webservice?
Hi all, I want one WebService I have, say on a server in Los Angeles, to call methods I have in a 2nd WebService on another server, say in New... -
Calling a webservice from a webservice
Well, I dont really want to call a webservice, but the class that I need is in a webservice and I dont see the need for serialization if I am... -
How to communicates with another webservice with another webservice
H I have a task to write a webservice which communicates with another webservice and gets all the methods of that webservice So can i get those ... -
Webservice calling a webservice.....Error
Hi Ihave a strange problem .....or?? On one machine 1 i have a webservice A calling an other webservice B on a other machine 2 . the B service are... -
webservice asp.net
How do I call a webservice from a webapplication in ASP.NET?? I do not have any experience Can you recommenc me good books?? thank you -
lad4bear #2
Re: CFC WebService
Why is he putting the results direclty into his database. That doesn't sound
like a very healthy approach. I'd advise him to validate it against a schema
(or at least validate it somehow) and xslt it into a format he wants to store.
Sorry I couldn't be more help
Peter (aka lad4bear)
lad4bear Guest



Reply With Quote

