Update of /cvsroot/babeldoc/babeldoc/modules/soap/config/i18n
In directory sc8-pr-cvs1:/tmp/cvs-serv2175/modules/soap/config/i18n
Modified Files:
messages.properties
Log Message:
Soap response is now stored in an attribute 'SoapWriterResponse' in the document.
Implemented username/password authentication.
Index: messages.properties
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/soap/config/i18n/messages.properties,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** messages.properties 7 Aug 2003 04:22:54 -0000 1.3
--- messages.properties 11 Aug 2003 07:25:38 -0000 1.4
***************
*** 13,15 ****
soap.104=Error sending soap message
soap.105=Error processing SOAP response
! soap.106=Return SOAP service response
--- 13,18 ----
soap.104=Error sending soap message
soap.105=Error processing SOAP response
! soap.106=Return SOAP service response as an attribute
! soap.107=Post soap document with authentication
! soap.108=User id for authentication
! soap.109=Password for authentication
|