I currently implement all my web services in "normal" mode ... that is, I create a WSDL file in Eclipse and then use WSCF.blue (extension of visual studio) to automatically generate the necessary code, and this is the response / request. However, I was hoping to use callbacks instead, so I can get my services to become push.
Before moving on to reworking my application, I wondered about its interoperability. If I use callbacks (WCF), can my Java client use this?
Oh, and I think I should really ask ... is it compatible with more than Java? Just in case...
source
share