Hi,
Just noticed that the rpcrouter servlet is not supporting multiple routers
within the same servlet container. If I want to have say two urls for the
rpcrouter each with different set of services, then it is not working even
though I specify two different config files fro the two urls.
Th
Title: RE: Multiple rpc roouters not supported
Jean,
What servlet container are you using?
From what you've said, it appears that you can not use multiple rpcrouters within the same SERVLET CONTEXT, not within the same SERVLET CONTAINER.
Regards,
Alex
-Original Message-
From: M
My goal is to keep connection between soap4j client and a SOAP server. I
extended class SOAPHTTPConnection in order to define additional header
element "Connection: Keep-Alive". The client hangs up in this case, because
standard implementation hangs up in constructor ByteArrayDataSource: