c# - Consume WCF .svc WebService in Java -


i new webservices. have created .net webservice (wcf service .svc).

i able consume service .net client application. here have added service via (add service reference) in .net client.

now want consume .net service java desktop application.

  • how add service reference?
  • how consume service in java?

you can use wsdl2java , pass wsdl file , automatically generate whole client can communicate webservice.

if using eclipse can use plugin:

wsdl2java eclipse plugin


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -