This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Web Services and the fly likes Callback not working on a non-blocking invocation Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Callback not working on a non-blocking invocation" Watch "Callback not working on a non-blocking invocation" New topic
Author

Callback not working on a non-blocking invocation

Eu Expat
Greenhorn

Joined: Jul 02, 2009
Posts: 1
Hi,

I'm following the example here : Axis2 - advanced user guide to work through creating web services in Java/Axis.

I have cloned the code on the blocking example to use my classes and it works fine. When I try to do the non-blocking invocation, the code compiles and runs but I do not get the response printed to the screen. In fact, I don't even get the string "test:" in the output window. Can someone give me a pointer in the right direction please? Much appreciated.

The function DoSomethingSimple takes the two integer attributes in the object and adds them together returning the integer result.

Not sure what else you may want, so I'll just list the function code here, let me know if you want anything else...


 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Callback not working on a non-blocking invocation
 
Similar Threads
Using Eclipse to create a web service, Axis Exception
Help on Axis2 Webservice calls
ERROR in WebService AXIS2
org.apache.axis2.AxisFault exception - Operation not Found
org.apache.axis2.AxisFault exception - Operation not Found