aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes Web service method call behaviour? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Web service method call behaviour?" Watch "Web service method call behaviour?" New topic
Author

Web service method call behaviour?

bujin wang
Ranch Hand

Joined: Jun 21, 2003
Posts: 48
What will happen in my script, if there is a web method call inside. Will the method pause until the results returns or the JavaScript runs it asynchronized?

Burt
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56150
    
  13

What do you mean by "web method"?


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
bujin wang
Ranch Hand

Joined: Jun 21, 2003
Posts: 48
web service method call.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56150
    
  13

42
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15357
    
    6
BEAR - LOL - I also dropped my laptop....

Burt, why did you post a new opic since this is the same as your other post?

You are going to have to break your JavaScript up in chunks and have the onload events fire on the other page to execute the next part. That is the only way it can work.

Eric
 
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: Web service method call behaviour?
 
Similar Threads
Web service method synchronized or not
Reading registry values from remote computer
Interesting statement in Servlet 3.0 specification (RequestDispatcher)
problem in returning data through axis2
Question on Servlet Redirection