Multiple rpc roouters not supported

2001-10-30 Thread Meslie, Jean
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

RE: Multiple rpc roouters not supported

2001-10-30 Thread Podlipski, Alex (GXS, Staffing Alternatives)
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

Connection: Keep-Alive

2001-10-30 Thread Vyacheslav Zhakov
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: