Page 1 of 1
Example using SOAP AGENT and ZIP?
Posted: Thu Dec 03, 2020 2:58 am
by Dino
Hi guys,
Does anyone have used the ZIP service with the SOAP AGENT Service?
Looks like in this particular case, instead of receiving an XML I am receiving a ZIP file, which I will have to unzip before to process the XML inside.
Thank you
Re: Example using SOAP AGENT and ZIP?
Posted: Wed Dec 16, 2020 1:54 am
by René Houba
Hi Dino,
What problem do you have with the Zip service?
Kind regards,
René Houba
Re: Example using SOAP AGENT and ZIP?
Posted: Wed Dec 16, 2020 4:22 am
by Dino
Hi Rene,
I have a case were we receive a zip file instead of an XML. The SOAP formatted XML is inside the zip file. but we are suppose to receive it consuming it as a SOA service. I was wondering what would be the correct way to approach this? Can we still use the SOAPAGENTSERVICE with some particular parameters or we need to go bare and use HTTPSERVICE ZIPSERVICE with the content then XMLBINDING etc.
Thank you
Re: Example using SOAP AGENT and ZIP?
Posted: Thu Dec 17, 2020 11:41 pm
by René Houba
Hi Dino,
The only way to do it we think, is to use the SOAPAGENTSERVICE to pickup the ZIP (will be a BLOB I think) and indeed unzip the content and activate the XMLBINDING to go thru the XML.
I'm not aware of an extra SOAPAGENT parameter for this.
Re: Example using SOAP AGENT and ZIP?
Posted: Fri Dec 18, 2020 3:30 am
by Dino
Thank you Rene