Forum Discussion

susilsahu's avatar
susilsahu
New Contributor
15 years ago

Webservices testing using soapui

Hi guys,


We have webservices URL, but it doesn't contain the WSDL file.

So How can we test this webservices without WSDL file.

Please help.
  • susilsahu's avatar
    susilsahu
    New Contributor
    Hi,

    These are of .xml format and REST services.

    I have tried it using SOAPUI REST services.

    URL: http://..../xyz-restful-web-services/se ... serprofile

    Content Type: application/xml
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <Creationuserprofile>
    <userId>xyz2</portalId>
    <emailId>rasdf@asdf.com</emailId>
    <Name>xtznder</Name>
    <phone>909123431</phone>
    </Creationuserprofile>

    It should return me some exepected result.
    But I am unable to get any kind response.

    Please help
  • sirba01's avatar
    sirba01
    Occasional Contributor
    Try to open the URL by adding ?WSDL at the end.