classes generated by WSDL2java

2003-08-04 Thread Stuart Barlow
When you have a java interface and you go the recommended route of java2WSDL and WSDL2java. Is it important to use the generated classes rather than your original classes? I have some methods in my original classes that I would like to use. But then the generated classes are significantly different

RE: Issues compiling the java classes generated by wsdl2Java tool

2002-06-29 Thread Chris Haddad
Martin - The reference is to a class in the jndi.jar file. /Chris -Original Message- From: Martin Pichardo [mailto:[EMAIL PROTECTED]] Sent: Saturday, June 29, 2002 10:06 AM To: [EMAIL PROTECTED] Subject: Issues compiling the java classes generated by wsdl2Java tool I apoligize for

Issues compiling the java classes generated by wsdl2Java tool

2002-06-29 Thread Martin Pichardo
I apoligize for the rookie question, I am new to the Java platform and axis. I have installed the SUN JDK 1.2.2_10, xerces, junit and axis beta2. I can successfully generate the java classes from a wsdl file using the axis wsdl2java tool. However, when i try to compile the proxy classes I get

Issues compiling the java classes generated by wsdl2Java tool

2002-06-29 Thread Martin Pichardo
I apoligize for the rookie question, I am new to the Java platform and axis. I have installed the SUN JDK 1.2.2_10, xerces, junit and axis beta2. I can successfully generate the java classes from a wsdl file using the axis wsdl2java tool. However, when i try to compile the proxy classes I get

Re: Java classes generated by WSDL2Java

2002-05-13 Thread Reddy
for my object generated by Java2wsdl is missing some attributes. IF any one has a workaround can you guys suggest me? Thanks Reddy --- Naresh Bhatia <[EMAIL PROTECTED]> wrote: > I have some questions regarding the Java classes > generated by WSDL2Java. My > assumption is that WSDL2J

Re: Java classes generated by WSDL2Java

2002-05-13 Thread Bob Cotton
> "Naresh" == Naresh Bhatia <[EMAIL PROTECTED]> writes: Naresh> I have some questions regarding the Java classes generated Naresh> by WSDL2Java. My assumption is that WSDL2Java was written Naresh> primarily to create a Web Service client. However it is Naresh> making the maint

Java classes generated by WSDL2Java

2002-05-13 Thread Naresh Bhatia
Title: Java classes generated by WSDL2Java I have some questions regarding the Java classes generated by WSDL2Java. My assumption is that WSDL2Java was written primarily to create a Web Service client. However it is making the maintenance of my business data classes a bit awkward. Let me try

Re: Cannot compile classes generated by WSDL2Java too

2002-04-25 Thread Vaishakhi Ajmera
pril 25, 2002 12:35 PM Subject: Re: Cannot compile classes generated by WSDL2Java too > It appears that you have an inconsistent set of AXIS jar files. There is > jaxrpc.jar which contains the JAX-RPC apis. Then there's axis.jar which is > everything else. > > javax.xml.

Re: Cannot compile classes generated by WSDL2Java too

2002-04-25 Thread Russell Butek
C apis. Do you have that jar around?) Russell Butek [EMAIL PROTECTED] "Vaishakhi Ajmera" <[EMAIL PROTECTED]> on 04/25/2002 11:05:47 AM Please respond to [EMAIL PROTECTED] To:<[EMAIL PROTECTED]> cc: Subject: Cannot compile classes generated by WSDL2Java too hel

Cannot compile classes generated by WSDL2Java too

2002-04-25 Thread Vaishakhi Ajmera
hello, We have a webservice written in C#, .NET and have a WSDL generated from it using .NET tools I have been given the wsdl to make calls to that webservice using AXIS. I run the WSDL2Java tool and get a bunch of files generated. Now I try to compile my project and it gives me a lot of compilati