Did you really post this question to every House of Fusion mailing
list you could find? Wow.
Questions like this go to cf-talk only.

Why are you writing a Java Web service client when ColdFusion has
great Web service support built-in? It will be hard to figure out the
problem with your Web service client considering it is custom code and
you didn't post the code to it. Really you should be using the native
ColdFusion Web service support unless there is some reason why it
isn't meeting your needs. Going down that path is likely easier than
trying to troubleshoot the Java class. Is there a reason that you had
to write custom code for this?

-Mike Chabot

On Tue, Jan 19, 2010 at 5:02 AM, Sheraz Ahmed <[email protected]> wrote:
>
> Hello,
>
> There is a problem with my application. I write a java webservice client. 
> When I call it from Eclipse. It will work fine take some time (say 10 to 50 
> sec) and give me the result.
>
> But when I call it from the coldfusion like this.
>
> <cfobject action="create" type="java" class="com.test.ClientTest" 
> name="etTestObj" >
>
> <CFSET ctx=etTestObj.init()>
> <cfoutput> #ctx.addNumbers()# </cfoutput>
>
> This method does not return anything. What I have to do with this asyncronous 
> request.
>
> Waiting for urgent response.
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:329783
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to