Displaying 2 results from an estimated 2 matches for "fault_code".
2005 Mar 08
2
ActionWebService SOAP Faults aren''t schema valid
I''m working with an ActionWebService client
talking to an ActionWebService server through one of
DataPower''s XS40 XML Security Gateways. One of the
intrinsic functions of this gateway is automatic
SOAP schema validation.
When testing some failure cases, I noticed that SOAP
Faults returned by ActionWebService aren''t schema valid
to the SOAP 1.1 schema, specifically:
2008 Jan 24
2
building 64 bit binaries from source
...redefinition of 'HANDLER_DEF'
signal_x86_64.c:229: error: previous definition of 'HANDLER_DEF' was here
signal_x86_64.c: In function 'HANDLER_DEF':
signal_x86_64.c:298: error: 'HANDLER_CONTEXT' undeclared (first use in
this function)
signal_x86_64.c:304: error: 'FAULT_CODE' undeclared (first use in this
function)
signal_x86_64.c:308: error: lvalue required as left operand of assignment
signal_x86_64.c:319: error: too many arguments to function
'restore_context'
signal_x86_64.c: At top level:
signal_x86_64.c:328: warning: return type defaults to 'int...