Forum Discussion

trix's avatar
15 years ago

probable bug on WSDL loading

Steps to reproduce problem:
- click Menu File, new project
- insert in the field "initial WSDL/WADL" an address that contains underscore (something like my_server.domain.org)

If you use the ip address everything go smoothly

Bye
  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    Hi!

    hmm.. what kind of errors do you get? Any detailed information in any of the logs ?

    regards!

    /Ole
    eviware.com
  • craghopper's avatar
    craghopper
    New Contributor
    This seems related. I have Windows 7 64-bit. I have been using the standalone soapUI desktop application (v3.5) for some time now with no problems. Today I installed the soapUI Eclipse plugin (v3.6.1) via update site http://www.soapui.org/eclipse/update. The plugin gives the following error when I import a wsdl:

    [tt:29hdg2pz]com.eviware.soapui.support.SoapUIException. Error importing wsdl[/tt:29hdg2pz]

    The underlying problem appears to be

    [tt:29hdg2pz]java.lang.Exception: java.io.CharConversionException: Malformed UTF-8 character: 0xfc 0x68 0x72 0x74[/tt:29hdg2pz]

    Not sure why the plugin v3.6.1 is balking at the same wsdl that standalone v3.5 imports with no problem. Seems like a bug.

    Cheers,
    craghopper
  • Have you try to switch to SoapUI perspective and add the wsdl from there? I've got the same problem on a Windows-7 64bits machinte, but adding the wsdl this way, it works.

    saúdos,
  • SiKing's avatar
    SiKing
    Community Expert
    Hi.
    I'm new here. This was the first bug I hit when trying out the tool. I downgraded to version 3.5.1, and everything works as advertised. Not a good first impression.
    SiKing.
  • Lars's avatar
    Lars
    Contributor
    Hi,

    I am not able to reproduce this problem. But am I doing something different than you? I am doing like this:
    Create a new Java project
    Add soapUI Nature
    In the Project Explorer I right-click on the SoapUI Web Services and select soapUI > Add WSDL
    Then I enter a wsdl like "http://my_domain.home.x/test.wsdl"

    It is imported without problems.
    This is on Windows 7, 32-bit.

    Do I need to do something else to reproduce the problem?

    Do you have a stack trace? (See the soapUI Logs. It is available in Window > Show View > Other, soapUI > soapUI Logs.)

    Regards,
    Lars,
    eviware.com
  • SiKing's avatar
    SiKing
    Community Expert
    Lars wrote:

    I am not able to reproduce this problem. But am I doing something different than you?

    Yes.
    Lars wrote:
    I am doing like this:
    Create a new Java project

    I don't know what the above is. Where in the SopaUI GUI do you find this?
  • Lars's avatar
    Lars
    Contributor
    Sorry, I am refering to the Eclipse plugin.

    /Lars