Re: maven and wsdl2java

2012-02-06 Thread Thorsten Heit
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

maven and wsdl2java

2012-02-05 Thread Bill Smith
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?

Re: wsdl2java plugin, or axistools

2010-08-10 Thread Dan Tran
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

wsdl2java plugin, or axistools

2010-08-10 Thread Greg Akins
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

Re: How urn: URIs get mapped to packages with wsdl2java

2010-07-25 Thread Benson Margulies
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

Re: How urn: URIs get mapped to packages with wsdl2java

2010-07-24 Thread Justin Edelson
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

How urn: URIs get mapped to packages with wsdl2java

2010-07-24 Thread Benson Margulies
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

Re: Wsdl2java code generation

2009-03-04 Thread Daniel Kulp
[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: > > >

Re: Wsdl2java code generation

2009-03-04 Thread Daniel Kulp
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

SV: Wsdl2java code generation

2009-03-04 Thread Daniel.Q.Pfeifer
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

RE: Wsdl2java code generation

2009-03-04 Thread Vishal Pahwa
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

Re: Wsdl2java code generation

2009-03-04 Thread Tobias Gierke
my.fancy.client.package -b ${basedir}/src/main/wsdl/jaxb_binding.xml wsdl2java > Regards > > Vishal > > -Original

RE: Wsdl2java code generation

2009-03-04 Thread Vishal Pahwa
wsdl2java

RE: Wsdl2java code generation

2009-03-04 Thread Vishal Pahwa
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

SV: Wsdl2java code generation

2009-03-04 Thread Daniel.Q.Pfeifer
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

Re: Wsdl2java code generation

2009-03-04 Thread Tobias Gierke
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

Wsdl2java code generation

2009-03-03 Thread Vishal Pahwa
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

Re: java -> java2wsdl -> wsdl2java

2008-02-13 Thread deckrider
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 ->

Re: java -> java2wsdl -> wsdl2java

2008-02-13 Thread deckrider
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

RE: java -> java2wsdl -> wsdl2java

2008-02-13 Thread Heck, Joe
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

java -> java2wsdl -> wsdl2java

2008-02-13 Thread deckrider
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

Re: [ot] JDeveloper genInterface verse Axis wsdl2java

2007-06-14 Thread Wayne Fay
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

[ot] JDeveloper genInterface verse Axis wsdl2java

2007-06-12 Thread Mick Knutson
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,

[m2] wsdl2java issue: "The filename, directory name, or volume label syntax is incorrect"

2007-06-06 Thread Mick Knutson
I have the following declaration: org.apache.axis2.maven2 axis2-java2wsdl-maven-plugin org.delta.services.BusinessService1

Re: WSDL2Java execution failed

2007-05-31 Thread Wayne Fay
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

Re: WSDL2Java execution failed

2007-05-31 Thread xiaojie han
org.apache.geronimo.samples.daytrader.client.ws.ClientApp org.codehaus.mojo axistools-maven-plugin src/main/resources/META-INF/wsdl wsdl2java

Re: WSDL2Java execution failed

2007-05-31 Thread Wayne Fay
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

Re: WSDL2Java execution failed

2007-05-31 Thread xiaojie han
NFO] [ERROR] BUILD ERROR [INFO] [INFO] error executing plugin Embedded error: WSDL2Java execution failed unknown protocol: c [I

Re: WSDL2Java execution failed

2007-05-30 Thread Thorsten Heit
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

Re: WSDL2Java execution failed

2007-05-30 Thread xiaojie han
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 >

Re: WSDL2Java execution failed

2007-05-30 Thread Ravi Luthra
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

Re: WSDL2Java execution failed

2007-05-29 Thread xiaojie han
upport is disabled. [INFO] [ERROR] BUILD ERROR [INFO] [INFO] error executing plugin Embedded error: WSDL2Java execution failed unknown protocol

Re: WSDL2Java execution failed

2007-05-26 Thread Thorsten Heit
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

WSDL2Java execution failed

2007-05-25 Thread xiaojie han
led. [INFO] [ERROR] BUILD ERROR [INFO] [INFO] error executing plugin Embedded error: WSDL2Java execution failed what could go wrong? thanks a lo

Re: maven wsdl2java

2006-10-18 Thread Dan Tran
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

Re: maven wsdl2java

2006-10-18 Thread tulasi
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

Re: maven wsdl2java

2006-10-18 Thread Dan Tran
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. >>

Re: maven wsdl2java

2006-10-18 Thread tulasi
e: >> > >> > Try >> > >> > sso/wsdl/ >> > >> > Instead of Url. >> > >> > BTW, 1.1-SNAPSHOT is more stable than the release 1.0 >> > >> > -D >&

Re: maven wsdl2java

2006-10-18 Thread Dan Tran
${basedir}\sso\wsdl\ClientInfo.wsdl >> >> citistreet.sso >> true >> true >> true >> >> >> >> >>

Re: maven wsdl2java

2006-10-18 Thread tulasi
>> citistreet.sso >> true >> true >> true >> >> >> >> >>

Re: maven wsdl2java

2006-10-17 Thread Dan Tran
plugin ${basedir}\sso\wsdl\ClientInfo.wsdl citistreet.sso true true true wsd

Re: maven wsdl2java

2006-10-17 Thread tulasi
true true wsdl2java but i am getting following exceptiion. please check one

Re: maven wsdl2java

2006-10-17 Thread Dan Tran
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

maven wsdl2java

2006-10-17 Thread tulasi
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

RE: Problem using Maven 2 Axistools wsdl2java (namespaceToPackage)

2006-05-11 Thread Shahbaz Hafeez
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

Problem using Maven 2 Axistools wsdl2java (namespaceToPackage)

2006-05-09 Thread Shahbaz Hafeez
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

wsdl2java-maven-plugin users

2006-03-29 Thread Jesse McConnell
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 :

[m2] wsdl2java-maven-plugin users

2006-03-21 Thread Jesse McConnell
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

ibm wsdl2java as an ant task within Maven?

2005-07-27 Thread Mick Knutson
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

Urgent help replacing axis with WAS5.0 Webservices/ibm wsdl2java in Maven

2005-07-22 Thread Mick Knutson
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.

Help with wsdl2java in maven, and unit testing.

2005-07-07 Thread Mick Knutson
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

running wsdl2java in maven, but instruct not to generate schema files, just defs

2005-06-27 Thread Mick Knutson
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

[solved] Re: wsdl2java

2005-06-17 Thread Nicolas De Loof
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

wsdl2java

2005-06-17 Thread Nicolas De Loof
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

wsdl2java

2004-01-30 Thread nicolas De Loof
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]