RE: JMS Tranport

2001-05-31 Thread Frederic Jeanne
Hello Jeff, If you search for a schema like : SOAP CLIENT ---> SOAP/HTTP---> RCPROUTER > XML Element/JMS ---> JMS QUEUE/TOPIC <--- JMS CLIENT I have posted a simple JMS Provider (in fact a MessageDrivenEJBprovider ) in the soap dev mailing list. Otherwise if you want the following schema :

Deployment descriptor file implementation

2001-06-12 Thread Frederic Jeanne
Hello all, Are there any reasons that the current implementation of Apache SOAP deployment descriptor files doesn't allow the declaration of multiple services in an unique dd file ? Thanks, FJ.

Xerces random error FWK005 when sending XML element via SOAP ..

2001-07-13 Thread Frederic Jeanne
Gentlemen, Sometimes (not often) we have got the following error : Error sending XML document : SOAP-ENV:Client, parsing error: org.xml.sax.SAXException: FWK005 parse may not be called while parsing.] How this can happen ? SOAP/Xerces reentrance problems ? We use SOAP 2.2/TOMCAT 3.2.2 with Xerc