Re: WSDL2JAVA Problem

2004-12-06 Thread tony . q . weddle
I'm guessing that Axis is replacing any characters that might be confused with XML markup, hence "<" is being replaced with "<" and so on. I'm not sure why this wouldn't get changed back again at the server side. Perhaps you can try defining the parameter as a CDATA section, in your XML schema. T

WSDL2JAVA Problem

2004-12-03 Thread Conrad
I am having problems with the following. I have used WSDL2Java to generate client code. I am not able to send a xml document without the following problem. I am sending but the code sends here is the code Object part = (Object) " javax.xml.rpc.Service service = new Service(); URL e

RE: Axis 1.2 WSDL2Java problem (probably)

2004-11-29 Thread Dominik Kacprzak
PROTECTED] Subject: Re: Axis 1.2 WSDL2Java problem (probably) Tim K. (Gmane) se proiznese na 25.11.2004 18:12: > Have you tried Axis 1.2RC2 (released on Nov 17 I think), or even a > nightly build? This looks like an Axis bug and I would be surprised if > it's not already fixed. > &

Re: Axis 1.2 WSDL2Java problem (probably)

2004-11-25 Thread Viktor Vojnovski
Tim K. (Gmane) se proiznese na 25.11.2004 18:12: Have you tried Axis 1.2RC2 (released on Nov 17 I think), or even a nightly build? This looks like an Axis bug and I would be surprised if it's not already fixed. You can look for a similar bug or file one if there isn't one already. Tried both. Do

Re: Axis 1.2 WSDL2Java problem (probably)

2004-11-25 Thread Tim K. (Gmane)
Viktor Vojnovski wrote: Tim Gmane se proiznese na 25.11.2004 17:42: Please post the Java class you are trying to expose. I realize it may contain proprietary information, so you should try writing a simple example that reproduces the problem or posting snippets from the bean that has the CPF att

Re: Axis 1.2 WSDL2Java problem (probably)

2004-11-25 Thread Viktor Vojnovski
Tim Gmane se proiznese na 25.11.2004 17:42: Please post the Java class you are trying to expose. I realize it may contain proprietary information, so you should try writing a simple example that reproduces the problem or posting snippets from the bean that has the CPF attribute ... Not a problem

Re: Axis 1.2 WSDL2Java problem (probably)

2004-11-25 Thread Tim Gmane
Viktor Vojnovski wrote: I am getting this (partial output) while trying to access wsdl of a newly deployed service. Any ideas why? Caused by: Bean attribute CPF is of type java.lang.String, which is not a simple type at org.apache.axis.encoding.ser.BeanSerializer.writeAttribute(BeanSeri

Axis 1.2 WSDL2Java problem (probably)

2004-11-25 Thread Viktor Vojnovski
I am getting this (partial output) while trying to access wsdl of a newly deployed service. Any ideas why? Caused by: Bean attribute CPF is of type java.lang.String, which is not a simple type at org.apache.axis.encoding.ser.BeanSerializer.writeAttribute(BeanSerializer.java:460)

wsdl2java problem

2004-03-09 Thread noelamannion
Hi, I get a "connection timed out" error when using Axis wsdl2java. Attached is the wsdl file, and below is the error The error doesn't specify which resource there is a problem connecting to. Anyone got any ideas or have had a similar problem ? Regards, Noel C:\Project\WebServices\BankEx>jav

wsdl2java problem

2004-03-09 Thread noelamannion
Hi, I get a "connection timed out" error when using Axis wsdl2java. Attached is the wsdl file, and below is the error The error doesn't specify which resource there is a problem connecting to. Anyone got any ideas or have had a similar problem ? Regards, Noel C:\Project\WebServices\BankEx>jav

WSDL2Java Problem

2004-03-08 Thread Ian Baxter
Hi, I'm trying to run WSDL2Java on the following WSDL: http://webservices.esalestax.net/CertiTAX.NET/CertiCalc.asmx?WSDL ...but it doesn't seem to like one of the overloaded operations. Here is what it spits out: java org.apache.axis.wsdl.WSDL2Java "http://webservices.esalestax.net/CertiTAX.

RE: WSDL2Java problem / Solution

2004-01-29 Thread Tran, Vinh
romJava.Emitter.setCls(Emitter.java:1477)    atorg.apache.axis.wsdl.Java2WSDL.run(Java2WSDL.java:500)    atorg.apache.axis.wsdl.Java2WSDL.main(Java2WSDL.java:542)     From: Ransel Lopez [mailto:[EMAIL PROTECTED] Sent: Thursday, January 29, 2004 12:38 PM To: [EMAIL PROTECTED] Subject: RE: WSDL2Java p

RE: WSDL2Java problem / Solution

2004-01-29 Thread Ransel Lopez
Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Safdar AliSent: Thursday, January 29, 2004 1:27 PMTo: [EMAIL PROTECTED]Subject: Re: WSDL2Java problem / Solution Gourav, you are absolutely right for WSDL2Java utility, we don't need all these

Re: WSDL2Java problem / Solution

2004-01-29 Thread Safdar Ali
n jar files   Safdar. - Original Message - From: Pani, Gourav To: '[EMAIL PROTECTED]' Sent: Thursday, January 29, 2004 9:02 PM Subject: RE: WSDL2Java problem / Solution That's odd.  The only thing I use in my CLASSPATH to do WSDL2Java is  

RE: WSDL2Java problem / Solution

2004-01-29 Thread Pani, Gourav
rsday, January 29, 2004 2:06 PMTo: [EMAIL PROTECTED]Subject: Re: WSDL2Java problem / Solution Hi all, (especially Lopez, Kondapalli, Ashley) Finally, after doing 3 days of brain storming.. I have come to a solution for WSDL2Java problem where it throws Exception at different l

Re: WSDL2Java problem / Solution

2004-01-29 Thread Safdar Ali
Title: Message Hi all, (especially Lopez, Kondapalli, Ashley) Finally, after doing 3 days of brain storming.. I have come to a solution for WSDL2Java problem where it throws Exception at different levels.   It involves two prblems 1) Your classpath variable limit; which is 1024

Re: WSDL2Java problem

2004-01-29 Thread Safdar Ali
CTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 28, 2004 7:04 AM Subject: Re: WSDL2Java problem > Safdar, > > I believe you will find that the Java specs now state that any jars that > change/add-to the java.* and javax.* packages must be in the endorsed > directory o

Re: WSDL2Java problem

2004-01-27 Thread Ashley Waite
Safdar, I believe you will find that the Java specs now state that any jars that change/add-to the java.* and javax.* packages must be in the endorsed directory of your JRE/JDK. If that is not the issue, I have had many similar issues with other applications and it was easily solved by moving a

RE: WSDL2Java problem

2004-01-26 Thread Ransel Lopez
nt: Monday, January 26, 2004 8:12 AMTo: Axis UserSubject: WSDL2Java problem Hello, I am getting the following error while using WSDL2Java tool...   C:\axis-1_1\samples\addr>java org.apache.axis.wsdl.WSDL2Java Address.wsdlException in thread "main" java.la

Re: WSDL2Java problem

2004-01-26 Thread siva kondapalli
Hi, I too got the same problem..,both Java2WSDL and WSDL2Java are giving similar types of errors.I posted this question last week,but no repsonse :( I even tried using IBM's wsdl4j.jar,but didnt work.   regards Rao.,Safdar Ali <[EMAIL PROTECTED]> wrote: Hello, I am getting the following er

WSDL2Java problem

2004-01-26 Thread Safdar Ali
Hello, I am getting the following error while using WSDL2Java tool...   C:\axis-1_1\samples\addr>java org.apache.axis.wsdl.WSDL2Java Address.wsdlException in thread "main" java.lang.NoClassDefFoundError: javax.wsdl.Definition    at org.apache.axis.wsdl.toJava.JavaGeneratorFactory.class$

WSDL2Java. Problem with mapping of gYear

2003-07-29 Thread "Vázquez Vázquez, José Manuel"
Hi... I have a web service (describe by a wsdl file) with a method like this: . http://www.demoservice.org/demo"; xmlns="http://www.w3.org/2001/XMLSchema";> http://www.demoservice.org/demo"; schemaLocation="http://www.demoservice.org/demo/ConsultasDemo.xsd"; />

Re: another WSDL2Java-problem: no stubs / skeletons emitted

2002-06-06 Thread James Yegerlehner
mniopera.com - Original Message - From: Dennis Reil To: AXIS-User-List Sent: Thursday, June 06, 2002 8:53 AM Subject: another WSDL2Java-problem: no stubs / skeletons emitted I'm having another problem with wsdl2java. Wsdl2java doesn't generate stubs and skeletons for the attached

another WSDL2Java-problem: no stubs / skeletons emitted

2002-06-06 Thread Dennis Reil
I'm having another problem with wsdl2java. Wsdl2java doesn't generate stubs and skeletons for the attached wsdl file. It doesn't throw an error message so the file seems to be correct.   What did I do wrong ?   I used the following command line options: -a -s -S true -p eVerlage.ws.gruppen

Re: WSDL2JAVA problem

2002-05-21 Thread Steve Loughran
- Original Message - From: "Alan Moore" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 21, 2002 9:38 AM Subject: RE: WSDL2JAVA problem > I didn't use the ant task but instead used the task. It has a > fork option that I found was r

RE: WSDL2JAVA problem

2002-05-21 Thread Agrawal, Anuj (Anuj)** CTR **
anks! Anuj. > -Original Message- > From: Alan Moore [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 21, 2002 12:38 PM > To: '[EMAIL PROTECTED]' > Subject: RE: WSDL2JAVA problem > > > I didn't use the ant task but instead used the > task. It has a

RE: WSDL2JAVA problem

2002-05-21 Thread Alan Moore
] > Sent: Monday, May 20, 2002 5:22 PM > To: '[EMAIL PROTECTED]' > Subject: RE: WSDL2JAVA problem > > > Well, we have crimson.jar in our CLASSPATH (see in > our ant target below). I've tried replacing that with > xerces.jar but no dice. 8( Also, we&#

RE: WSDL2JAVA problem

2002-05-21 Thread Han Wang
wade through the code and see. Thanks, Han -Original Message- From: Simon McClenahan [mailto:[EMAIL PROTECTED]] Sent: Monday, May 20, 2002 5:10 PM To: [EMAIL PROTECTED] Subject: RE: WSDL2JAVA problem The first thing I would check is to make sure that you have an XML parser in your

RE: WSDL2JAVA problem

2002-05-20 Thread Agrawal, Anuj (Anuj)** CTR **
anks. Anuj. > -Original Message- > From: Simon McClenahan [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 20, 2002 5:10 PM > To: [EMAIL PROTECTED] > Subject: RE: WSDL2JAVA problem > > > The first thing I would check is to make sure that you have > an XML parser in

Re: WSDL2JAVA problem

2002-05-20 Thread Steve Loughran
- Original Message - From: "R. Lake" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 20, 2002 3:17 PM Subject: Re: WSDL2JAVA problem > This is possibly a similar effect I'm seeing except with Java2WSDL. I've > tried setting the classp

Re: WSDL2JAVA problem

2002-05-20 Thread R. Lake
This is possibly a similar effect I'm seeing except with Java2WSDL. I've tried setting the classpath to ".;xerces.jar" to get example 6 of the user guide working so perhaps there's a conflict between Xerces and JDK1.4? The other examples must have picked up and used the JDK parser correctly in ord

RE: WSDL2JAVA problem

2002-05-20 Thread Simon McClenahan
arser is available, even though Axis does not give any hint to that being the cause. cheers, Simon > -Original Message- > From: Han Wang [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 20, 2002 4:03 PM > To: [EMAIL PROTECTED] > Subject: RE: WSDL2JAVA problem >

RE: WSDL2JAVA problem

2002-05-20 Thread Han Wang
One more problem: I'm getting a null pointer exception and no description of the problem: [apply] java.lang.NullPointerException [apply] at org.apache.axis.wsdl.toJava.Utils.holder(Utils.java:494) [apply] at org.apache.axis.wsdl.toJava.JavaWriterFactory.constructSignat ure(Ja

RE: WSDL2JAVA problem

2002-05-17 Thread Han Wang
I discovered another problem with the code generation: (AXIS Beta 2) In WSDL: Generated Java: public class TpOctet implements java.io.Serializable, org.apache.axis.encoding.SimpleType { private byte[] value;

WSDL2JAVA problem

2002-05-17 Thread Han Wang
I'm having trouble generating a WSDL document with xsd:anyURI [java] java.io.IOException: Type http://www.w3.org/2001/XMLSchema:anyURI is referenced but not defined. A quick search on the mailing list resulted in a message Jan 23 on anyURI not being supported yet. I'm working off a standard sub

Re: WSDL2JAVA Problem

2002-04-30 Thread Sven Kuenzler
HTH, Sven - Original Message - From: "Kristian Senkler" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 30, 2002 4:25 PM Subject: WSDL2JAVA Problem > Dear List, > > I got a problem parsing a WSDL-ressource. One part of the WSDL-file is

RE: WSDL2JAVA Problem

2002-04-30 Thread Tom Jordahl
Title: WSDL2JAVA Problem   Sounds like you need to configure your JDK to support https URLs. I don't believe this is supported right out of the box...   There should be info in the Java documentation about this, but I don't have a pointer handy. -- Tom Jordahl Macromedia ---

WSDL2JAVA Problem

2002-04-30 Thread Kristian Senkler
Title: WSDL2JAVA Problem Dear List, I got a problem parsing a WSDL-ressource. One part of the WSDL-file is as follows: <wsdl:service name="JavaService">     <wsdl:port name="TaxonomyApi" binding="tns:TaxonomyApi">       

Re: WSDL2Java problem

2002-03-13 Thread Russell Butek
[EMAIL PROTECTED] cc: Subject:WSDL2Java problem I try to generate Java stubs out of an WSDL file, using WSDL2Java from axis alpha3. I use the example in the user guide: java org.apache.axis.wsdl.WSDL2Java AddressBook.wsdl but I keep getting this error: java.lang.NoS

WSDL2Java problem

2002-03-12 Thread Frank van Lingen
I try to generate Java stubs out of an WSDL file, using WSDL2Java from axis alpha3. I use the example in the user guide: java org.apache.axis.wsdl.WSDL2Java AddressBook.wsdl but I keep getting this error: java.lang.NoSuchMethodError at com.ibm.swdl.xml.WSDLReaderImpl.parseDefinitions(Unkown

Re: WSDL2Java -problem : no desrializer defined for array type ...

2002-03-06 Thread R J Scheuerle Jr
cc: 03/05/2002 06:34 Subject: WSDL2Java -problem : no desrializer defined for array type ...

WSDL2Java -problem : no desrializer defined for array type ...

2002-03-05 Thread oliver . kowalke
Hi, I've a .NET Server which returns arrays of user defined tpyes. I genereted Java classes with WSDL2Java for my java client. All works except deserializiation of arrays! ErrorMsg: org.xml.sax.SAX.Exception : No deserializier defined for array type urn:MyURN:Buchung. I looked into the cto

Re: WSDL2Java problem when generating complex type package?

2002-02-07 Thread Russell Butek
Show me your WSDL and the WSDL2Java command you used. Russell Butek [EMAIL PROTECTED] "Jean Marc Taillant" <[EMAIL PROTECTED]> on 02/07/2002 04:44:34 AM Please respond to [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> cc: Subject: WSDL2Java problem when generating comple

WSDL2Java problem when generating complex type package?

2002-02-07 Thread Jean Marc Taillant
Hi all, I try to generate complex type class with different package, i need to put complexType1 in mypackage.util and ComplexType2 in mypackage.util2  . I put in my wsdl file different namespace for each package as follow:       ...                     ...     I use wsdl2java tool with g

RE: WSDL2Java problem with complex type ?

2002-02-06 Thread Tom Jordahl
have with the whole document vs. rpc and literal vs. encoded mess. -- Tom Jordahl Macromedia -Original Message- From: Brette, Marc [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 06, 2002 12:37 PM To: '[EMAIL PROTECTED]' Subject: RE: WSDL2Java problem with complex ty

RE: WSDL2Java problem with complex type ?

2002-02-06 Thread Brette, Marc
al Message- From: Tom Jordahl [mailto:[EMAIL PROTECTED]] Sent: 06 February 2002 18:10 To: '[EMAIL PROTECTED]' Subject: RE: WSDL2Java problem with complex type ? There is a bug, which I have a fix for and will check in to the CVS tree shortly. The stub still doesn't work however.

RE: WSDL2Java problem with complex type ?

2002-02-06 Thread Tom Jordahl
e WSDL and generate stubs... I am still looking at it, but no promises for a short term fix. :-) -- Tom Jordahl -Original Message- From: Brette, Marc [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 06, 2002 11:27 AM To: '[EMAIL PROTECTED]' Subject: RE: WSDL2Java problem with c

RE: WSDL2Java problem with complex type ?

2002-02-06 Thread Brette, Marc
Thanks for your help. -Original Message- From: Tom Jordahl [mailto:[EMAIL PROTECTED]] Sent: 06 February 2002 16:45 To: '[EMAIL PROTECTED]' Subject: RE: WSDL2Java problem with complex type ? In looking at the WSDL, this is strange: http://schemas.xmlsoap.org/soap/encoding/"; />

RE: WSDL2Java problem with complex type ?

2002-02-06 Thread Tom Jordahl
[mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 06, 2002 10:43 AM To: 'Russell Butek'; '[EMAIL PROTECTED]' Subject: RE: WSDL2Java problem with complex type ? The rpc/literal case isn't handled correctly by the emitter, as you discovered. This is mostly because w

RE: WSDL2Java problem with complex type ?

2002-02-06 Thread Tom Jordahl
out that simple. :-( -- Tom Jordahl Macromedia -Original Message- From: Russell Butek [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 06, 2002 8:48 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: WSDL2Java problem with complex type ? The soap:body in the binding says use=&

RE: WSDL2Java problem with complex type ?

2002-02-06 Thread Brette, Marc
Butek [mailto:[EMAIL PROTECTED]] Sent: 06 February 2002 14:48 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: WSDL2Java problem with complex type ? The soap:body in the binding says use="literal". This means that the outer layer - getRTQuote/getRTQuoteResponse - is stripped and the

Re: WSDL2Java problem with complex type ?

2002-02-06 Thread Russell Butek
X-RPC doesn't address it. Russell Butek [EMAIL PROTECTED] "Brette, Marc" <[EMAIL PROTECTED]> on 02/06/2002 04:13:02 AM Please respond to [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject: WSDL2Java problem with complex type

WSDL2Java problem with complex type ?

2002-02-06 Thread Brette, Marc
Hi, I try to use WSDL2Java to generate stubs. The WSDL file defining the service is http://services.xmltoday.com/vx_engine/wsdl.vep/realtime.wsdl I tried to use the 02/05/2002 nighlty build, but no classes are generated for the complex types getRTQuote and getRTQuoteResponse, whereas they are us