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