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
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