• 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

error on trying to have access to a .net web service

 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hey.
I need to create a web service client and i wanted to invoke .net webservice(http://www.......asmx) in java, how can i invoke it? i wrote at the end of the link: "?WSDL" as i saw a solution on another web forum. but still..not recognized.
am i missing something?


Thank you
 
bubu lina
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
found the solution. with help but now i learned something new.
- install the keytool eclipse plugin: http://keytool.sourceforge.net/update/
- restart eclipse
- go in the menu to the installed keytool dropdown
- select open keystore. there you'll have : type: JKS, Filename: go to java/jre6, Password:..depends
- then a tree will appear in the keystore.
- right click on the root of the keystore of the tree and select import certificates.
- add the certificate and now you restart eclipse
- now it should work to add a webservice client. click on the name of the project-> new webservice client , add the link to wsdl and folow the steps from there
- good luck
 
Evildoers! Eat my justice! And this tiny ad's justice too!
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic