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:329778
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to