Lackkie,
First I should note that this is the JBossESB Developer Forum, where we discuss design and architecture of JBossESB. If you require community assistance in the future, please use the JBossESB User Forum instead. Another option is to buy a subscription to our SOA Platform, where we can provide you, the customer, with a guaranteed SLA.
However, I will give you a pointer here this time... ;)
In looking at your test program, I do see this line:
method.setRequestHeader("SOAPAction", "\"\"");
You should either:
- Change that SOAPAction to "http://www.webserviceX.NET/GetQuote" instead of empty quotes, as mapped in the log, or
- Change your namespace of xmlns:web="http://www.webservicex.net/" to xmlns:web="http://www.webserviceX.NET/", again as mapped in the log.
Best regards,
David