• 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

Can I use Web Services for synchronized communication?

 
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If I can use Web services for synchronized communication how is the performance?
 
Ranch Hand
Posts: 71
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
A lot of factors come in to play when discussing performance. Is there a particular area of performance that you are thinking of?
 
Jean Miles
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am sending an XML data to another application, posting a waiting to get acknowledgment of validatation of XML and receipt. If I use Web Services, XML with SOAP can I accomplish this?
 
Ranch Hand
Posts: 906
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Jean Miles:
I am sending an XML data to another application, posting a waiting to get acknowledgment of validatation of XML and receipt. If I use Web Services, XML with SOAP can I accomplish this?


Yes you can (except if you have something more complicated in mind I did not figure out)
As far as performance is concerned, it really depends on :
- the size of your XML payload
- the bandwith between the 2 applications
- the performance of the targeted application
reply
    Bookmark Topic Watch Topic
  • New Topic