I had the same problem, but i didn't hack the wsdl.
However in the client code the qname i would use for the SimpleDto is:
http://com/cdog/service/SimpleService:SimpleDto
and not
SimpleService:SimpleDto.
For some reason that worked!
View the original post :
http://www.jboss.org/index.html?modul
Hi,
You have to modify the axis-config.xml file.
Add the following handler:
|
|
| http://tempuri.org/wsdl/2001/12/SOAPMonitorService-impl.wsdl"/>
|
|
|
|
Then in the section, add the following to BOTH the requestFlow and responseFlow: