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

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
MAIL PROTECTED] Sent: Monday, January 26, 2004 5:07 PM Subject: RE: WSDL2Java problem Hi Safdar,   I have the same problem. I sent the same question and I didn't get any answer. Please, if you find the solution let me know. I'll do the same.   Thank you very muc

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
Title: Message Hi Safdar,   I have the same problem. I sent the same question and I didn't get any answer. Please, if you find the solution let me know. I'll do the same.   Thank you very much Ransel López, Web Services Developer Time Industrial, Inc. An Outsourced Contractor Time and Cos

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

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;

Re: WSDL2JAVA Problem

2002-04-30 Thread Sven Kuenzler
Hi, JSSE needs a little more configuration. Have a look at http://xml.apache.org/soap/docs/install/FAQ_Tomcat_SOAP_SSL.html There is an updated version for Axis which I don't find right now. It's essentially the same procedure as described by the document mentioned above. HTH, Sven --

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 -Original Me

Re: WSDL2Java problem

2002-03-13 Thread Russell Butek
Are you sure you're using wsdl4j.jar that comes with AXIS? I understand there's another one floating around that's incompatible. Russell Butek [EMAIL PROTECTED] Frank van Lingen <[EMAIL PROTECTED]> on 03/12/2002 07:37:56 PM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Sub

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

2002-03-06 Thread R J Scheuerle Jr
Could you send me the wsdl file. Thanks Rich Scheuerle XML & Web Services Development 512-838-5115 (IBM TL 678-5115) oliver.kowalke@t-

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 complex type package? Hi a

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
The soap:body in the binding says use="literal". This means that the outer layer - getRTQuote/getRTQuoteResponse - is stripped and the contents of the complexType are in the parameter list instead of the complexType itself, so nothing need be generated for the complexType. Now that that's explai