Hi,
> Hi, I am trying to use maven to generate some client stubs for axis
1.4.
> The below pom, runs without complaint, but it doesn't generate the
> required ServiceLocator classes. If I download axis 1.4 and use the
> standard wsdl2java from the command line, everything
Hi, I am trying to use maven to generate some client stubs for axis 1.4.
The below pom, runs without complaint, but it doesn't generate the
required ServiceLocator classes. If I download axis 1.4 and use the
standard wsdl2java from the command line, everything is fine.
Any ideas?
use axistools-maven-plugin
-D
On Tue, Aug 10, 2010 at 4:53 AM, Greg Akins wrote:
> I did a quick search for a Maven plug that would execute the axis
> wsdl2java tool, and found two plugins.
>
> 1. axistools-maven-plugin
> 2. wsdl2java-maven-plugin
>
> Any recommendatio
I did a quick search for a Maven plug that would execute the axis
wsdl2java tool, and found two plugins.
1. axistools-maven-plugin
2. wsdl2java-maven-plugin
Any recommendations on which is better, or more supported?
--
Greg Akins
http://insomnia-consulting.org
http://www.pghcodingdojo.org
annotation.XmlNsForm.QUALIFIED)
>> package com.basistech.ras;
>>
>> Not too surprisingly, the wsdl and the schema within say:
>>
>> tns="urn:basistech.com:rosette.analysis"
>>
>> Next I run wsdl2java to set up a client.
>>
>> Well, the cl
ml.bind.annotation.XmlSchema(namespace =
> "urn:basistech.com:rosette.analysis" ,
> elementFormDefault =
> javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
> package com.basistech.ras;
>
> Not too surprisingly, the wsdl and the schema within say:
>
> tns="urn:basistech.com:r
IED)
package com.basistech.ras;
Not too surprisingly, the wsdl and the schema within say:
tns="urn:basistech.com:rosette.analysis"
Next I run wsdl2java to set up a client.
Well, the classes for the schema (the beans) wind up in:
com.basistech.rosette_analysis
while the classes for the
[mailto:tobias.gie...@code-sourcery.de]
> Sent: Wednesday, March 04, 2009 5:34 PM
> To: Maven Users List
> Subject: Re: Wsdl2java code generation
>
> Hi Vishal
>
> > Hi
> >
> > Following is the declaration for the two pluging:
> >
>
On Tue March 3 2009 11:57:09 pm Vishal Pahwa wrote:
> Option 1
> "wsdl2java" plugin (CXF WSDL-to-Java code generation)
> This generates the code from wsdl file but the java files it generates are
> not proper. For instance, the java files (VO) are not implementing
> Se
Well, I had the same problem, check out my blog:
http://www.mindbug.org/2009/02/adding-endorsements-to-mavens-plugins.html
-Ursprungligt meddelande-
Från: Vishal Pahwa [mailto:vpa...@sapient.com]
Skickat: den 4 mars 2009 14:14
Till: Maven Users List
Ämne: RE: Wsdl2java code generation
n.com/j2se/1.5.0/docs/guide/
standards/)
Regards
Vishal
-Original Message-
From: Tobias Gierke [mailto:tobias.gie...@code-sourcery.de]
Sent: Wednesday, March 04, 2009 5:34 PM
To: Maven Users List
Subject: Re: Wsdl2java code generation
Hi Vishal
> Hi
>
> Following is the declarati
my.fancy.client.package
-b
${basedir}/src/main/wsdl/jaxb_binding.xml
wsdl2java
> Regards
>
> Vishal
>
> -Original
wsdl2java
en.se [mailto:daniel.q.pfei...@posten.se]
Sent: Wednesday, March 04, 2009 2:53 PM
To: users@maven.apache.org
Subject: SV: Wsdl2java code generation
The wsconsume ant task could be used with the maven-antrun-plugin! In my case I
am using JBossWS and I simply use the task found in the jbossws-spi.jar
ain/config/my.wsdl" />
/Daniel
-Ursprungligt meddelande-
Från: Vishal Pahwa [mailto:vpa...@sapient.com]
Skickat: den 4 mars 2009 05:57
Till: Maven Users List
Ämne: Wsdl2java code generation
Maven of "Maven" build technology,
Greetings !!
I need some help with the m
Hi Vishal,
Maven of "Maven" build technology,
Greetings !!
I need some help with the maven plugin to generate code from wsdl file.
If you have tried the same earlier please email me separately.
What has been tried:
Option 1
"wsdl2java" plugin (CXF WSDL-to-Java code genera
Maven of "Maven" build technology,
Greetings !!
I need some help with the maven plugin to generate code from wsdl file.
If you have tried the same earlier please email me separately.
What has been tried:
Option 1
"wsdl2java" plugin (CXF WSDL-to-Java code generation)
This gen
rnet Group
> >
> >
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf
> > Of deckrider
> > Sent: Wednesday, February 13, 2008 3:44 PM
> > To: Maven Users List
> > Subject: java -> java2wsdl ->
half
> Of deckrider
> Sent: Wednesday, February 13, 2008 3:44 PM
> To: Maven Users List
> Subject: java -> java2wsdl -> wsdl2java
>
> I have a multi-module project that begins with java, needs to generate
> a wsdl, and then from that wsdl needs to generate more java.
>
&g
Group
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf
Of deckrider
Sent: Wednesday, February 13, 2008 3:44 PM
To: Maven Users List
Subject: java -> java2wsdl -> wsdl2java
I have a multi-module project that begins with java, needs to generate
a wsdl, and then fro
I have a multi-module project that begins with java, needs to generate
a wsdl, and then from that wsdl needs to generate more java.
The plugin I'm using for this is the axistools-maven-plugin.
Unfortunately this approach does not play well with the release
plugin. It works fine until it comes ti
Mick, have you tried creating output from genInterface and Axis and
compared the two? If not, could I ask you do this? I'm curious about
this issue...
I actually got interested in this a bit and used JAD to decompile the
Oracle classes to see what exactly is going on. Here's my analysis:
wsa.jar
Does anyone know the difference between the 2 wsdl -> java code generators?
JDeveloper (IDE) wants to use genInterface, yet there seems to be no
plugin's for it in Maven. Now Axis does have a plugin that works well in
Maven. Wondering if I can just use Axis instead of genInterface?
--
---
Thanks,
I have the following declaration:
org.apache.axis2.maven2
axis2-java2wsdl-maven-plugin
org.delta.services.BusinessService1
dehaus.org/axistools-maven-plugin/wsdl2java-mojo.html
And/or have you tried mvn -X to see more information out of M2?
It seems like there's simply a problem during the execution of this
plugin. You might need to pull the plugin sources and add some more
debugging to see what exactly is going o
org.apache.geronimo.samples.daytrader.client.ws.ClientApp
org.codehaus.mojo
axistools-maven-plugin
src/main/resources/META-INF/wsdl
wsdl2java
I think your problem is in the configuration of the WSDL2Java, not the
missing Jars.
"unknown protocol: c" is why the plugin is failing to execute. We need
to solve that problem.
Perhaps show us your pom file, specifically the section where you are
configuring WSDL2Java.
Wayne
NFO]
[ERROR] BUILD ERROR
[INFO]
[INFO] error executing plugin
Embedded error: WSDL2Java execution failed
unknown protocol: c
[I
Hi,
as I said, .m2\repository\javax exists or not will make no effect on
the mvn install.
1. if no such directory, mvn install dailed.
2. install those directory by hand, mvn install still failed.
3. install those directory using mvn install:install-file , still
no luck.
Can you try to rem
Ch04\daytrader\wsappclient\src\main\resources\
> > META-INF\wsdl\TradeServices.wsdl
> > May 29, 2007 9:56:18 AM org.apache.axis.utils.JavaUtils
> > isAttachmentSupported
> > WARNING: Unable to find required classes (
> > javax.activation.DataHandler and
>
ecuting plugin
Embedded error: WSDL2Java execution failed
unknown protocol: c
[INFO]
[INFO] For more information, run Maven with the -e switch
[INFO]
[INFO] Total time: 4 s
upport is disabled.
[INFO]
[ERROR] BUILD ERROR
[INFO]
[INFO] error executing plugin
Embedded error: WSDL2Java execution failed
unknown protocol
Hi,
I tried to build chapter4 daytrader example by manually adding
javax.mail and javax.activation jar to the local repository as
[..]\.m2\repository\javax\mail\mail\1.4\mail-1.4.jar
and
[..]\.m2\repository\javax\activation\activation\1.1\activation-1.1.jar
However, it still said unable to find
led.
[INFO]
[ERROR] BUILD ERROR
[INFO]
[INFO] error executing plugin
Embedded error: WSDL2Java execution failed
what could go wrong?
thanks a lo
howabout mvn -X log?
On 10/18/06, tulasi <[EMAIL PROTECTED]> wrote:
Hi Dan,
Yes, i did what ever you suggested.
No Error its showing. Nothing converting wsdl2java.
its showing normal compilation errors.
dan tran wrote:
>
> Did you try out the suggestion Iprovided? what is t
Hi Dan,
Yes, i did what ever you suggested.
No Error its showing. Nothing converting wsdl2java.
its showing normal compilation errors.
dan tran wrote:
>
> Did you try out the suggestion Iprovided? what is the error? it is hard to
> help you without
> knowing what is
gt; >
>> > Instead of Url.
>> >
>> > BTW, 1.1-SNAPSHOT is more stable than the release 1.0
>> >
>> > -D
>> >
>> >
>> > On 10/17/06, tulasi <[EMAIL PROTECTED]> wrote:
>> >>
>> >>
>> >> ok.
>>
e:
>> >
>> > Try
>> >
>> > sso/wsdl/
>> >
>> > Instead of Url.
>> >
>> > BTW, 1.1-SNAPSHOT is more stable than the release 1.0
>> >
>> > -D
>&
${basedir}\sso\wsdl\ClientInfo.wsdl
>>
>> citistreet.sso
>> true
>> true
>> true
>>
>>
>>
>>
>>
>> citistreet.sso
>> true
>> true
>> true
>>
>>
>>
>>
>>
plugin
${basedir}\sso\wsdl\ClientInfo.wsdl
citistreet.sso
true
true
true
wsd
true
true
wsdl2java
but i am getting following exceptiion. please check one
check out http://mojo.codehaus.org It has both axis and jaxws
implementations
On 10/17/06, tulasi <[EMAIL PROTECTED]> wrote:
Hi all,
How will compile .wsdl to generate java files.
Thanks in adavance
--
View this message in context:
http://www.nabble.com/maven-wsdl2java-tf245895
Hi all,
How will compile .wsdl to generate java files.
Thanks in adavance
--
View this message in context:
http://www.nabble.com/maven-wsdl2java-tf2458959.html#a6853459
Sent from the Maven - Users mailing list archive at Nabble.com
Is anyone able to help? :-(
-Original Message-
From: Shahbaz Hafeez [mailto:[EMAIL PROTECTED]
Sent: 09 May 2006 11:52
To: Maven Users List
Subject: Problem using Maven 2 Axistools wsdl2java (namespaceToPackage)
Hi there,
I seem to have run into a problem using the axistools
Hi there,
I seem to have run into a problem using the axistools wsdl2java to
generate source from a WSDL file, specifically with the
namespaceToPackage tag. Here's a snippet from my pom.xml:
...
org.codehaus.mojo
axistools-maven-plugin
A while back I stated that I was going to be removing this plugin from the
mojo project as all functionality of it has been replaced by the
axistools-maven-plugin.
the time has come I think where I'll be removing it from the mojo project
soon so I wanted to send out one last mail explaining that :
This is an FYI to the folks using the wsdl2java plugin in mojo, I'll be
releasing the initial version of the axistools-maven-plugin shortly that
implements all the behavior of the wsdl2java plugin, with the addition of
java2wsdl support and some other nice little tidbits.
it is my intenti
How would I add this into my current maven build in lue of axis wsdl2java:
classpath="location of installed websphere classes">
Thank You
Mick Knutson
Sr. Java/J2EE Consultant
BASE logic, inc.
(415) 648-1804 (S.F., CA)
http://www.BASELogic.com
I have been blindsided by WAS 5.1.1.x with the mandate that I can't use axis
1.2, but rather I have to use ibm webservices-5.0.jar and the ibm wsdl2java.
I already have maven working with axis, and now I have GOT to get this same
thing working, but with the IBM wsdl2java and webservices-5.
I am having issue with getting axis:wsdl2java to work in a way that I can
still have unit tests generated for the schema files.
Currently I have all the files being generated to ./target/axis/src/*
I also use JUnitDoclet to generate my unit tests.
So, where should I put these files so that JUnitD
I want to have wsdl2java just generate the definitions, not the schema
files.
I am doing this in maven.
I also needed to modify my schema to match my application, but want to
continue to generate the definitions as the URLs are changing for testing.
Can anyone help me to configure maven to
I made it work
I just didnt' understood the requirement for a property for each service
to set location and namespace :
maven.axis.classnames = com.MyService
com.MyService = http://location,urn:namespace
Nico.
Nicolas De Loof a écrit :
Hi
I'm trying to use the axis plugin (from maven-pl
Hi
I'm trying to use the axis plugin (from maven-plugins.sf.net) to
generate wsdl from my java classes.
I get error "Attempted to write schema for bad QName (no namespace)"
There is no doc about this feature on plugin site. Can someone give me a
working example ?
Nico.
This message conta
Is they're some plugin for axis (or any other tool) WSDL2Java integration ?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
55 matches
Mail list logo