I kept looking around for solutions of my problem and came across this
statement in axis' wiki:
http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/XMLParsers
Actually, this isn't really what I was looking for because this sounds
pretty much like either I use Xerces or it won't work!
Ad
We are currently using the gnu japx implementation for our xml parsing.
I encountered several problems in the last days when I tried to bind our
stuff to an AXIS web service. I was able to identify this as a library
conflict (supposingly with the xerces parser tomcat uses) and I can
resolve the pro
Thanks!Anne Thomas Manes <[EMAIL PROTECTED]> wrote:
The "right" way to implement SOAP transactions is to define a standard protocol for a SOAP runtime to communicate with a transaction management coordinator and to use a standard SOAP header to convey transaction context. IBM/MSFT/BEA jointly d
Hi all,
This is a session management related problem with
MS-SOAP to AXIS communication.
One of our clients communicates to the server thru
MS-SOAP and the server uses Axis. The client works fine in non-clustered
environment but I am currently having problems with the clustered
environment
The "right" way to implement SOAP transactions is
to define a standard protocol for a SOAP runtime to communicate with a
transaction management coordinator and to use a standard SOAP header to
convey transaction context. IBM/MSFT/BEA jointly developed and published the
WS-Coordination and WS
Please refer to the Wiki for installation
notes:
http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/Install
-Original Message-
From: Akhil Gupta
[mailto:[EMAIL PROTECTED]
Sent: Friday, July 04, 2003 7:31
PM
To: [EMAIL PROTECTED]
Subject: Re: Application/Web
Serv
I don't think there is any other method returning Document in RPC service
well i have tried even in message service with following template specified
but
public Element [] method(Element [] bodies)
public SOAPBodyElement [] method (SOAPBodyElement [] bodies)
public Document method(Document body)
Hi all,
Is there any possibility I could return an org.w3c.dom.Document from a
method exposed in a java:RPC style service?
If yes, could somebody explain what I have to do for that or point me to
an appropriate example?
Thanks,
Patrick.