Re: WSDL2Java error

2008-11-21 Thread warnockm
ousComplexSchemaType(SchemaCompiler.java:980) >>at >> >> org.apache.axis2.schema.SchemaCompiler.processSchema(SchemaCompiler.java:934) >>at >> >> org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.java:592) >>at &

Re: WSDL2Java error

2008-11-21 Thread Amila Suriarachchi
aCompiler.java:563) >at > org.apache.axis2.schema.SchemaCompiler.compile(SchemaCompiler.java:370) >at > org.apache.axis2.schema.SchemaCompiler.compile(SchemaCompiler.java:280) >at > org.apache.axis2.schema.ExtensionUtility.invoke

WSDL2Java error

2008-11-19 Thread warnockm
y.java:103) ... 8 more Any idea what this would be? Thanks! -- View this message in context: http://www.nabble.com/WSDL2Java-error-tp20594340p20594340.html Sent from the Axis - User mailing list archive at Nabble.com. ---

Re: Axis2 WSDL2Java error during service skeliton/stub generation

2007-11-29 Thread Amila Suriarachchi
On Nov 27, 2007 6:57 PM, Mauro Molinari <[EMAIL PROTECTED]> wrote: > Amila Suriarachchi ha scritto: > > First of all now I have fixed the unwrapping problem and you should be > > able to generate the code correctly with a nighly build. > > Hi Amila, > unfortunately I'm still experiencing problems:

Re: Axis2 WSDL2Java error during service skeliton/stub generation

2007-11-27 Thread Mauro Molinari
Amila Suriarachchi ha scritto: First of all now I have fixed the unwrapping problem and you should be able to generate the code correctly with a nighly build. Hi Amila, unfortunately I'm still experiencing problems: this seems not to be fixed... When you have empty return types, Axis2 doesn't

Re: Axis2 WSDL2Java error during service skeliton/stub generation

2007-11-12 Thread Amila Suriarachchi
First of all now I have fixed the unwrapping problem and you should be able to generate the code correctly with a nighly build. On Nov 12, 2007 2:34 PM, Mauro Molinari <[EMAIL PROTECTED]> wrote: > Amila Suriarachchi ha scritto: > > Axis2 unwrapping does not support empty response unwrapping. if y

Re: Axis2 WSDL2Java error during service skeliton/stub generation

2007-11-12 Thread Mauro Molinari
Amila Suriarachchi ha scritto: Axis2 unwrapping does not support empty response unwrapping. if you want it to appear void you can remove the whole part element from the message element i.e -- remove this. Amila. Hi Amila! And what about the case where I have a method with no parame

Re: Axis2 WSDL2Java error during service skeliton/stub generation

2007-11-05 Thread Amila Suriarachchi
; From: [EMAIL PROTECTED] > > To: axis-user@ws.apache.org > > Subject: Re: Axis2 WSDL2Java error during service skeliton/stub > generation > > > > You should define a void like this: > > > > > > > > > > > > If you don't define the t

Re: Axis2 WSDL2Java error during service skeliton/stub generation

2007-11-02 Thread Anne Thomas Manes
> > > Date: Wed, 31 Oct 2007 21:29:04 -0400 > > From: [EMAIL PROTECTED] > > To: axis-user@ws.apache.org > > Subject: Re: Axis2 WSDL2Java error during service skeliton/stub generation > > > > > You should define a void like this: > > > >

RE: Axis2 WSDL2Java error during service skeliton/stub generation

2007-11-01 Thread Kiran Sriram
s.apache.org> Subject: Re: Axis2 WSDL2Java error during service > skeliton/stub generation> > You should define a void like this:> > > > > > > > If you don't define the type, then the element can contain > anything.> This definition specifies tha

Re: Axis2 WSDL2Java error during service skeliton/stub generation

2007-10-31 Thread Anne Thomas Manes
t; > To: axis-user@ws.apache.org > > Subject: Re: FW: Axis2 WSDL2Java error during service skeliton/stub > generation > > > > > What I meant to say is: > > > > You have an _element_ defined in the schema: > > > > > > > > As the message

RE: Axis2 WSDL2Java error during service skeliton/stub generation

2007-10-31 Thread Kiran Sriram
Subject: Re: FW: Axis2 WSDL2Java error during > service skeliton/stub generation> > What I meant to say is:> > You have an > _element_ defined in the schema:> > name="set_PortalVariableResponse"/>> > As the message says, it has no type > defined. You n

Re: FW: Axis2 WSDL2Java error during service skeliton/stub generation

2007-10-30 Thread Anne Thomas Manes
gt; ____ > > From: [EMAIL PROTECTED] > > To: axis-user@ws.apache.org > > Subject: Axis2 WSDL2Java error during service skeliton/stub generation > > Date: Fri, 26 Oct 2007 10:34:30 -0400 > > > > > > Hello All > > > > I am g

Re: FW: Axis2 WSDL2Java error during service skeliton/stub generation

2007-10-29 Thread Anne Thomas Manes
___ > From: [EMAIL PROTECTED] > To: axis-user@ws.apache.org > Subject: Axis2 WSDL2Java error during service skeliton/stub generation > Date: Fri, 26 Oct 2007 10:34:30 -0400 > > > Hello All > > I am getting this error when i try to generate Service Skeleton

FW: Axis2 WSDL2Java error during service skeliton/stub generation

2007-10-26 Thread Kiran Kumar Sriram
Here is the WSDL file attached with this mail. From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Axis2 WSDL2Java error during service skeliton/stub generationDate: Fri, 26 Oct 2007 10:34:30 -0400 Hello All I am getting this error when i try to generate Service Skeleton code from a WSDL file. This

Axis2 WSDL2Java error during service skeliton/stub generation

2007-10-26 Thread Kiran Kumar Sriram
Hello All I am getting this error when i try to generate Service Skeleton code from a WSDL file. This is a new service and we are trying to go in WSDL first approach. We need wsdl to be in Document/literal Wrapped style in order to be interoperable with .Net framework. .Net generated client stu

Axis2 wsdl2java error reporting

2007-10-01 Thread jarmod
Any (good) reason why wsdl2java error reporting continues to be so, er, stone-age? For example: Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: org.apache.axis2.wsdl.codegen.CodeGenerationException: java.lang.RuntimeException: Element QName i

Re: wsdl2java error using Xmlbeans binding

2007-04-30 Thread Davanum Srinivas
Alex, Please log a bug with Axis2. With your wsdl and the command line. thanks, dims On 4/30/07, Hall, Alex A. <[EMAIL PROTECTED]> wrote: Axis Users, I'm having trouble attempting to generate server-side skeletons for a WSDL which imports a fairly complex schema. I extracted the troubleso

wsdl2java error using Xmlbeans binding

2007-04-30 Thread Hall, Alex A.
Axis Users, I'm having trouble attempting to generate server-side skeletons for a WSDL which imports a fairly complex schema. I extracted the troublesome part and am including it here. Using Axis2 version 1.2 and running the following command on Test.wsdl (contents listed at [1] below): % wsdl2

RE: WSDL2JAVA ERROR- No bindings found in wsdl

2007-04-10 Thread Serkan Sunel
nes [mailto:[EMAIL PROTECTED] Sent: Monday, April 09, 2007 8:32 PM To: axis-user@ws.apache.org Subject: Re: WSDL2JAVA ERROR- No bindings found in wsdl The Parley WSDL only defines messages. It does not define portTypes or bindings. WSDL2Java cannot generate code from this WSDL (neither Axis 1.x or Axis

Re: WSDL2JAVA ERROR- No bindings found in wsdl

2007-04-09 Thread Anne Thomas Manes
s-user@ws.apache.org *Subject:* RE: WSDL2JAVA ERROR- No bindings found in wsdl This is the wsdl in the attachment which has only messages defined. Even with the Axis 1.x this will not work. http://www.csapi.org/wsdl/parlayx/common/v2_0/faults"; xmlns="http://schemas.xmlsoap.org/wsdl/&

RE: WSDL2JAVA ERROR- No bindings found in wsdl

2007-04-09 Thread Serkan Sunel
/pxws.asp Anybody can help about this ? Must I define that types specified in xsds as pojo ? From: Krishnamoorthy J (HCL Financial Services) [mailto:[EMAIL PROTECTED] Sent: Monday, April 09, 2007 3:22 PM To: axis-user@ws.apache.org Subject: RE: WSDL2JAVA ERROR- No

RE: WSDL2JAVA ERROR- No bindings found in wsdl

2007-04-09 Thread Krishnamoorthy J (HCL Financial Services)
1"; schemaLocation="parlayx_common_types_2_1.xsd"/> From: Serkan Sunel [mailto:] Sent: Monday, April 09, 2007 5:49 PM To: axis-user@ws.apache.org Subject: RE: WSDL2JAVA ERROR- No bindings found in wsdl Hi, I have been using this wsdl with old v

RE: WSDL2JAVA ERROR- No bindings found in wsdl

2007-04-09 Thread Serkan Sunel
Financial Services) [mailto:[EMAIL PROTECTED] Sent: Monday, April 09, 2007 3:09 PM To: axis-user@ws.apache.org Subject: RE: WSDL2JAVA ERROR- No bindings found in wsdl Your WSDL is not complete. Check this tutorial http://www.w3schools.com/wsdl/default.asp

RE: WSDL2JAVA ERROR- No bindings found in wsdl

2007-04-09 Thread Krishnamoorthy J (HCL Financial Services)
Your WSDL is not complete. Check this tutorial http://www.w3schools.com/wsdl/default.asp From: Serkan Sunel [mailto:[EMAIL PROTECTED] Sent: Monday, April 09, 2007 4:15 PM To: axis-user@ws.apache.org Subject: WSDL2JAVA ERROR- No bindings found in wsdl

WSDL2JAVA ERROR- No bindings found in wsdl

2007-04-09 Thread Serkan Sunel
Hi all, I am a newbie for axis2 Can you tell me how can I generate java code for the wsdl and XSD files (attached).. I am gettimg the following errors.. [EMAIL PROTECTED] wsdl] java org.apache.axis2.wsdl.WSDL2Code -uri parlayx_common_faults_2_0.wsdl --serverside-interface Retrieving s

WSDL2JAVA Error: No bindings found in wsdl

2007-04-09 Thread Serkan Sunel
Hi All, I am a newbie to AXIS2 I can not generate java for the attached wsdl and xsds.. I am getting the following error [EMAIL PROTECTED] wsdl] java org.apache.axis2.wsdl.WSDL2Code -uri parlayx_common_faults_2_0.wsdl --serverside-interface Retrieving schema at 'parlayx_common_types_2_1.xsd', re

Re: WSDL2Java error generating WSDL 2.0 / 2.1

2007-02-15 Thread Anne Thomas Manes
onse. -yogen -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 14, 2007 9:27 PM To: axis-user@ws.apache.org Subject: Re: WSDL2Java error generating WSDL 2.0 / 2.1 Do you have a URI in your WSDL called "XSDService.wsdl"? Perhaps you&#

RE: WSDL2Java error generating WSDL 2.0 / 2.1

2007-02-15 Thread Yadav, Yogendra \(IT\)
ervice"; Does "urn" has to be one of the concrete protocols ? Can't it be "urn" ? Appreciate the response. -yogen -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 14, 2007 9:27 PM To: axis-user@ws.apache.org Su

Re: WSDL2Java error generating WSDL 2.0 / 2.1

2007-02-14 Thread Anne Thomas Manes
Do you have a URI in your WSDL called "XSDService.wsdl"? Perhaps you're using it for a namespace URI? As the error indicates, this is a malformed URI. A URI must begin with a protocol scheme, such as urn:, http: mailto:, ftp:, etc. Anne On 2/14/07, Yadav, Yogendra (IT) <[EMAIL PROTECTED]> wrote:

WSDL2Java error generating WSDL 2.0 / 2.1

2007-02-14 Thread Yadav, Yogendra \(IT\)
Hi, I get error when try to generate v2.0 or v2.1 WSDL. Am I doing something wrong ? >wsdl2java -wv 2.0 -d none -p com.xsd.input -ss -sd -g -uri XSDService.wsdl -pn XSDNODBServicePortType Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: Error parsing WSDL

RE: WSDL2Java Error

2006-10-17 Thread Gul Onural
Title: WSDL2Java Error By the way, there is a good article under http://devresource.hp.com/drc/slide_presentations/schemaWSDL/index.jsp  about usage of wsdl:import and xsd:import (exactly saying what Brennan said, and more...)   Gul From: Spies, Brennan [mailto:[EMAIL PROTECTED] Sent

RE: WSDL2Java Error

2006-10-17 Thread Spies, Brennan
Title: WSDL2Java Error Paul,   wsdl:import is only used for importing other wsdl files, not xsd. If you want to import/include xsd, you should do so inside the section.     Brennan Spies Sr. Programmer Analyst Shared Application Services   -Original Message- From

WSDL2Java Error

2006-10-17 Thread Stevens, Paul A
Title: WSDL2Java Error We are getting the following error trying to convert a wsdl to java: D:\ehro\wsdl_test>WSDL2Java -uri "eTrust spml-wsdl.wsdl" -o test Using AXIS2_HOME:   D:\axis2 Using JAVA_HOME:    D:\j2sdk1.4.2_08 log4j:WARN No appenders could be fou

Re: [Axis2]wsdl2java error

2006-06-15 Thread Anne Thomas Manes
Axis2 does not support rpc/encoded. Convert your service to either rpc/literal or document/literal.AnneOn 6/15/06, kavithaa Rajavenkateshwaran < [EMAIL PROTECTED]> wrote: Hi,please find my wsdl below. Also i noticed that the MessageReceiverInOut used in one of the axis2 samples(doclitservice) had 

Re: [Axis2]wsdl2java error

2006-06-15 Thread kavithaa Rajavenkateshwaran
Hi,please find my wsdl below. Also i noticed that the MessageReceiverInOut used in one of the axis2 samples(doclitservice) had  some jar files within it's package and was refering to the parse method in that and  not to the org.apache.axiom.om.OMElement.Factory.parse(as the one in generated file).I

Re: [Axis2]wsdl2java error

2006-06-14 Thread Ajith Ranabahu
Hi, Can you post your WSDL please Ajith On 6/15/06, kavithaa Rajavenkateshwaran <[EMAIL PROTECTED]> wrote: Hi, I files created using wsdl2java give compilation error.It seems like some incompatibility in the MessageReceiverInOut code. Pl. suggest how to resolve this. symbol : method newX

[Axis2]wsdl2java error

2006-06-14 Thread kavithaa Rajavenkateshwaran
Hi, I files created using wsdl2java give compilation error.It seems like some incompatibility in the MessageReceiverInOut code. Pl. suggest how to resolve this. symbol : method newXMLStreamReader () [javac] location: interface org.apache.axiom.om.OMElement [javac]

Re: Axis2[1.0] BUG in WSDL2Java Error running test

2006-05-27 Thread Anne Thomas Manes
            --View this message in context: http://www.nabble.com/Axi

Re: Axis2[1.0] BUG in WSDL2Java Error running test

2006-05-27 Thread Ajith Ranabahu
-- View this me

Axis2[1.0] BUG in WSDL2Java Error running test

2006-05-26 Thread Gopal Patwa

Re: WSDL2Java error

2006-04-21 Thread Anne Thomas Manes
Note that (both wsdl and xsd) doesn't change the targetNamespace of the imported namespace (hence the rule about no namespace coercion). just gives you the ability to reference entities from the other namespace. On 4/20/06, Dies Koper <[EMAIL PROTECTED]> wrote: Hello Anne, Dink,> I'm not sure I u

Re: WSDL2Java error

2006-04-20 Thread Dies Koper
Hello Anne, Dink, I'm not sure I understand Dies's first recommendation. The targetNamespace of the "types" schema should NOT be the same as the imported namespace, "ifx". (If you want to incorporate a namespace of the same name, you must use rather than ). You might want to verify the Sorry,

Re: WSDL2Java error

2006-04-20 Thread Anne Thomas Manes
Dink,You need to declare some namespaces in your statement, e.g.,    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"    xmlns:wsdlsoap=" http://schemas.xmlsoap.org/wsdl/soap/"    xmlns:xsd="http://www.w3.org/2001/XMLSchema"    xmlns:tns="urn:ifxforum-org:WSDL:1:PortType"     xmlns:types="urn:ifxforu

Re: WSDL2Java error

2006-04-20 Thread Dies Koper
Hello Dink, Maybe you can use www.ws-i.org's WS-I test tool to check your WSDL. 1. The target name of your schema ("http://www.ifxforum.org";) should be the same as the namespace (now "urn:ifxforum-org") you specify in the xsd:import. 2. The names of the wsdl:input elements ("tns:DoIFXRqMsg" and

WSDL2Java error

2006-04-20 Thread Dink
Hello all,   I have created a WSDL for a web service called "WS017". The WSDL is put on http://mis.ccu.edu.tw/~dink/WS017.wsdl . However I can't use the Axis WSDL2Java tool to produce the stub for this service. Can somebody help me to check if the WSDL is error? Anyone can use the command line

Axis2 1.0 RC1 WSDL2Java error when import WS-Addressing

2006-04-18 Thread Gopal Patwa
ke(Method.java:585) at org.apache.xmlbeans.XmlBeans.compileXmlBeans(XmlBeans.java:665) at org.apache.axis2.wsdl.codegen.extension.XMLBeansExtension.engage(XMLBeansExtension.java:117) ... 3 more -- View this message in context: http://www.nabble.com/Axis2-1.0-RC1-WSDL2Java-error-when-import-WS-Addressing-t14713

WSDL2Java Error

2006-03-09 Thread Jason J. Kahler
I'm trying to generate java code from a WSDL file using WSDL2Java but I get the following Error: org.apache.axis.wsdl.toJava.DuplicateFileException: Duplicate file name: . \net\opengis\www\gml\DirectPositionType.java. Hint: you may have mapped two namespaces with elements of the same name to t

Re: [Axis 1.3] wsdl2java error: NoSuchMethodError

2005-10-11 Thread Davanum Srinivas
you have an old wsdl4j jar in your classpath. -- dims On 10/11/05, Christophe Roudet <[EMAIL PROTECTED]> wrote: > Hi, > > I get an error with this new release when I try to run wsdl2java. > For instance, for the echo example: > > compile: > [wsdl2java] Running Wsdl2javaAntTask with parameters: >

[Axis 1.3] wsdl2java error: NoSuchMethodError

2005-10-11 Thread Christophe Roudet
Hi, I get an error with this new release when I try to run wsdl2java. For instance, for the echo example: compile: [wsdl2java] Running Wsdl2javaAntTask with parameters: [wsdl2java] verbose:false [wsdl2java] debug:false [wsdl2java] quiet:false [wsdl2java] server-side:false [wsdl2ja

Re: Fw: WSDL2JAVA error: java.lang.NullPointerException in getNewQName

2005-10-03 Thread Anne Thomas Manes
Well, wsdl2java shouldn't throw an NPE... But, you do have a number of errors in your WSDL. 1. When using document style, you should not extend soapenc:Array. Instead you should define arrays using maxOccurs="unbounded". But in your case, you probably just want to define the type as xsd:base64Bina

Fw: WSDL2JAVA error: java.lang.NullPointerException in getNewQName

2005-10-03 Thread Ivan Vignola
Hi, I developed a simple service, document style, with attached files in input message. Creating stubs, wsdl2java throws exception listed below:   java.lang.NullPointerException    at org.apache.axis.wsdl.toJava.Utils.getNewQName(Utils.java:704)    at org.apache.axis.wsdl.toJava.Ja

WSDL2java error

2005-10-03 Thread Andras Balogh
Hello all, I want to use Axis to generate the java classes from a WSDL. I have tried both older Axis 1.1 and Axis 1.2.1 and i get this exception: -- D:\axis-1_2_1>java org.apache.axis.wsdl.WSDL2Java --verbose configurator.ws

Re: WSDL2Java error.

2005-04-11 Thread Anne Thomas Manes
I don't quite understand the SAX exception, but there are serious errors in the WSDL document. I suggest you go back to the people that gave you the WSDL and tell them that they need to fix it. It contains the following errors: 1- You must supply a name for the WSDL document. It must not be an emp

WSDL2Java error.

2005-04-11 Thread angeloimm
Hi all; i must use a web service; this is a document style service. I know only the wsdl that is: http://ejbs.websrv.napsi.eng.it"; name="" xmlns:apachesoap="http://xml.apache.org/xml-soap"; xmlns:impl="http://ejbs.websrv.napsi.eng.it"; xmlns:intf="http://ejbs.websrv.napsi.eng.it"; xmlns:soap