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 ax...@ws.apache.org on 2004/08/26 13:19:19 UTC

[jira] Created: (AXISCPP-138) WSDL2WS tool is still putting '>' into the middle of labels

Message:

  A new issue has been created in JIRA.

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXISCPP-138
    Summary: WSDL2WS tool is still putting '>' into the middle of labels
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Axis-C++
 Components: 
             WSDL processing

   Assignee: 
   Reporter: Fred Preston

    Created: Thu, 26 Aug 2004 4:18 AM
    Updated: Thu, 26 Aug 2004 4:18 AM
Environment: n/a

Description:
WSDL2WS tool is still putting '>' into the middle of labels. i.e.

WSDL
<complexType name="BenchBasicDataType">
  <sequence>
    :
  </sequence>
</complexType>

</complexType>
 <complexType name="BenchDataType">
  <sequence>
   <element name="count" type="xsd:int"/>
   <element maxOccurs="unbounded" name="infos" type="impl:BenchBasicDataType"/>
 </sequence>
</complexType>

Produces (note the '>' between 'Type' and 'infos'):
<BenchDataType>infos>
:
</BenchDataType>infos>


---------------------------------------------------------------------
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] Assigned: (AXISCPP-138) WSDL2WS tool is still putting '>' into the middle of labels

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

   The following issue has been re-assigned.

   Assignee: Samisa Abeysinghe (mailto:samisa_abeysinghe@yahoo.com)
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXISCPP-138

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXISCPP-138
    Summary: WSDL2WS tool is still putting '>' into the middle of labels
       Type: Bug

     Status: Open
   Priority: Major

    Project: Axis-C++
 Components: 
             WSDL processing

   Assignee: Samisa Abeysinghe
   Reporter: Fred Preston

    Created: Thu, 26 Aug 2004 4:18 AM
    Updated: Thu, 26 Aug 2004 7:42 AM
Environment: n/a

Description:
WSDL2WS tool is still putting '>' into the middle of labels. i.e.

WSDL
<complexType name="BenchBasicDataType">
  <sequence>
    :
  </sequence>
</complexType>

</complexType>
 <complexType name="BenchDataType">
  <sequence>
   <element name="count" type="xsd:int"/>
   <element maxOccurs="unbounded" name="infos" type="impl:BenchBasicDataType"/>
 </sequence>
</complexType>

Produces (note the '>' between 'Type' and 'infos'):
<BenchDataType>infos>
:
</BenchDataType>infos>


---------------------------------------------------------------------
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] Commented: (AXISCPP-138) WSDL2WS tool is still putting '>' into the middle of labels

Posted by ax...@ws.apache.org.
The following comment has been added to this issue:

     Author: Samisa Abeysinghe
    Created: Thu, 26 Aug 2004 6:51 AM
       Body:
Please attach the WSDL file so that I could recreate
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/AXISCPP-138?page=comments#action_37486

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXISCPP-138
    Summary: WSDL2WS tool is still putting '>' into the middle of labels
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Axis-C++
 Components: 
             WSDL processing

   Assignee: 
   Reporter: Fred Preston

    Created: Thu, 26 Aug 2004 4:18 AM
    Updated: Thu, 26 Aug 2004 6:51 AM
Environment: n/a

Description:
WSDL2WS tool is still putting '>' into the middle of labels. i.e.

WSDL
<complexType name="BenchBasicDataType">
  <sequence>
    :
  </sequence>
</complexType>

</complexType>
 <complexType name="BenchDataType">
  <sequence>
   <element name="count" type="xsd:int"/>
   <element maxOccurs="unbounded" name="infos" type="impl:BenchBasicDataType"/>
 </sequence>
</complexType>

Produces (note the '>' between 'Type' and 'infos'):
<BenchDataType>infos>
:
</BenchDataType>infos>


---------------------------------------------------------------------
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] Updated: (AXISCPP-138) WSDL2WS tool is still putting '>' into the middle of labels

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

    Updater: Fred Preston (mailto:prestonf@uk.ibm.com)
       Date: Thu, 26 Aug 2004 8:44 AM
    Comment:
Hi Samisa, here is the original test WSDL...
    Changes:
             Attachment changed to AxisBench.wsdl
    ---------------------------------------------------------------------
For a full history of the issue, see:

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

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXISCPP-138
    Summary: WSDL2WS tool is still putting '>' into the middle of labels
       Type: Bug

     Status: Open
   Priority: Major

    Project: Axis-C++
 Components: 
             WSDL processing

   Assignee: Samisa Abeysinghe
   Reporter: Fred Preston

    Created: Thu, 26 Aug 2004 4:18 AM
    Updated: Thu, 26 Aug 2004 8:44 AM
Environment: n/a

Description:
WSDL2WS tool is still putting '>' into the middle of labels. i.e.

WSDL
<complexType name="BenchBasicDataType">
  <sequence>
    :
  </sequence>
</complexType>

</complexType>
 <complexType name="BenchDataType">
  <sequence>
   <element name="count" type="xsd:int"/>
   <element maxOccurs="unbounded" name="infos" type="impl:BenchBasicDataType"/>
 </sequence>
</complexType>

Produces (note the '>' between 'Type' and 'infos'):
<BenchDataType>infos>
:
</BenchDataType>infos>


---------------------------------------------------------------------
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] Commented: (AXISCPP-138) WSDL2WS tool is still putting '>' into the middle of labels

Posted by ax...@ws.apache.org.
The following comment has been added to this issue:

     Author: Fred Preston
    Created: Fri, 27 Aug 2004 3:31 AM
       Body:
Hi Samisa,
I have just extracted the code from CVS and rebuilt.  When I run WSDL2WS I still get the following incorrect stub code...

----------------------------------------------------------------------
/*
 * This static method serialize a BenchDataType type of object
 */
int Axis_Serialize_BenchDataType(BenchDataType* param, IWrapperSoapSerializer* pSZ, bool bArray = false)
{
	if ( param == NULL ) {
	 /* TODO : may need to check nillable value*/
	pSZ->serializeAsAttribute("xsi:nil", 0, (void*)&(xsd_boolean_true), XSD_BOOLEAN);
	 pSZ->serialize(">", NULL);
	return AXIS_SUCCESS;
	}
	/* first serialize attributes if any*/
	pSZ->serialize(">", 0);
	/* then serialize elements if any*/
	pSZ->serializeAsElement("count", (void*)&(param->count), XSD_INT);
	pSZ->serializeCmplxArray((Axis_Array*)(&param->infos),
		(void*) Axis_Serialize_BenchBasicDataType, (void*) Axis_Delete_BenchBasicDataType, (void*) Axis_GetSize_BenchBasicDataType,
		"BenchDataType>infos", Axis_URI_BenchBasicDataType);
	return AXIS_SUCCESS;
}
----------------------------------------------------------------------
Near the bottom, in the call to pSZ->serializeCmplxArray, the name is still incorrectly given as "BenchDataType>infos".  It SHOULD be just "infos".

---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/AXISCPP-138?page=comments#action_37854

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXISCPP-138
    Summary: WSDL2WS tool is still putting '>' into the middle of labels
       Type: Bug

     Status: Resolved
   Priority: Major
 Resolution: FIXED

    Project: Axis-C++
 Components: 
             WSDL processing
   Fix Fors:
             1.3 Beta

   Assignee: Samisa Abeysinghe
   Reporter: Fred Preston

    Created: Thu, 26 Aug 2004 4:18 AM
    Updated: Fri, 27 Aug 2004 3:31 AM
Environment: n/a

Description:
WSDL2WS tool is still putting '>' into the middle of labels. i.e.

WSDL
<complexType name="BenchBasicDataType">
  <sequence>
    :
  </sequence>
</complexType>

</complexType>
 <complexType name="BenchDataType">
  <sequence>
   <element name="count" type="xsd:int"/>
   <element maxOccurs="unbounded" name="infos" type="impl:BenchBasicDataType"/>
 </sequence>
</complexType>

Produces (note the '>' between 'Type' and 'infos'):
<BenchDataType>infos>
:
</BenchDataType>infos>


---------------------------------------------------------------------
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-138) WSDL2WS tool is still putting '>' into the middle of labels

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

   The following issue has been resolved as FIXED.

   Resolver: Samisa Abeysinghe
       Date: Thu, 26 Aug 2004 6:28 PM

Fixed the problem in 4 places.
Should work now. 
Please report problems if any.
BTW we need to clean up the logic on the use of ANON_TOKEN. At the moment it is all over the place (and I am partially responsible)
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXISCPP-138

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXISCPP-138
    Summary: WSDL2WS tool is still putting '>' into the middle of labels
       Type: Bug

     Status: Resolved
   Priority: Major
 Resolution: FIXED

    Project: Axis-C++
 Components: 
             WSDL processing
   Fix Fors:
             1.3 Beta

   Assignee: Samisa Abeysinghe
   Reporter: Fred Preston

    Created: Thu, 26 Aug 2004 4:18 AM
    Updated: Thu, 26 Aug 2004 6:28 PM
Environment: n/a

Description:
WSDL2WS tool is still putting '>' into the middle of labels. i.e.

WSDL
<complexType name="BenchBasicDataType">
  <sequence>
    :
  </sequence>
</complexType>

</complexType>
 <complexType name="BenchDataType">
  <sequence>
   <element name="count" type="xsd:int"/>
   <element maxOccurs="unbounded" name="infos" type="impl:BenchBasicDataType"/>
 </sequence>
</complexType>

Produces (note the '>' between 'Type' and 'infos'):
<BenchDataType>infos>
:
</BenchDataType>infos>


---------------------------------------------------------------------
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-138) WSDL2WS tool is still putting '>' into the middle of labels

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

   The following issue has been closed.

   Resolver: John Hawkins
       Date: Fri, 15 Oct 2004 3:18 AM

Fixed - this is verified everytime we do a test run
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXISCPP-138

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXISCPP-138
    Summary: WSDL2WS tool is still putting '>' into the middle of labels
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: FIXED

    Project: Axis-C++
 Components: 
             WSDL processing
   Fix Fors:
             1.3 Beta

   Assignee: Samisa Abeysinghe
   Reporter: Fred Preston

    Created: Thu, 26 Aug 2004 4:18 AM
    Updated: Fri, 15 Oct 2004 3:18 AM
Environment: n/a

Description:
WSDL2WS tool is still putting '>' into the middle of labels. i.e.

WSDL
<complexType name="BenchBasicDataType">
  <sequence>
    :
  </sequence>
</complexType>

</complexType>
 <complexType name="BenchDataType">
  <sequence>
   <element name="count" type="xsd:int"/>
   <element maxOccurs="unbounded" name="infos" type="impl:BenchBasicDataType"/>
 </sequence>
</complexType>

Produces (note the '>' between 'Type' and 'infos'):
<BenchDataType>infos>
:
</BenchDataType>infos>


---------------------------------------------------------------------
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