Author |
Message
|
vikas.bhu |
Posted: Fri Mar 29, 2019 3:22 am Post subject: Unzip Xml then parse |
|
|
Disciple
Joined: 17 May 2009 Posts: 159
|
Hi,
I am trying to unzip xml and the parse it. Sending Zip xml using SOAP UI.
but files not getting unziped.
also instruct listener to use embedded listener. Restarted Broker
My flow is HTTPInput--> Validate ( XMLNSC) --> FileOut put..
I could see the files are not getting unziped
If I remove Validate node the same Zip files is stored in Fileout put node.
Kindly help!! |
|
Back to top |
|
 |
vikas.bhu |
Posted: Fri Mar 29, 2019 3:36 am Post subject: |
|
|
Disciple
Joined: 17 May 2009 Posts: 159
|
I also observe that
Content-Encoding field "gzip" or "deflate" should removed as per the documentation , but it is not happening.. |
|
Back to top |
|
 |
abhi_thri |
Posted: Fri Mar 29, 2019 3:41 am Post subject: |
|
|
 Knight
Joined: 17 Jul 2017 Posts: 516 Location: UK
|
hi...are you using the node level http listener or the embedded integration server one? as per infocenter the decompress option will only work with the embedded listener.
https://www.ibm.com/support/knowledgecenter/SSMKHH_10.0.0/com.ibm.etools.mft.doc/ac04565_.htm
'If a client sends a gzip or deflate compressed request to the HTTPInput node, it can be extracted using the Decompress input message option. This decompression occurs only if the integration server is configured so that HTTP nodes use the embedded integration server HTTP listener, and not the integration node HTTP listener.' |
|
Back to top |
|
 |
vikas.bhu |
Posted: Fri Mar 29, 2019 3:48 am Post subject: |
|
|
Disciple
Joined: 17 May 2009 Posts: 159
|
for that we have run following command and restarted Node.
mqsichangeproperties IB9NODE -e exgroup1 -o ExecutionGroupÂ
  -n httpNodesUseEmbeddedListener -v true |
|
Back to top |
|
 |
vikas.bhu |
Posted: Tue Apr 02, 2019 3:08 am Post subject: |
|
|
Disciple
Joined: 17 May 2009 Posts: 159
|
that did not worked!! but used java program and that worked..
also send attachment via Postman tool not Soap UI. |
|
Back to top |
|
 |
|