RE: WSDL2Java error

2004-10-05 Thread Oleg Lebedev
Chris, You have a space in the name below: Remove the space and it may fix your problem. -Original Message- From: Hubble, Christopher [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 05, 2004 12:04 PM To: [EMAIL PROTECTED] Subject: WSDL2Java error I am creating a new soap service

RE: WSDL2Java error Fixed!

2004-10-05 Thread Hubble, Christopher
Never mind. I found my typo. Chris -Original Message- From: Hubble, Christopher [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 05, 2004 2:04 PM To: [EMAIL PROTECTED] Subject: WSDL2Java error I am creating a new soap service from scratch. I took my preexisting wsdl, and changed the

WSDL2Java error

2004-10-05 Thread Hubble, Christopher
I am creating a new soap service from scratch. I took my preexisting wsdl, and changed the method names and parameters to work with my new service. However, when I run wsdl2java, I get the following. java.io.IOException: , or in with undefined message found. message name is 'sendFileRequest'

WSDL2Java Error

2004-09-24 Thread Grant Hodgins
Hi, I encountered the following exception when attempting a WSDL2Java for a WSDL file generated by the Axis Servlet. java.io.IOException: Error: missing type or ref attribute for node 'unknown' at org.apache.axis.wsdl.symbolTable.SymbolTable.createTypeFromRef(SymbolTab le.java:970)

Re: Funny WSDL2Java Error

2004-06-24 Thread Jim Murphy
Your WSDL namespace is wrong...but very close! you had: xmlns:wsdl="http://schemas.xmlsoap.org/wsdl"; you need: xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; Note the trailing slash. :) Since namespaces are opaque strings one is != to the other. Jim Murphy Mindreef, Inc. [EMAIL PROTECTED] wrot

Funny WSDL2Java Error

2004-06-24 Thread NYY96
I cannot get the WSDL2Java to work. I have created and deployed axis programs before. Here is the error and the file:   WSDLException (at /wsdl:definitions): faultCode=INVALID_WSDL: Expected element '{http://schemas.xmlsoap.org/wsdl/}definitions'.:    at com.ibm.wsdl.xml.WSDLReaderImpl.c

RE: WSDL2Java Error: Relative URI can not be resolved without a base URI

2004-03-02 Thread Heitzeg, Bill
ion. Bill -Original Message- From: Chris Haddad [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 02, 2004 9:46 AM To: [EMAIL PROTECTED] Subject: Re: WSDL2Java Error: Relative URI can not be resolved without a base URI Bill - it would help if you posted the wsdl..

Re: WSDL2Java Error: Relative URI can not be resolved without a base URI

2004-03-02 Thread Chris Haddad
Bill - it would help if you posted the wsdl... /Chris -- Original Message -- From: "Heitzeg, Bill" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Date: Tue, 2 Mar 2004 08:46:03 -0600 >Hi all, > >I'm trying to generate a client for a service that I have

WSDL2Java Error: Relative URI can not be resolved without a base URI

2004-03-02 Thread Heitzeg, Bill
Hi all, I'm trying to generate a client for a service that I have no control over. Whenever I run wsdl2Java, I get the following error: Relative URI "XMLSchema.dtd"; can not be resolved without a base URI. Does anyone have an idea of what is causing this and how I can resolve it? Thanks! Bil

WSDL2Java error with Anonymous Complex Types

2003-12-18 Thread Shantanu Sen
I had the following in my WSDL (the complete WSDL is at the end of the mail) :                     When I ran WSDL2Java I got a NPE: java.lang.NullPointerException    at org.apache.axis.wsdl.symbolTable.Utils.getNodeNameQName(Utils.java:259)    at or

SV: WSDL2Java error

2003-12-05 Thread Uwe Kubosch
> Hello > I am trying to generate java stubs from the wsdl file that I have Are you by any chance using NonStop Soap? It generated wsdl and soap messages with syntax and parse errors. Anyway, try prefixing the guilty fault tags with "soap:" So that they get the right namespace. donV

WSDL2Java error

2003-12-05 Thread Mahabaleshwar, Ravindra
Hello I am trying to generate java stubs from the wsdl file that I have http://schemas.xmlsoap.org/soap/http"/> This is the error I get : java.io.IOException: ERROR: Missing element inFault "outEmpAddResponse1" in operation "outEmpAddResponse1", in binding EmpAdd at org.

RE: WSDL2Java error

2003-08-29 Thread Mike Perham
That's because it's not. You can't just put a bunch of lib directories - you have to explicitly list each jar file you want in the classpath. -Original Message- From: Mike Zupan [mailto:[EMAIL PROTECTED] Sent: Friday, August 29, 2003 12:43 PM To: [EMAIL PROTECTED] Sub

Re: WSDL2Java error

2003-08-29 Thread Anil Dindigal
You need to add the path to your wsdl.jar to your classpath. Good luck, --Anil - Original Message - From: "Mike Zupan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 29, 2003 10:43 AM Subject: WSDL2Java error > I'm pretty sure I set every

WSDL2Java error

2003-08-29 Thread Mike Zupan
I'm pretty sure I set everything up just fine. I get this error though.. [EMAIL PROTECTED] addr]# java org.apache.axis.wsdl.WSDL2Java AddressBook.wsdl Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/axis/wsdl/WSDL2Java Almost like my CLASSPATH isn't setup right. Its Java 1.

WSDL2JAVA Error

2003-02-20 Thread Bathula, Vijay
I am getting the following error while converting WSDL to JAVA code for the AXIS attachments sample examples. Please help. java.io.IOException: Type {http://xml.apache.org/xml-soap}DataHandler is referenced but not defined. at org.apache.axis.wsdl.symbolTable.SymbolTable.checkForUndefined

Re: WSDL2Java error : java.io.IOException: Type http://lang.java:Stri ng isreferenced but not defined

2002-10-01 Thread Russell Butek
<[EMAIL PROTECTED]> cc: Subject:WSDL2Java error : java.io.IOException: Type http://lang.java:Stri ng is referenced but not defined What is this ? java org.apache.axis.wsdl.WSDL2Java -o API.wsdl http://localhost:7001/axis/services/APIServicePort?wsdl java.io.IOException: Type http://l

WSDL2Java error : java.io.IOException: Type http://lang.java:String is referenced but not defined

2002-10-01 Thread Jan-Olav Eide
What is this ? java org.apache.axis.wsdl.WSDL2Java -o API.wsdl http://localhost:7001/axis/services/APIServicePort?wsdl java.io.IOException: Type http://lang.java:String is referenced but not defined. at org.apache.axis.wsdl.toJava.SymbolTable.checkForUndefined(SymbolTable .java:392)

RE: WSDL2Java error!

2002-05-16 Thread Brian Keane
> Both. JAX-RPC only defines a subset of XML->Java mappings. AXIS has > defined a considerably larger set, but still not all of them. So we COULD > do this one as well, IF we could come up with a reasonable mapping. > > Russell Butek > [EMAIL PROTECTED] FYI, it appears that s:schema gets ma

RE: WSDL2Java error!

2002-05-16 Thread Russell Butek
ROTECTED]> on 05/16/2002 07:45:34 AM Please respond to [EMAIL PROTECTED] To:"'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject:RE: WSDL2Java error! Russell: Is this a jax-rpc issue design issue or code issue? Larry -Original Message- From:

RE: WSDL2Java error!

2002-05-16 Thread Gold, Laurence (MLIM)
Russell: Is this a jax-rpc issue design issue or code issue? Larry -Original Message- From: Russell Butek [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 8:32 AM To: [EMAIL PROTECTED] Subject: Re: WSDL2Java error! Cedric is right. It is ref="s:schema" that is ca

Re: WSDL2Java error!

2002-05-16 Thread Russell Butek
Russell Butek [EMAIL PROTECTED] dev <[EMAIL PROTECTED]> on 05/16/2002 02:46:10 AM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:Re: WSDL2Java error! Hi Sudhir, i am a newbie to wsdl and to schema too. But i can say you the error come from the following :

Re: WSDL2Java error!

2002-05-16 Thread dev
a WSDL I got from the www.xmethods.net. I am trying to generate a >generic client. I cant change the WSDL. I have to use them the way they are >published. > >sudhir > >- Original Message - >From: "dev" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Thu

Re: WSDL2Java error!

2002-05-16 Thread Sudhir
ay, May 16, 2002 12:46 AM Subject: Re: WSDL2Java error! > Hi Sudhir, > i am a newbie to wsdl and to schema too. > But i can say you the error come from the following : > > > If you remove all the the wsdl2java seems to > work (i didn't deploy then test the servi

Re: WSDL2Java error!

2002-05-16 Thread dev
e defining the type for example s:string. > >Thanks >Sudhir >- Original Message - >From: "Shinde, Uma" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Wednesday, May 15, 2002 1:17 PM >Subject: RE: WSDL2Java error! > > > > I suppo

Re: WSDL2Java error!

2002-05-15 Thread Sudhir
them refer to this namespace while defining the type for example s:string. Thanks Sudhir - Original Message - From: "Shinde, Uma" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 15, 2002 1:17 PM Subject: RE: WSDL2Java error! > I suppose you sho

RE: WSDL2Java error!

2002-05-15 Thread Shinde, Uma
: WSDL2Java error! Jim, I knew the link to the schema. Probably I phrased my question wrong. I wanted to know how can I define that schema to the WSDL2Java? Thanks Sudhir - Original Message - From: "Stickley

Re: WSDL2Java error!

2002-05-15 Thread Russell Butek
PROTECTED] To:<[EMAIL PROTECTED]> cc: Subject:Re: WSDL2Java error! Thanks for the reply Russel. How can I define that schema? Can you give me a pointer to a place where I can learn about it. Thanks again sudhir - Original Message - From: "Russell Butek" <[E

Re: WSDL2Java error!

2002-05-15 Thread Sudhir
2002 11:56 AM Subject: RE: WSDL2Java error! > If you do a little research, you could find it yourself, part of the URL in > your error message is the following: http://www.w3.org/ Within 1 minute of > visiting that site I was able to find the following url: > > http://www.w3.org/XML/

RE: WSDL2Java error!

2002-05-15 Thread Stickley, Jim
Birch Telecom (816) 300-6743 [EMAIL PROTECTED] -Original Message- From: Sudhir [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 1:37 PM To: [EMAIL PROTECTED] Subject: Re: WSDL2Java error! Thanks for the reply Russel. How can I define that schema? Can you give me a pointer to a

Re: WSDL2Java error!

2002-05-15 Thread Sudhir
2 11:17 AM Subject: Re: WSDL2Java error! > AXIS doesn't support type http://www.w3.org/2001/XMLSchema:schema. Since > it doesn't know about it, it assumes you've defined it. Since, of course, > you haven't defined it, you see the message that you see. > > Russell B

Re: WSDL2Java error!

2002-05-15 Thread Russell Butek
ECTED]> on 05/15/2002 12:49:48 PM Please respond to [EMAIL PROTECTED] To:<[EMAIL PROTECTED]> cc: Subject:WSDL2Java error! can any1 answer my following qn please hi, I am using axis beta2. While using the WSDL2Java to generate the client side aritfacts, I am getting the foll

WSDL2Java error!

2002-05-15 Thread Sudhir
can any1 answer my following qn please hi, I am using axis beta2. While using the WSDL2Java to generate the client side aritfacts, I am getting the following exception. java.io.IOException: Type http://www.w3.org/2001/XMLSchema:schema is referenced but not defined. at org.apache.axis.ws

WSDL2Java error!

2002-05-14 Thread Sudhir
hi, I am using axis beta2. While using the WSDL2Java to generate the client side aritfacts, I am getting the following exception. java.io.IOException: Type http://www.w3.org/2001/XMLSchema:schema is referenced but not defined. at org.apache.axis.wsdl.toJava.SymbolTable.checkForUndefined

RE: WSDL2Java error messages

2002-05-02 Thread Simon McClenahan
Sent: Thursday, May 02, 2002 12:15 PM > To: [EMAIL PROTECTED] > Subject: Re: WSDL2Java error messages > > > Well, I'm bamboozled. There's very little WSDL2Java code > that's run up to > this point, and that code hasn't changed from beta 1 to beta > 2. Wh

Re: WSDL2Java error messages

2002-05-02 Thread Russell Butek
Axis User (E-mail)" <[EMAIL PROTECTED]> cc: Subject:WSDL2Java error messages I am using WSDL2Java from beta2 on a WSDL, it came up with the following error: C:\>java org.apache.axis.wsdl.WSDL2Java --verbose --all --fileNStoPkg Y: \xxx\dev\java\axis\NStoPkg.properties --output Y: \xxx

RE: WSDL2Java error messages

2002-05-02 Thread Simon McClenahan
> I know this is a problem with my WSDL, but the beta2 version > is not giving a useful error message. Actually, I fixed the package mapping issue in my NStoPkg file, and I still get the file not found exception. cheers, Simon

WSDL2Java error messages

2002-05-02 Thread Simon McClenahan
I am using WSDL2Java from beta2 on a WSDL, it came up with the following error: C:\>java org.apache.axis.wsdl.WSDL2Java --verbose --all --fileNStoPkg Y:\xxx\dev\java\axis\NStoPkg.properties --output Y:\xxx\dev\java\axis\stub\src Y:\xxx\dev\java\axis\xxx.wsdl Parsing XML file: Y:\xxx\dev\java\a

RE: WSDL2java error with .NET WSDL

2002-04-26 Thread Sam Ruby
Dvae Mount wrote: > > Thanks for the info. Guess you'd have to wrap Date to get a good Time > class. In the case I'm looking at, the vendor splits date and time into > separate fields. Okay for .NET, too bad for Java (and me). It is quite possible for you to write a serializer and deserializer

RE: WSDL2java error with .NET WSDL

2002-04-26 Thread Mount, Dave
nt: Friday, April 26, 2002 6:09 AM To: [EMAIL PROTECTED] Subject: RE: WSDL2java error with .NET WSDL There's a simple answer for you, but you won't like it. AXIS doesn't yet support xsd:time. We support dateTime but not time. Not sure what we'd map it to in Java. Suggestions?

RE: WSDL2java error with .NET WSDL

2002-04-26 Thread Mount, Dave
lto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 6:09 AM To: [EMAIL PROTECTED] Subject: RE: WSDL2java error with .NET WSDL I think the problem is because Axis only handles a subset of the XML Schema data types. The JAX-RPC spec specifies the XML Schema data types that a JAX-RPC implementation are r

RE: WSDL2java error with .NET WSDL

2002-04-26 Thread Russell Butek
/2002 06:59:05 PM Please respond to [EMAIL PROTECTED] To:"'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject:RE: WSDL2java error with .NET WSDL I am having similar trouble with a .NET WSDL file for a different set of web services. java.io.IOException: Type http:

RE: WSDL2java error with .NET WSDL

2002-04-26 Thread Cun Yong Tan
rvice also which doesn't sound like it in your case. >From: "Mount, Dave" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> >Subject: RE: WSDL2java error with .NET WSDL >Date: T

RE: WSDL2java error with .NET WSDL

2002-04-25 Thread Mount, Dave
I am having similar trouble with a .NET WSDL file for a different set of web services. java.io.IOException: Type http://www.w3.org/2001/XMLSchema:time is referenced but not defined. at org.apache.axis.wsdl.toJava.SymbolTable.checkForUndefined(Unknown Source) at org.apache.axis.w

Re: wsdl2java error

2002-03-24 Thread Jinghua Gu
Never mind it. I got it. Thanks, At 04:26 PM 3/24/2002 -0500, Jinghua Gu wrote: When I run the following command, java org.apache.axis.wsdl.WSDL2Java samples/addr/AddressBook.wsdl Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/avalon/exc alibur/cli/CLOptionDescriptor at

wsdl2java error

2002-03-24 Thread Jinghua Gu
When I run the following command, java org.apache.axis.wsdl.WSDL2Java samples/addr/AddressBook.wsdl Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/avalon/exc alibur/cli/CLOptionDescriptor at org.apache.axis.wsdl.WSDL2Java.(Unknown Source) Where can I find the org/apache/a

Re: WSDL2Java error

2002-03-20 Thread Russell Butek
]> on 03/19/2002 07:32:21 AM Please respond to [EMAIL PROTECTED] To:<[EMAIL PROTECTED]> cc: Subject:WSDL2Java error I have the error with the wsdl file joined at org.apache.axis.wsdl.toJava.SymbolTable.populateBindings(Unknown Source) at org.apache.

WSDL2Java error

2002-03-19 Thread Olivier Lamy
I have the error with the wsdl file joined at org.apache.axis.wsdl.toJava.SymbolTable.populateBindings(Unknown Source) at org.apache.axis.wsdl.toJava.SymbolTable.populate(Unknown Source) at org.apache.axis.wsdl.toJava.SymbolTable.add(Unknown Source) at org.apach

Re: #WSDL2Java: Error generation Java source?

2002-03-18 Thread Russell Butek
; <[EMAIL PROTECTED]> on 03/16/2002 09:48:27 AM Please respond to [EMAIL PROTECTED] To:<[EMAIL PROTECTED]> cc: Subject:#WSDL2Java: Error generation Java source? Hi there, folks! I've downloaded the latest beta release of the AXIS project and tried to generate Java sou

#WSDL2Java: Error generation Java source?

2002-03-16 Thread Johan \"Spocke\" Sörlin
Hi there, folks!   I've downloaded the latest beta release of the AXIS project and tried to generate Java sources from diffrent WSDL URL's and nothing seem to work all of the ones I've tried generate trown a "Unable to determine namespace of <..>" exception.   Previous CVS exports of the AXIS