| Author |
How to build a java client using weblogic api to invoke Asynchronous .Net web Servic
|
Shaji Ravindran
Ranch Hand
Joined: Jan 12, 2002
Posts: 39
|
|
Hi, Can any body tell me how can i built a java client using weblogic api for accessing the .Net Asynchronous web service. Thanks. [ November 20, 2005: Message edited by: Shaji Ravindran ]
|
 |
Peer Reynders
Bartender
Joined: Aug 19, 2005
Posts: 2906
|
|
Your topic header and topic body are asking for two different things. 1. Accessing a web service asynchronously (with WebLogic): This is described in Writing an Asynchronous Client Application 2. Accessing an asynchronous web service: Same as any other web service. If the service is "asynchronous" in the SOAP sense the HTTP response will not contain a SOAP response message but an HTTP response is still sent (you should get a 200 or 202 status). If its an asynchronous service implemented with web services then Asynchronous operations and Web services, Part 1: A primer on asynchronous transactions and Asynchronous operations and Web services, Part 2: Programming patterns to build asynchronous Web services may be of help. [ November 18, 2005: Message edited by: Peer Reynders ]
|
"Don't succumb to the false authority of a tool or model. There is no substitute for thinking."
Andy Hunt, Pragmatic Thinking & Learning: Refactor Your Wetware p.41
|
 |
Shaji Ravindran
Ranch Hand
Joined: Jan 12, 2002
Posts: 39
|
|
Thanks for the response. What i need is how to build a java client using weblogic api which can access the asynchronous .Net web service.
|
 |
 |
|
|
subject: How to build a java client using weblogic api to invoke Asynchronous .Net web Servic
|
|
|