|
Mailing Lists
|
Home /
Groups /
Fusebox-Community
Problem calling webservice client in coldfusion
Author: Sheraz Ahmed
Short Link: http://www.houseoffusion.com/groups/fusebox-community/thread.cfm/threadid:55#120
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.
|
May 20, 2013
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||