ContributionsMost RecentMost LikesSolutionsTransfer-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