All pastes #2087016 Raw Edit

Something

public text v1 · immutable
#2087016 ·published 2011-10-05 03:31 UTC
rendered paste body
  <plugin>
                <groupId>org.apache.axis2</groupId>
                <artifactId>axis2-wsdl2code-maven-plugin</artifactId>
                <version>1.4</version>
                <executions>
                    <execution>
                        <goals>
                            <goal>wsdl2code</goal>
                        </goals>
                        <configuration>
                            <packageName>com.ws.andante</packageName>
                            <wsdlFile>http://96.126.113.157:8080/Andante/AndanteRemoteImplService?wsdl</wsdlFile>
                            <databindingName>xmlbeans</databindingName>
                        </configuration>
                    </execution>
                </executions>
            </plugin>