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 Thomas Thornbury <th...@optonline.net> on 2002/01/17 03:54:04 UTC

Help!!! Empty SOAP Message

I'm sending a soap message and getting an empty message in my Service.

When I do a 

env.getBody().toString();

I'm getting

[Attributes={}] [BodyEntries=
[(0)=[getProduct: null]]
]


getProduct is the name of my message and is in the submitted xml has
about 12 elements as children of it but I'm not seeing it.  Does anyone
have ideas why this might be?