cxf-codegen-plugin:2.5.1:wsdl2java error

2013-09-03 Thread jasminadesai
f-codegen-plugin-2-5-1-wsdl2java-error-tp5733465.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: wsdl2java error in .NET generated WSDL

2011-11-23 Thread David Brown
Hi Daniel, Wow! that worked! I have not run the SOAP client yet but the Java stubs generated no problemo! Regards, David. On Wed, 2011-11-23 at 16:18 -0500, Daniel Kulp wrote: > > The simplest thing to do is to flip JAXB into it's "simple" mode. Create a > binding file of: > http://ts2.nbs-us.c

Re: wsdl2java error in .NET generated WSDL

2011-11-23 Thread Daniel Kulp
The simplest thing to do is to flip JAXB into it's "simple" mode. Create a binding file of: http://ts2.nbs-us.com/TestWS/Service.asmx?WSDL"; xmlns:jaxws="http://java.sun.com/xml/ns/jaxws"; xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema";

Re: wsdl2java error in .NET generated WSDL

2011-11-22 Thread David Brown
Hello Daniel, thanks for the speedy reply. The WSDL is public so it is quite easy with only a handfull of operations exposed: http://ts2.nbs-us.com/TestWS/Service.asmx?WSDL I can make everything work except the method: getTableData by commenting out the offending extra attribute: 'any'. I trie

Re: wsdl2java error in .NET generated WSDL

2011-11-22 Thread Daniel Kulp
The jaxb binding file is really the only way, but they can be very tricky to get right. Can you post a sample project with a stripped down wsdl or something? Dan On Tuesday, November 22, 2011 11:07:59 AM David Brown wrote: > Hello cxfers, I have the dubious task of consuming a .NET 2.0 gene

wsdl2java error in .NET generated WSDL

2011-11-22 Thread David Brown
Hello cxfers, I have the dubious task of consuming a .NET 2.0 generated WSDL using our internally developed SOAP client. The .NET WS is public and we have no control over the generation of the WSDL. Therefore, we must have a solution in the binding or the WSDL itself. I am currently running the w

Re: wsdl2java error

2010-11-16 Thread Glen Mazza
e -client -d .\build\src TestService.wsdl > > wsdl2java - Apache CXF 2.3.0 > > WSDLToJava Error: java.lang.reflect.UndeclaredThrowableException > > org.apache.cxf.tools.common.ToolException: > java.lang.reflect.UndeclaredThrowableException > -- View this message in contex

Re: wsdl2java error

2010-11-16 Thread Dmitry Zinushin
Thank you very much Daniel! -- View this message in context: http://cxf.547215.n5.nabble.com/wsdl2java-error-tp3265966p3267308.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: wsdl2java error

2010-11-15 Thread Daniel Kulp
You need to endorse the jaxb-api jar file to pick up the changes to the XmlElement class. I'll get that added to the shell scripts. Dan On Monday 15 November 2010 11:25:13 am Dmitry Zinushin wrote: > Hi, > > > > I use CXF 2.3 for implement client for external web-service > > wsdl fil

wsdl2java error

2010-11-15 Thread Dmitry Zinushin
Hi, I use CXF 2.3 for implement client for external web-service wsdl file that ws contains complexType like this (just example for clarity): When I run wsdl utility for wsdl file with this type I receive error: wsdl2java.bat -verbose -client -d .\bui

Re: wsdl2java error. Parameter already exists

2010-07-01 Thread ajapan
advance. > > I committed a fix for this this afternoon. Tomorrows snapshots should > work > fine. > > -- > Daniel Kulp > dk...@apache.org > http://dankulp.com/blog > > -- View this message in context: http://old.nabble.com/wsdl2java-error.-Parameter-a

Re: wsdl2java error. Parameter already exists

2010-06-30 Thread Daniel Kulp
On Tuesday 29 June 2010 11:13:54 am ajapan wrote: > Can anyone help me with this error, please? I've attached the wsdl and the > xsd. http://old.nabble.com/file/p29024823/wsdl.zip wsdl.zip > > thanks in advance. I committed a fix for this this afternoon. Tomorrows snapshots should work fine.

Re: wsdl2java error. Parameter already exists

2010-06-29 Thread ajapan
Can anyone help me with this error, please? I've attached the wsdl and the xsd. http://old.nabble.com/file/p29024823/wsdl.zip wsdl.zip thanks in advance. -- View this message in context: http://old.nabble.com/wsdl2java-error.-Parameter-already-exists-tp28986007p29024823.html Sent from th

Re: wsdl2java error. Parameter already exists

2010-06-25 Thread Daniel Kulp
Hmm autoNameResolution should pick that up. Not good. Any chance you can send the wsdl to me (even off list) so I can debug in? Thanks! Dan On Thursday 24 June 2010 3:45:53 pm ajapan wrote: > Hi, > > i'm getting the following error when trying to create a client from the > wsdl with

wsdl2java error. Parameter already exists

2010-06-24 Thread ajapan
ext: http://old.nabble.com/wsdl2java-error.-Parameter-already-exists-tp28986007p28986007.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: wsdl2java error when change version from 2.1.3 to 2.2

2009-03-26 Thread Daniel Kulp
On Thu March 26 2009 2:29:11 pm nmt999 wrote: > There are multiple wsdl files provided by yahoo. The reason -p option is > used is to create a package for each of the service. If the -p option is > not use the ws2dltojava keeps overwriting the ObjectFactory.java. Could > you suggest me the solutio

Re: wsdl2java error when change version from 2.1.3 to 2.2

2009-03-26 Thread nmt999
:83) >> [java] at >> org.apache.cxf.tools.wsdlto.WSDLToJava.run(WSDLToJava.java:103) >> [java] at >> org.apache.cxf.tools.wsdlto.WSDLToJava.main(WSDLToJava.java:173) >> >> Nothing else changed only the cxf jars have changed to use the newer >

Re: wsdl2java error when change version from 2.1.3 to 2.2

2009-03-26 Thread Daniel Kulp
I believe 2.1.4 would show the same error. Basically, the -p option is NOT safe to use if there are multiple schemas. Previously, we didn't catch that and the generated code would "randomly work" and "randomly not work" which is not good. It's basically a JAXB issue. JAXB needs each sch

wsdl2java error when change version from 2.1.3 to 2.2

2009-03-26 Thread nmt999
(WSDLToJava.java:173) Nothing else changed only the cxf jars have changed to use the newer version. nmt -- View this message in context: http://www.nabble.com/wsdl2java-error-when-change-version-from-2.1.3-to-2.2-tp22727714p22727714.html Sent from the cxf-user mailing list archive at Nabble.com.

[solved] Re: Wsdl2java error on

2008-07-16 Thread nicolas de loof
I was wrong as I simplly misspelled the XSD file name :-/ sory for the noise 2008/7/16 nicolas de loof <[EMAIL PROTECTED]>: > My WSDL use xs:import to acces the types schéma > > running wsdl2java (with 2.0.7 maven plugin) I get an import error as the > schemaLocation is computed from project ba

Wsdl2java error on

2008-07-16 Thread nicolas de loof
My WSDL use xs:import to acces the types schéma running wsdl2java (with 2.0.7 maven plugin) I get an import error as the schemaLocation is computed from project basedir, not from the WSDL current location. Is this a known issue ???

wsdl2java error

2008-07-11 Thread nmt999
Any help in resolving this issue is appreciated. Regards nmt -- View this message in context: http://www.nabble.com/wsdl2java-error-tp18403292p18403292.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: WSDL2Java error

2008-05-27 Thread Daniel Kulp
p? Thanks! Yanping Liao Morgan Stanley | Technology 2000 Westchester Ave, 1st Floor | Purchase, NY 10577 Phone: +1 914 225-4454 [EMAIL PROTECTED] -Original Message- From: Daniel Kulp [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 27, 2008 4:51 PM To: users@cxf.apache.org Subject: Re: WSDL2

RE: WSDL2Java error

2008-05-27 Thread Liao, Yanping (IT)
[EMAIL PROTECTED] -Original Message- From: Daniel Kulp [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 27, 2008 4:51 PM To: users@cxf.apache.org Subject: Re: WSDL2Java error I don't see a Nodal.wsdl in there. There is a NodalAbstract.wsdl, but not Nodal.wsdl. NodalAbstract.wsdl do

Re: WSDL2Java error

2008-05-27 Thread Daniel Kulp
ry using something like "file:Nodal.wsdl" or "file:/path/to/Nodal.wsdl" for the command line arg and see if that helps? Dan On May 27, 2008, at 4:27 PM, Liao, Yanping (IT) wrote: We ran into WSDL2Java error with another set of WSDLs. Could you please help check out

RE: WSDL2Java error

2008-05-27 Thread Liao, Yanping (IT)
We ran into WSDL2Java error with another set of WSDLs. Could you please help check out? Wsdl2java -client -verbose Nodal.wsdl WSDLs can be found @ http://nodal.ercot.com/docs/pd/eip/od/misp/eip_external_interfaces_speci fication_v1_12.zip ERROR: WSDLToJava Error : java.lang.RuntimeException

RE: WSDL2Java error

2008-05-22 Thread Liao, Yanping (IT)
It works great with the extra empty attribute! Thanks for the help! - Yanping -Original Message- From: Daniel Kulp [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 21, 2008 10:42 PM To: users@cxf.apache.org Subject: Re: WSDL2Java error This is a one-line fix in the cxf code to fix this

Re: WSDL2Java error

2008-05-21 Thread Daniel Kulp
This is a one-line fix in the cxf code to fix this(another NPE guard). That said, the Sun RI (Metro) cannot generate code with it either. It spits out: [ERROR] abstract operation "submitRawBidSet" binding, part "rawBidSet_attachment" has multiple binding. line 50 of file:/Users/dkulp/Dow

Re: WSDL2Java error

2008-05-21 Thread jim ma
Hi Yanping, I validated this wsdl and it looks like an issue in cxf wsdl2java tool. Could you please fill a jira issue for it ? Cheers Jim On Thu, May 22, 2008 at 6:10 AM, Liao, Yanping (IT) < [EMAIL PROTECTED]> wrote: > Hello, > > We are trying to run wsdl2java for the submitRawBidSet.wsdl fil

WSDL2Java error

2008-05-21 Thread Liao, Yanping (IT)
Hello, We are trying to run wsdl2java for the submitRawBidSet.wsdl file contained in http://www.caiso.com/1f5e/1f5ef31f6a0f0.zip, however we kept run into errors. Please help check out to see if I am doing anything wrong.. Thanks, Yanping wsdl2java -client -verbose submitRawBidSet.wsdl