added a basic SOAP messages parser, which easily lets access to the
authorRodrigo Moya <rodrigo@ximian.com>
Wed, 9 May 2001 09:34:28 +0000 (09:34 +0000)
committerRodrigo Moya <rodrigo@src.gnome.org>
Wed, 9 May 2001 09:34:28 +0000 (09:34 +0000)
commit57a2b280e7fe967ae4b7cb56dbbe7f90865ae2a2
tree0dd1d6c06d197e7702c1e40ffffb509f73cc43fc
parent86f1c47312cfdd7688b5dbcb8408ae0f5fb9db2b
added a basic SOAP messages parser, which easily lets access to the

2001-05-09  Rodrigo Moya <rodrigo@ximian.com>

* src/soup-core/soup-parser.[ch]: added a basic SOAP messages
parser, which easily lets access to the message parameters
and faults

2001-05-05  Rodrigo Moya <rodrigo@ximian.com>

* src/soup-wsdl-runtime/wsdl-soap-fault.[ch]: added to manage/retrieve
info from SOAP faults
* src/soup-wsdl-runtime/wsdl-soap-parse.c (wsdl_soap_parse): retrieve
SOAP faults from the message being parsed. Added a wsdl_soap_fault
parameter, which will be returned if there was actually a SOAP fault
in the message
* src/soup-wsdl-runtime/wsdl-soap-marshal.c (wsdl_soap_marhal): add
a wsdl_soap_fault parameter, to be serialized along with the rest
of the SOAP message
ChangeLog
libsoup/Makefile.am
libsoup/soup.h