• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

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
 
She's out of the country right now, toppling an unauthorized dictatorship. Please leave a message with this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic