S
sing
Hello All
Can one implement asynchronous web service calls between web services implemented in different technologies for example J2EE and .NET
Lets consider a scenario where a user clicks a button in an .aspx file and this calls a method in a web service implemented in J2EE technologies. Now when calling the web service can one pass the callback delegate from .aspx to the asynchronous method call in J2EE web service
My next question is "If a method is called in an asynchronous manner from A.aspx and the execution flows to a different page say B.aspx at the client side...once the aynchronous method has finished its execution would the control be reached to the callback delegate which is in a different page
I hope that I framed the question properly!
Any pointers/snippers/tutorials would be appreciated.....
TIA
Can one implement asynchronous web service calls between web services implemented in different technologies for example J2EE and .NET
Lets consider a scenario where a user clicks a button in an .aspx file and this calls a method in a web service implemented in J2EE technologies. Now when calling the web service can one pass the callback delegate from .aspx to the asynchronous method call in J2EE web service
My next question is "If a method is called in an asynchronous manner from A.aspx and the execution flows to a different page say B.aspx at the client side...once the aynchronous method has finished its execution would the control be reached to the callback delegate which is in a different page
I hope that I framed the question properly!
Any pointers/snippers/tutorials would be appreciated.....
TIA