facebook

New Web Service Client from an HTTPS wsdl url

  1. MyEclipse Archived
  2.  > 
  3. Web Services
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #271663 Reply

    dapriett
    Member

    Hello – I’m trying to generate a wsdl client from a wsdl url which is https. How do I include my javax.net.ssl.keyStore, javax.net.ssl.keyStorePassword, javax.net.ssl.trustStore,javax.net.ssl.trustStorePassword paths so that the wizard gets them? Otherwise it gives me an error saying”unable to find valid certificates.

    Thanks,
    Dan

    #272044 Reply

    Riyad Kalla
    Member

    Dan,
    I’m really sorry for the delay, I didn’t know the answer to your questions and this got passed around the office from one person to the next, none of us knew the answer and didn’t have an HTTPS setup to test this with. I wish I could have been more helpful here.

    #272179 Reply

    tomeksz
    Member

    You can use wsgen class (client generator) directly (i assume wizard does it:). Here is some documentation : http://xfire.codehaus.org/Client+and+Server+Stub+Generation+from+WSDL ( take a look at “Generating client over HTTPS” paragraph ).
    If you use maven or ant in you project you can also setup keystore/password as task properties instead of setting it via system properties.

    #272663 Reply

    toparag
    Member

    Hi,
    I have the same problem. I just have wsdl from one of the vendors and need to develop client for that.
    What are the things we need to do?

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: New Web Service Client from an HTTPS wsdl url

You must be logged in to post in the forum log in