Re: xml parser problem

2003-07-05 Thread Olaf Goerlitz
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

xml parser problem

2003-07-05 Thread Olaf Goerlitz
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

Re: Distributed Transaction with AXIS

2003-07-05 Thread David payam
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

URGENT!!! session management using MS-SOAP tool kit

2003-07-05 Thread Praveen Peddi
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

Re: Distributed Transaction with AXIS

2003-07-05 Thread Anne Thomas Manes
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

RE: Application/Web Servers supported by AXIS 1.1?

2003-07-05 Thread Rick Kellogg
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

RE: Strategy for returning an XML document in RPC service

2003-07-05 Thread Sachin
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)

Strategy for returning an XML document in RPC service

2003-07-05 Thread BLIS Webmaster (Patrick Houbaux)
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.