Help! I'm trying to write an automated testing tool that will post Soap messages to the AxisServlet. When I attempt to post the XML directly to the AxisServlet, I receive an AxisFault with a faultString: "no SOAPAction header!"
The soap call works fine when I use the AXIS client side libraries. It's when I try to post XML that it goes haywire. (I should note that I copied the XML from the server log when I ran the client-side library test - so it should be the exact XML the axis servlet is processing.) So, can anyone: 1. tell me if posting soap/xml requests directly to the AxisServlet should work 2. is the XML that shoes up in the AxisServlet (when using the axis client side libraries) the EXACT XML that the servlet receives? 3. does anyone have any recommendations for an open source web services tester? thanks! jeff