  | | | Recursive Web Service | Recursive Web Service 2004-03-16 - By Keith L. Miller
Back I have a ColdFusion component set up as a Web Service. The component has 2 functions in it. The first function calls the other function. When the function is called from a .cfm file all is well and everything gets returned as expected. HOWEVER, if I call the function using a Web Service Connector component I get this:
Unable to connect to endpoint
Now, if I take the functions and call them individually (instead of having one function call the other) everything works perfect. So, what I've concluded is that for some reason you cannot have a function that either recurses OR talks to another function if it is going to be used as a web service. This does not make any sense to me. Am I missing something and has someone else ran into this at some point?
Thanks,
Keith
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- Supported by Fig Leaf Software =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- Be sure to check the archives and the wiki: http://chattyfig.figleaf.com/ =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- http://chattyfig.figleaf.com/cgi-bin/ezmlm-cgi?1:mss:107135 =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- To unsubscribe send a blank e-mail to: Normal Mode: flashcoders-unsubscribe@(protected) Digest Mode: flashcoders-digest-unsubscrive@(protected)
|
|
 |