Return-Path: X-Original-To: apmail-axis-java-dev-archive@www.apache.org Delivered-To: apmail-axis-java-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AB5E54349 for ; Mon, 9 May 2011 14:14:44 +0000 (UTC) Received: (qmail 39046 invoked by uid 500); 9 May 2011 14:14:43 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 38921 invoked by uid 500); 9 May 2011 14:14:43 -0000 Mailing-List: contact java-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@axis.apache.org Delivered-To: mailing list java-dev@axis.apache.org Received: (qmail 38913 invoked by uid 99); 9 May 2011 14:14:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 May 2011 14:14:43 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 May 2011 14:14:42 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 56AC3C88D5 for ; Mon, 9 May 2011 14:14:03 +0000 (UTC) Date: Mon, 9 May 2011 14:14:03 +0000 (UTC) From: "Muhammad Fahad Baig (JIRA)" To: java-dev@axis.apache.org Message-ID: <1259692787.32440.1304950443351.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (AXIS2-5025) Getting "org.apache.axis2.AxisFault: The input stream for an incoming message is null" for SOAP request MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Getting "org.apache.axis2.AxisFault: The input stream for an incoming message is null" for SOAP request ------------------------------------------------------------------------------------------------------- Key: AXIS2-5025 URL: https://issues.apache.org/jira/browse/AXIS2-5025 Project: Axis2 Issue Type: Test Components: client-api Affects Versions: 1.5 Environment: Windows XP , Tomcat 5.5 Reporter: Muhammad Fahad Baig I am working with a apache axis 2 client (generated from Intellij IDEA plugins) to consume an external service. For a particular request if i increase my domain elements in different ways e.g employees from 100 to 101 or more OR keep employees 100 but increase managers from 55 to 56 or more i get the following : org.apache.axis2.AxisFault: The input stream for an incoming message is null. The web service server is a third party and i cannot verify whats happening at that end. It seems to be some web service size error to me but the service provider informed me that they dont have any limits on web service data. Like to confirm can this error be avoided on client side for bigger size request ? OR is this some server side size issue which i assuming and can only be handled at server ? If Yes then how. Where do we set the web service request size limit.? Can we as a service provider publish it in the WSDL ? -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org