So for those that receive empty responses try this:
I added into my spring*servlet.xml file this bean ref:
<bean id="messageFactory"...
Type: Posts; User: nslippen; Keyword(s):
So for those that receive empty responses try this:
I added into my spring*servlet.xml file this bean ref:
<bean id="messageFactory"...
Here is my response from this request:
Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:mod="http://webservice.mycompany.com/model">
...
Hi,
I am using a JBoss 5/JBoss WebService 2.1 as well as a separate Tomcat 5.5 instance and Java 5 on Mac OSX 10.5.
My web service I wrote works fine in Tomcat without exception, but when I...