• 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

Calling a web service asynchronously

 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi y'all (and a Big Hi to Deepak of course!)

I have a web service consumer application calling a web service synchronously. Recently there's been a push to make this call asynchronous. What's a quick and easy way of doing this? I was thinking if there's a way to just set a property in the BindingProvider request context telling it to send as asynchronous and the supporting runtime would know what/how to handle it. Or, does this require a WSDL modification or regeneration of WSDL stubs?

Thanks!

dnz


 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic