Re: WASMessageRouterServlet in WebSphere

2004-06-10 Thread Martin Gainty
parse the incoming request stream to < 64k at a time..(JDK 1.2 restriction)Anyone else??-Martin - Original Message - From: David Smith To: Soap-User Sent: Thursday, June 10, 2004 9:14 PM Subject: WASMessageRouterServlet in WebSphere I'm working on a Web

WASMessageRouterServlet in WebSphere

2004-06-10 Thread David Smith
I'm working on a Web Service in WebSphere where I accept and upload from a Desktop VB client. It works with normal transactions. However, when I try to upload a large transaction (about 91k) the WASMessageRouterServlet is throwing SAXParserExceptions before my service ever gets called.   Are