[jboss-user] [JBossWS] - DOM API on SOAPElementImpl causes NotImplementedException

2009-07-08 Thread gang.yang
I'm working in the area where I need to process SOAP messages as DOM. I've been working with JBossWS as well as other providers. I found that JBossWS's SOAPElement implementation does not support many DOM APIs, such as getTextContent and getIdAttributeNode. Although these seem to be convenience

[jboss-user] [JBossWS] - Re: resource injection in WS handler not working in jboss JA

2009-02-25 Thread gang.yang
Hi, I also hit this problem now, which is a blocking one since I can not pass in any info to the handler w/o this capability. According the JAX-WS spec, you should also be able to lookup up the names defined by the associated Java EE component using JNDI from the handler. I tried that. It wor

[jboss-user] [JBossWS] - Re: Accessing from SOAP Handler

2009-02-18 Thread gang.yang
Be aware: somehow the "\" in my original post was stripped during the posting process. This post is about not being able to access "\", which is defined in ejb-jar.xml of an EJB-based WS service, from the associated SOAP handler. View the original post : http://www.jboss.org/index.html?module=

[jboss-user] [JBossWS] - Accessing from SOAP Handler

2009-02-18 Thread gang.yang
Hi, I'm trying to develop a generic SOAP handler that can be configured to use with different WebService services. I need to pass into the handler service specific config data, such as config file name. I tried to configure this generic handler with a Web-based WS service and defined the in w