soap |
|
Java Source File Name | Type | Comment |
InputPartsTest.java | Class | Junit test to test out input message parts using the AddressBook sample.
The WSDL input message can define multiple parts, but the parts in the
WSIFMessage passed to the WSIFOperation may not match what the WSDL defines. |
MissingInputPartTest.java | Class | Junit test to test leaving out a part in the inpuyt message. |
OutputPartsTest.java | Class | Junit test to test out output message parts. |