[JBoss-user] [JBoss.NET & SOAP] - Re: Cannot deserialise JavaBeans

2004-06-10 Thread bensorek
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

[JBoss-user] [JBoss.NET & SOAP] - Re: SOAP Monitor

2004-06-10 Thread bensorek
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: