You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by Dave Meier <DM...@SERENA.com> on 2008/02/04 17:44:15 UTC

(AXIS2C-941 and AXIS2C-940) IIS Module Problems: fails with large data element and response garbled on errors

Hi,

Will this one be looked into soon?  This one and
https://issues.apache.org/jira/browse/AXIS2C-940 are kind of big
problems for me right now as it means I cannot release my code to others
in my company to use with IIS unless they don't send anything but small
requests and don't do anything that causes an error to be returned.

Thanks,

-Dave. 

-----Original Message-----
From: Dinesh Premalal (JIRA) [mailto:jira@apache.org] 
Sent: Monday, February 04, 2008 7:40 AM
To: axis-c-dev@ws.apache.org
Subject: [jira] Updated: (AXIS2C-941) IIS Module: fails with large data
element


     [
https://issues.apache.org/jira/browse/AXIS2C-941?page=com.atlassian.jira
.plugin.system.issuetabpanels:all-tabpanel ]

Dinesh Premalal updated AXIS2C-941:
-----------------------------------

    Priority: Major  (was: Blocker)

This issue is not a blocker for Axis2/C, I'm downgrading priority.

> IIS Module: fails with large data element
> -----------------------------------------
>
>                 Key: AXIS2C-941
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-941
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: transport/http
>    Affects Versions: Current (Nightly)
>         Environment: Windows XP, IIS 5.1
>            Reporter: Dave Meier
>         Attachments: aewebservicesaxis70.wsdl
>
>
> I have a web service that takes the following as input.  Here is the
wsdl:
>   <complexType name="FileAttachmentContents">
>    <complexContent>
>     <extension base="ae:FileAttachment">
>      <sequence>
>      <element name="checksum" type="xsd:long" minOccurs="1"
maxOccurs="1"/>
>      <element name="encodedContents" type="xsd:base64Binary"
minOccurs="1" maxOccurs="1" nillable="false"/>
>      </sequence>
>     </extension>
>    </complexContent>
>   </complexType>
> With the axis2_http_server.exe it works fine with a 163KB file, where
the contents of the file are written in base64 into the
"encodedContents" element.  But when I run the IIS module and run the
same client test, I get back an error saying that the "encodedContents"
element is NULL.
> I tried a 1KB file with the IIS module and that worked great.  So
there appears to be something limiting the sending of a large element
when using the IIS module.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


**********************************************************************
This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. 
**********************************************************************


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


Re: (AXIS2C-941 and AXIS2C-940) IIS Module Problems: fails with large data element and response garbled on errors

Posted by Senaka Fernando <se...@wso2.com>.
OK, will have a look at it.

Regards,
Senaka

> Hi,
>
> Will this one be looked into soon?  This one and
> https://issues.apache.org/jira/browse/AXIS2C-940 are kind of big
> problems for me right now as it means I cannot release my code to others
> in my company to use with IIS unless they don't send anything but small
> requests and don't do anything that causes an error to be returned.
>
> Thanks,
>
> -Dave.
>
> -----Original Message-----
> From: Dinesh Premalal (JIRA) [mailto:jira@apache.org]
> Sent: Monday, February 04, 2008 7:40 AM
> To: axis-c-dev@ws.apache.org
> Subject: [jira] Updated: (AXIS2C-941) IIS Module: fails with large data
> element
>
>
>      [
> https://issues.apache.org/jira/browse/AXIS2C-941?page=com.atlassian.jira
> .plugin.system.issuetabpanels:all-tabpanel ]
>
> Dinesh Premalal updated AXIS2C-941:
> -----------------------------------
>
>     Priority: Major  (was: Blocker)
>
> This issue is not a blocker for Axis2/C, I'm downgrading priority.
>
>> IIS Module: fails with large data element
>> -----------------------------------------
>>
>>                 Key: AXIS2C-941
>>                 URL: https://issues.apache.org/jira/browse/AXIS2C-941
>>             Project: Axis2-C
>>          Issue Type: Bug
>>          Components: transport/http
>>    Affects Versions: Current (Nightly)
>>         Environment: Windows XP, IIS 5.1
>>            Reporter: Dave Meier
>>         Attachments: aewebservicesaxis70.wsdl
>>
>>
>> I have a web service that takes the following as input.  Here is the
> wsdl:
>>   <complexType name="FileAttachmentContents">
>>    <complexContent>
>>     <extension base="ae:FileAttachment">
>>      <sequence>
>>      <element name="checksum" type="xsd:long" minOccurs="1"
> maxOccurs="1"/>
>>      <element name="encodedContents" type="xsd:base64Binary"
> minOccurs="1" maxOccurs="1" nillable="false"/>
>>      </sequence>
>>     </extension>
>>    </complexContent>
>>   </complexType>
>> With the axis2_http_server.exe it works fine with a 163KB file, where
> the contents of the file are written in base64 into the
> "encodedContents" element.  But when I run the IIS module and run the
> same client test, I get back an error saying that the "encodedContents"
> element is NULL.
>> I tried a 1KB file with the IIS module and that worked great.  So
> there appears to be something limiting the sending of a large element
> when using the IIS module.
>
> --
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-c-dev-help@ws.apache.org
>
>
> **********************************************************************
> This email and any files transmitted with it are confidential and intended
> solely for the use of the individual or entity to whom they are addressed.
> Any unauthorized review, use, disclosure or distribution is prohibited. If
> you are not the intended recipient, please contact the sender by reply
> e-mail and destroy all copies of the original message.
> **********************************************************************
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-c-dev-help@ws.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org