You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Ashish Khurana (JIRA)" <ji...@apache.org> on 2013/08/06 08:02:48 UTC

[jira] [Created] (AXIS2-5600) wsdl2code plugin only creates Arrays

Ashish Khurana created AXIS2-5600:
-------------------------------------

             Summary: wsdl2code plugin only creates Arrays 
                 Key: AXIS2-5600
                 URL: https://issues.apache.org/jira/browse/AXIS2-5600
             Project: Axis2
          Issue Type: Bug
          Components: wsdl
            Reporter: Ashish Khurana


Hi 

When running wsdl2code maven plugin it only creates Arrays as opposed to wsdl2java plugin we were earlier using for ant. Following is the configuration.

Thanks,
Ash

<build>
        <plugins>
            <plugin>
                <groupId>org.apache.axis2</groupId>
                <artifactId>axis2-wsdl2code-maven-plugin</artifactId>
                <version>${axis2.version}</version>
                <executions>
                    <execution>
                        <goals>
                            <goal>wsdl2code</goal>
                        </goals>
                        <configuration>
                            <packageName>net.flitech.faregate.api</packageName>
                            <wsdlFile>${project.basedir}/src/main/resources/wsdl/faregate.wsdl</wsdlFile>
                            <namespaceToPackages>http://faregate.flitech.net=net.flitech.faregate.api</namespaceToPackages>
                            <databindingName>xmlbeans</databindingName>
                            <generateServerSide>true</generateServerSide>
                            <generateServerSideInterface>true</generateServerSideInterface>
                            <generateAllClasses>true</generateAllClasses>
                            <language>
                                java
                            </language>
                        </configuration>
                    </execution>
                </executions>
            </plugin>
        </plugins>
    </build>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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