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 ji...@apache.org on 2004/05/24 23:49:00 UTC

[jira] Created: (AXISCPP-93) RPC decoding fails for an empty string

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXISCPP-93

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXISCPP-93
    Summary: RPC decoding fails for an empty string
       Type: Bug

     Status: Unassigned
   Priority: Critical

    Project: Axis-C++
 Components: 
             Serialization/Deserialization
   Versions:
             unspecified

   Assignee: 
   Reporter: James Guido

    Created: Mon, 24 May 2004 2:48 PM
    Updated: Mon, 24 May 2004 2:48 PM
Environment: HP-UX 11.0 with gcc compiler (version 1.1.1)

Description:
Function getElementAsString in SoapDeSerializer class fails to parse an empty string, such as the empty string illustrated below:

<telephoneNumber xsi:type="xsd:string"></telephoneNumber>


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Closed: (AXISCPP-93) RPC decoding fails for an empty string

Posted by "Fred Preston (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-93?page=all ]
     
Fred Preston closed AXISCPP-93:
-------------------------------


> RPC decoding fails for an empty string
> --------------------------------------
>
>          Key: AXISCPP-93
>          URL: http://issues.apache.org/jira/browse/AXISCPP-93
>      Project: Axis-C++
>         Type: Bug

>   Components: Serialization
>     Versions: unspecified
>  Environment: HP-UX 11.0 with gcc compiler (version 1.1.1)
>     Reporter: James Guido
>     Priority: Critical
>      Fix For: 1.3 Beta
>  Attachments: SoapDeSerializer.cpp.diff
>
> Function getElementAsString in SoapDeSerializer class fails to parse an empty string, such as the empty string illustrated below:
> <telephoneNumber xsi:type="xsd:string"></telephoneNumber>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (AXISCPP-93) RPC decoding fails for an empty string

Posted by ji...@apache.org.
The following issue has been updated:

    Updater: James Guido (mailto:james_guido@homedepot.com)
       Date: Mon, 24 May 2004 2:51 PM
    Comment:
Here is the fix I made for this bug (diff on latest version in CVS, v 1.49)
    Changes:
             Attachment changed to SoapDeSerializer.cpp.diff
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.apache.org/jira/browse/AXISCPP-93?page=history

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXISCPP-93

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXISCPP-93
    Summary: RPC decoding fails for an empty string
       Type: Bug

     Status: Unassigned
   Priority: Critical

    Project: Axis-C++
 Components: 
             Serialization/Deserialization
   Versions:
             unspecified

   Assignee: 
   Reporter: James Guido

    Created: Mon, 24 May 2004 2:48 PM
    Updated: Mon, 24 May 2004 2:51 PM
Environment: HP-UX 11.0 with gcc compiler (version 1.1.1)

Description:
Function getElementAsString in SoapDeSerializer class fails to parse an empty string, such as the empty string illustrated below:

<telephoneNumber xsi:type="xsd:string"></telephoneNumber>


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (AXISCPP-93) RPC decoding fails for an empty string

Posted by ax...@ws.apache.org.
Message:

   The following issue has been resolved as FIXED.

   Resolver: Samisa Abeysinghe
       Date: Wed, 8 Sep 2004 5:32 AM

Applied James Guido's solution. This solves the problem on client side.
However the server side fails with "" and NULL strings
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXISCPP-93

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXISCPP-93
    Summary: RPC decoding fails for an empty string
       Type: Bug

     Status: Resolved
   Priority: Critical
 Resolution: FIXED

    Project: Axis-C++
 Components: 
             Serialization/Deserialization
   Fix Fors:
             1.3 Beta
   Versions:
             unspecified

   Assignee: 
   Reporter: James Guido

    Created: Mon, 24 May 2004 2:48 PM
    Updated: Wed, 8 Sep 2004 5:32 AM
Environment: HP-UX 11.0 with gcc compiler (version 1.1.1)

Description:
Function getElementAsString in SoapDeSerializer class fails to parse an empty string, such as the empty string illustrated below:

<telephoneNumber xsi:type="xsd:string"></telephoneNumber>


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira