wsdl2code Questions
6
I am currently in the process of replacing the IBM WebService framework with Axis2. When generating the code from the WSDL file, I use the Maven plugin WSDL2Code. However, the code created is alway...
Cicatrix asked 2/12, 2008 at 12:34
2
Solved
I'm creating a client with Maven2 that uses several web services. I'm restricted to using Axis2 or other framework supporting Apache HttpClient as an HTTP conduit because these services require int...
Pandolfi asked 21/7, 2011 at 2:41
2
Solved
We are using axis2 to generate web-service clients, (I regret this now!). With axis2 command-line tool you can pass switch -Euwc to wrap int into Integer, boolean into Boolean and so on in generate...
Parenthesize asked 31/5, 2011 at 14:21
4
Solved
I try to use axis2 (1.5.1) version to generate java codes from wsdl files, but I can't figure out what is the correct pom.xml
<build>
<plugins>
<plugin>
<groupId>org.apa...
Northeast asked 22/5, 2010 at 14:22
1
© 2022 - 2024 — McMap. All rights reserved.