HI, I'm using the Soap 2.2 toolkit on AIX and the castor product to marshall/unmarshall my xml. I'm trying to send a response back like the following:
. . . <SOAP-ENV:Body> <SetPersonResponse> <NodeA> <other sub nodes here> </NodeA> <NodeB> <other subnodes here> </NodeB> </SetPersonResponse> </SOAP-ENV:Body> ... The issue is the SetPerson method which gets invoked via the RPC call is a java method which can return a bean and not two peer elements like above. I have no problems returning just NodeA and any level of complexity under that but cannot return two peer elements at the highest level. Can anyone provide any insight to my shortcomings. Thanks in advance. Ed Tolsch 817.474.9939 [EMAIL PROTECTED]