The Artima Developer Community
Sponsored Link

Web Services Forum
gSOAP with gzip-compression

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Peter Lustig

Posts: 1
Nickname: noodle
Registered: Jan, 2008

gSOAP with gzip-compression Posted: Jan 13, 2008 11:05 AM
Reply to this message Reply
Advertisement
Hi,
I have a problem with gSOAP.

gSOAP-version: gsoap_2.7.9l.tar.gz (plattform independent, source, 4787311 bytes)
gSOAP-example: wssedemo.c (in samples/wsse directory)

When sending gzip compressed SOAP-responses, the "SignedInfo" element is missing.
In order to send the SOAP-response gzip-comressed, I added "soap_set_omode(soap, SOAP_ENC_ZLIB);"
to the function ns1__add() in wssedemo.c.
But the elements "SignedInfo" and "SignatureValue", which are sent when the response is not compressed,
are now missing in the compressed SOAP-response.
My question is: Should that happen, and how can I force gSOAP to send these elements if needed ?
The gzip-compressed SOAP-response can be seen here: http://pastebin.com/mca9f7a9
the uncompressed SOAP-response can be found here: http://pastebin.com/m615724d5

Topic: Scientific performance statistics Previous Topic   Next Topic Topic: 08IEEE wireless communication  conference

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use