Forum Discussion

Eboami's avatar
Eboami
Visitor
3 years ago

Transfer-Encoding: chunked

Hello,

 

I am testing below xml but the response output is not displaying. This request has always been working. Not sure what has happened

 

My reqeust in Soupui

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:fcub="http://fcubs.ofss.com/service/FCUBSCustomerService">
<soapenv:Header/>
<soapenv:Body>
<fcub:QUERYCUSTOMER_IOFS_REQ>
<fcub:FCUBS_HEADER>
<fcub:SOURCE>EXTSYS</fcub:SOURCE>
<fcub:UBSCOMP>FCUBS</fcub:UBSCOMP>
<!--Optional:-->
<!--Optional:-->
<fcub:CORRELID>123457</fcub:CORRELID>
<fcub:USERID>USER</fcub:USERID>
<fcub:BRANCH>009</fcub:BRANCH>
<!--Optional:-->
<fcub:MODULEID>RT</fcub:MODULEID>
<fcub:SERVICE>FCUBSCustomerService</fcub:SERVICE>
<fcub:OPERATION>QueryCustomer</fcub:OPERATION>
<!--Optional:-->
<fcub:SOURCE_OPERATION>QueryCustomer</fcub:SOURCE_OPERATION>
<!--Optional:-->
<fcub:SOURCE_USERID>USER</fcub:SOURCE_USERID>

<fcub:ADDL>
<!--Zero or more repetitions:-->
<fcub:PARAM>
<fcub:NAME>SERVERSTAT</fcub:NAME>
<fcub:VALUE>HOST</fcub:VALUE>
</fcub:PARAM>
</fcub:ADDL>
</fcub:FCUBS_HEADER>
<fcub:FCUBS_BODY>
<fcub:Customer-IO>
<fcub:CUSTNO>09967895</fcub:CUSTNO>
</fcub:Customer-IO>
</fcub:FCUBS_BODY>
</fcub:QUERYCUSTOMER_IOFS_REQ>
</soapenv:Body>
</soapenv:Envelope>

 

Response:

HTTP/1.1 200 OK
Date: Wed, 26 Jan 2022 09:53:41 GMT
Transfer-Encoding: chunked
Content-Type: text/xml; charset=utf-8
X-Powered-By: Servlet/2.5 JSP/2.1

 

 

1 Reply

  • richie's avatar
    richie
    Community Hero

    Hey Eboami 

     

    When you say "this request has always been working" - did anything change in your environment?  If the project.xml file had become corrupt, you wouldn't be able to open the project in SoapUI.

     

    If you open the Logs (bottom of the screen) - what do they say?  Particularly interested in the SoapUI Log, HTTP Log and Error Logs.  If there's absolutely nothing in the response, I'd expect something in the logging to indicate what the problem is

     

    Cheers,

     

    Rich