You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Rich Catlett <ri...@more.net> on 2001/08/09 20:34:46 UTC

returning messages

When using soap messaging services when does the respomse get sent back, 
when I do a resctx.setRootPart().  If this is the case if I want to send 
other bodyparts back to I do a bunch of  resctx.addBodyPart() and then 
the setRootPart last.  If this is not the case how do I send multiple 
bodyparts back.

Rich Catlett