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?

Reply via email to