Menu

#29 need to pass username and password to get wsdl

open
nobody
None
5
2006-08-11
2006-08-11
cabear
No

In some cases, the wsdl access needs username and
password. It will be good to capture this before the
project.import wsdl is called.

Discussion

  • Michael Vorburger

    Logged In: YES
    user_id=436385

    So your wsdl is protected with HTTP BASIC authentication?

    You should be able to simply put uid/pwd in the URL;
    something like http://username:password@myserver/my.wsdl, I
    believe. No additional feature needed, or is there?

     
  • cabear

    cabear - 2006-10-06

    Logged In: YES
    user_id=1573751

    Well when I use apache axis wsdlParser that uses wsdl4j
    internally, there are API's to set the username and password
    along with the wsdl url.

    I'm looking for something equivalent here.

    Thanks,
    cabear

     
  • cabear

    cabear - 2006-10-18

    Logged In: YES
    user_id=1573751

    Hello:
    Wondering if my earlier input was enough or do you need more
    information.

    Basically when I test with Axis1.x I have to give the wsdl
    utl and the username and password to access the wsdl.
    Similarly I was expecting if it is possible to have the
    flexibility to pass the username and password when the
    project.import is invoked.

    Regards,
    cabear

     
  • kyus

    kyus - 2007-08-22

    Logged In: YES
    user_id=1792564
    Originator: NO

    Hi there,
    I just dug around the code of SOAPUI and received confirmation from Mr. Ole himself, that at API level, there is no way of passing down username and password information when importing from a secure WSDL URL.
    I am wondering if there is any other people out there with similar issue and what is the possible workaround available.

    Any idea will be very much appreciated.

    Kendy