I forgot to add that I have TCPTrace in the middle and I can see the request coming in and the entire request is there. Why is ApacheSOAP not passing it in on the Envelope or SOAPContext parms?
-----Original Message----- From: Thomas Thornbury [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 16, 2002 9:54 PM To: Soap User List ([EMAIL PROTECTED]) Subject: 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?
