uCosminexus Application Server, Web Service Development Guide
![[Contents]](FIGURE/CONTENT.GIF)
![[Glossary]](FIGURE/GLOSS.GIF)
![[Index]](FIGURE/INDEX.GIF)
![[Back]](FIGURE/FRONT.GIF)
This subsection describes the notes on using the methods of the SOAPBody interface.
- Do not specify null in the arguments of the following methods. If null is specified, the operations are not guaranteed.
- addBodyElement(Name name)
- addBodyElement(QName qname)
- addDocument(Document document)
- addFault(Name faultCode, String faultString, Locale locale)
- addFault(Name faultCode, String faultString)
- addFault(QName faultCode, String faultString, Locale locale)
- addFault(QName faultCode, String faultString)
- Do not specify null in the locale argument of the addFault(Name faultCode, String faultString, Locale locale) and addFault(QName faultCode, String faultString, Locale locale) methods. If specified, the operations are not guaranteed.
- Specify the fault code defined in the standard specifications in the arguments of the addFault(QName faultCode, String faultString, Locale locale) and addFault(QName faultCode, String faultString) methods. If you specify a fault code that is not defined in the standard specifications, the operations are not guaranteed.
- If a null character is set up in the faultString argument of the addFault(QName faultCode, String faultString, Locale locale) or addFault(QName faultCode, String faultString) methods and a SOAP fault is sent, null is obtained when the getFaultString() and getFaultReasonTexts().next() methods are issued for the received SOAP fault.
All Rights Reserved. Copyright (C) 2013, Hitachi, Ltd.