Forum Discussion

dilmar_de's avatar
dilmar_de
Frequent Visitor
6 years ago
Solved

How I can see parameters sent by SOAPUI to webservice ?

When I send my xml to webservice via SOAPUI 5.4.0 the webservice receive the xml and answer correctly, this means that my xml is ok and the interface between SOAPUI and the webservice  is working well. I am trying to do this interface via PHP program, but via my PHP program this interface does not work because I do not know which parameters I need to send to webservice in " __soapcall"  for this webservice. I would like to know how I can see parameters sent by SOAPUI to webservice in order to correct my PHP program. The webservervice I am trying to work is http://wshomologacao.simplissweb.com.br/nfseservice.svc?wsdl

 

Maybe should be a log or trace where I can see parameters and strings sent and received during tests, but I do not know where are these files in SOAPUI.

 

Thank you very much in advance for someone who help me about this subject.  

  • Hi, 

     

    There's two things that may help you.

     

    1. In your request tab, on the left handside there are two small tabs - XML, Raw. If you click on Raw, it will show you all the parameters/headers sent.

     

    You can do the same for response too - i.e: can see the Raw response.

     

    Please find screenshot attached.

     

    2. At the bottom of your SoapUI, there are button for various logs, SoapUI log, http log etc, screenshot attached.

1 Reply

  • jhanzeb1's avatar
    jhanzeb1
    Frequent Contributor

    Hi, 

     

    There's two things that may help you.

     

    1. In your request tab, on the left handside there are two small tabs - XML, Raw. If you click on Raw, it will show you all the parameters/headers sent.

     

    You can do the same for response too - i.e: can see the Raw response.

     

    Please find screenshot attached.

     

    2. At the bottom of your SoapUI, there are button for various logs, SoapUI log, http log etc, screenshot attached.