Hello, i have deployed a web service to a JBOSS 4.0.4 GA server. The web service is really simple. It provides a method that returns a string. Now I try to call this web service with the dynamic invocation interface. But this does not work. The client comes up with the problem : javax.xml.rpc.JAXRPCException: Cannot find child element: result. I checked the SOAP message and saw that the result element contains a prefix of a namespace. Maybe this is the problem. But I can not find any method in the Call interface to set a namespace for a result.
What is going wrong? Thanks in advance. Best regards Andreas View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981707#3981707 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981707 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
