• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to build a java client using weblogic api to invoke Asynchronous .Net web Servic

 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 ]
 
Bartender
Posts: 2968
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 ]
 
Shaji Ravindran
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
If you look closely at this tiny ad, you will see five bicycles and a naked woman:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic