Invoking .Net webservices from Java -


i have web service created in .net , interested in invoking web service in java application.

what set of libraries best suited this? i've looked glassfish, have been unable find examples of being used invoke .net web service, creating java side web service.

i have experience using wsif, appears rather outdated , use more current if possible.

check out links:

your question

webservices in java, tutorial uses jax-ws 2.0

a simpler approach want


Comments

Popular posts from this blog

iphone - Using nested NSDictionary with Picker -

javascript - Iterate over array and calculate average values of array-parts -

php - accessing mysql using different server to which db connection data is located -