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/12 10:27:51 UTC

[jira] Closed: (AXISCPP-198) WSDL2WS problems

Message:

   The following issue has been closed.

   Resolver: Samisa Abeysinghe
       Date: Tue, 12 Oct 2004 1:27 AM

The problems were due to 2 reasons.
1. CPP rpc code generated did not handle Any type correctly
2. The generated code had classes that had members with the same name to that of class name

Both problems were solved and the source is in CVS. I generated both client and server code and compiled without problem. However, the compiled code need to be tested againt a real service. 
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXISCPP-198

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXISCPP-198
    Summary: WSDL2WS problems
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: FIXED

    Project: Axis-C++
   Fix Fors:
             1.3 Final

   Assignee: Samisa Abeysinghe
   Reporter: Fred Preston

    Created: Mon, 11 Oct 2004 3:03 AM
    Updated: Tue, 12 Oct 2004 1:27 AM
Environment: n/a

Description:
when running the wsdl2ws tool I got the following errors:

java -classpath /home/ev5adm4/sd/PreReqs/axis.jar:/home/ev5adm4/sd/PreReqs/commons-logging.jar:/home/ev5adm4/sd/PreReqs/saaj.jar:/home/ev5adm4/sd/PreReqs/commons-discovery.jar:/home/ev5adm4/sd/PreReqs/jaxrpc.jar:/home/ev5adm4/sd/PreReqs/wsdl4j.jar:/home/ev5adm4/sd/WSDL2Ws/wsdl2ws.jar org.apache.axis.wsdl.wsdl2ws.WSDL2Ws IQueryWSPort.wsdl -oIQueryWS -lc++ -sclient
Exception in thread "main" java.lang.NoSuchMethodError: org.apache.axis.wsdl.symbolTable.ElementDecl: method getMinOccrs()I not found
        at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.createTypeInfo(Unknown Source)
        at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.getTypeInfo(Unknown Source)
        at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.genarateWrappers(Unknown Source)
        at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.main(Unknown Source)

I am also attaching the wsdl's and dependent xsd's.
Thanks,
	 


Steve Dunlap


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