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
Example using SOAP AGENT and ZIP?
-
René Houba
- Posts: 220
- Joined: Thu Nov 26, 2015 7:03 am
Re: Example using SOAP AGENT and ZIP?
Hi Dino,
What problem do you have with the Zip service?
Kind regards,
René Houba
What problem do you have with the Zip service?
Kind regards,
René Houba
Re: Example using SOAP AGENT and ZIP?
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
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
-
René Houba
- Posts: 220
- Joined: Thu Nov 26, 2015 7:03 am
Re: Example using SOAP AGENT and ZIP?
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.
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?
Thank you Rene