Example using SOAP AGENT and ZIP?

This Q&A forum allows users to post and respond to "How Do I Do ....." questions. Please do not use to report (suspected) errors - you must use your regional help desk for this. The information contained in this forum has not been validated by LANSA and, as such, LANSA cannot guarantee the accuracy of the information.
Post Reply
User avatar
Dino
Posts: 477
Joined: Fri Jul 19, 2019 7:49 am
Location: Robbinsville, NC
Contact:

Example using SOAP AGENT and ZIP?

Post 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
René Houba
Posts: 220
Joined: Thu Nov 26, 2015 7:03 am

Re: Example using SOAP AGENT and ZIP?

Post by René Houba »

Hi Dino,

What problem do you have with the Zip service?

Kind regards,
René Houba
User avatar
Dino
Posts: 477
Joined: Fri Jul 19, 2019 7:49 am
Location: Robbinsville, NC
Contact:

Re: Example using SOAP AGENT and ZIP?

Post 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
René Houba
Posts: 220
Joined: Thu Nov 26, 2015 7:03 am

Re: Example using SOAP AGENT and ZIP?

Post 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.
User avatar
Dino
Posts: 477
Joined: Fri Jul 19, 2019 7:49 am
Location: Robbinsville, NC
Contact:

Re: Example using SOAP AGENT and ZIP?

Post by Dino »

Thank you Rene
Post Reply