[jboss-user] [JBossWS] - Prefix added to the sendResponse

2006-09-22 Thread gmn314
Hi, I have an RPC style webservice that returns a single string value. When a response is generated by JBoss, a namespace is defined for the sendResponse, and a prefix is used. My question is: Is there any wa to suppress the prefix, and just have it override the default namespace?? Pleas

[jboss-user] [JBossWS] - Initialize WS in deployment descriptor?

2006-08-28 Thread gmn314
Hi, When creating JBoss Webservices, you package a java class as though it were a Servlet. In the web.xml, you specify element in web.xml with , , etc. You also create a element. However, the Java class invoked is not actually a Servlet! My question is, is there any way that I can initia