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/10/06 11:54:32 UTC

[jira] Resolved: (AXISCPP-188) Anon token problem ('>' sign) in server side generated code still there

Message:

   The following issue has been resolved as FIXED.

   Resolver: Samisa Abeysinghe
       Date: Wed, 6 Oct 2004 2:53 AM

Fixed the problem for generated C++ code with doc lit WSDLs.
RPC style does not seem to have the problem
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXISCPP-188

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXISCPP-188
    Summary: Anon token problem ('>' sign) in server side generated code still there
       Type: Bug

     Status: Resolved
   Priority: Major
 Resolution: FIXED

    Project: Axis-C++
 Components: 
             WSDD Processing
   Fix Fors:
             current (nightly)
   Versions:
             1.3 Beta

   Assignee: 
   Reporter: Samisa Abeysinghe

    Created: Wed, 6 Oct 2004 2:31 AM
    Updated: Wed, 6 Oct 2004 2:53 AM
Environment: All platforms

Description:
Anon token (i.e. '>' sign still appears in the server side generated code.

I tried to create a service with AxisBench.wsdl in test cases.
And the service failsed to work. Looking into the generated code revealed the following (notice ">doBenchRequest>doBench" and ">doBenchRequest>doBench"):

BenchDataType *v0 = (BenchDataType*)pIWSDZ->getCmplxObject((void*)Axis_DeSerialize_BenchDataType
                , (void*)Axis_Create_BenchDataType, (void*)Axis_Delete_BenchDataType
                , ">doBenchRequest>doBench", Axis_URI_BenchDataType);
        if (AXIS_SUCCESS != (nStatus = pIWSDZ->getStatus())) return nStatus;
        try
        {
        BenchDataType *ret = pWs->doBenchRequest(v0);
        return pIWSSZ->addOutputCmplxParam(ret, (void*)Axis_Serialize_BenchDataType, (void*)Axis_Delete_BenchDataType, ">doBenchRequestResponse>doBench", Axis_URI_BenchDataType);
        }



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