Forum Discussion

softdev's avatar
softdev
New Contributor
11 years ago

Web service Response equal to request

Hello,
i have worked for many time in soapui, and its a powerfull tool. But i have a problem. I have to test a
web service. I have created A NEW SOAP PROJECT, give it the WSDL. And when i test an request of this wsdl, it give me an response equal to request. the web service that i am testing is created in java and it has credential authorization. I give it and the right username and password and nothing happen.
It doesnt give me any error, just the request in xml that i wrote.

please help me to solve this proble,

all the best
  • PaulDonny's avatar
    PaulDonny
    Regular Contributor
    Are you certain that the code isn't just returning the login request as the response? I do this for a lot of insert statements in my personal code as an easy verification type of system that it actually worked. I would consider this a bad practice for a log in method though, personally.

    How is the system supposed to behave and handle the login? Should it be returning a sessionID?
  • softdev's avatar
    softdev
    New Contributor
    thnx for reply.
    No, this web service is not used for a login purpose. this login is used for the client, in the header of xml .. in order to authentificate in web service and to get web service data back.
  • softdev's avatar
    softdev
    New Contributor
    I have understand a little about my problem. I search in the wsdl with .tester extension and it showed me an error. And i think is a problem of web service. I will continue to write until i solve this problem.

    all the best..