necessary details are contained within jibx/binding.xml which you will need to
look at
once you have those details you will need to configure the configuration
attributes of the axis2-wsdl2code-maven-plugin as seen here
here is an example of a plugin execution to be used in your pom.xml
Could you specify the error and the .POM file that you're using?
I've never tried to ise JIBX binding, but if I'm not wrong, the binding is
specified with the "jibx". I don't know
if it requires any specific dependency.
On Mon, Feb 21, 2011 at 4:31 PM, TomazM wrote:
> Is there any documentation
Is there any documentation about this plugin, I need documentation how to
define flags for jibx binding.
If I run the example from site
http://axis.apache.org/axis2/java/core/tools/maven-plugins/maven-wsdl2code-plugin.html
I get error:
Before I use ANT task:
yes, you do not need to have a service to generate code, you only need a
WSDL file. However, you cannot invoke the service until you run the service.
Deepal
On 2/21/2011 5:54 AM, m...@srsi.de wrote:
> Is it possible to generate java code from a wsdl file which doesn't own
> a service
> element?
>
Is it possible to generate java code from a wsdl file which doesn't own
a service
element?
Thanks!
-
To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org
For additional commands, e-mail: java-user-h...@axis.apache.org
Hi All,
(I believe, the 2nd question is pretty much Axis2 specific.)
I've downloaded Generic WSDL files of Oracle OndemandCRM's Account,
Contact, Lead, and Opportunity of Web Services 2.0 version.
When I used Axis2 to generate stubs, I had following problems.
1) Very surprisingly the generated