prevent leak and check for fault straight away (instead of operation name)
authorJP Rosevear <jpr@ximian.com>
Thu, 17 May 2001 21:40:58 +0000 (21:40 +0000)
committerJP Rosevear <jpr@src.gnome.org>
Thu, 17 May 2001 21:40:58 +0000 (21:40 +0000)
commit3d767db368759a97945064953d8218f7f21cbee8
tree8ab0f884bdb92a3d418b4f0220bc190eacee926b
parentd3a250de3cd05f46d9a94b985c3a7d8b3d5c89dc
prevent leak and check for fault straight away (instead of operation name)

2001-05-17  JP Rosevear  <jpr@ximian.com>

* src/soup-wsdl-runtime/wsdl-soap-parse.c (wsdl_soap_operation):
prevent leak and check for fault straight away (instead of
operation name)

* src/soup-core/soup-env.c (soup_env_free): only free the fault if there is one
(soup_env_clear_fault): ditto

* src/soup-wsdl-runtime/wsdl-soap-marshal.c (wsdl_soap_marshal):
use the serializer functions to write out the fault and only write the message return
ChangeLog