Forum Discussion

BA_Service_Haus's avatar
BA_Service_Haus
Regular Contributor
13 years ago

WSDL for SampleService

Hi,

the sample WSDL (sample-service.wsdl) within the soapUI Tutorial does not match the WSDL used in the sample soapUI project (e.g. in the project, an operation "return" is part of the Service, but in the Sample WSDL the operation "return" does not exists).

Where can I get the correct sample WSDL?

Best regards
Nico
  • Hi Nico,

    strange - what if you export the WSDL from inside soapUI - how does it differ from the one included by the installer!?

    /Ole
  • BA_Service_Haus's avatar
    BA_Service_Haus
    Regular Contributor
    Hi Ole,

    first of all, I didn't know, that there is an exporting feature in soapUI . I guess that's what I need to get the WSDL, right?

    When comparing the exported WSDL and the one included by the installer, there are lots of differences.
    Some complex types are not defined at all within the "installer-WSDL":
    - loginRequest
    - loginResponse
    - searchRequest
    - buyRequest
    - returnRequest
    - returnResponse
    - logoutRequest
    - logoutResponse
    and so on.
    Same for some messages, porttypes and operations.

    Best regards
    Nico