Re: WSDL2Java bug? or my misunderstanding

2003-06-23 Thread mark pope
gt; > > Then, if this works you know WSDL2Java runs ok on your code. > > > > Rey. > > > > - Original Message - > > From: mark pope <[EMAIL PROTECTED]> > > Date: Mon, 23 Jun 2003 08:52:18 -0700 (PDT) > > To: [EMAIL PROTECTED] > > Su

Re: WSDL2Java bug? or my misunderstanding

2003-06-23 Thread mark pope
s you know WSDL2Java runs ok on your code. > > Rey. > > - Original Message - > From: mark pope <[EMAIL PROTECTED]> > Date: Mon, 23 Jun 2003 08:52:18 -0700 (PDT) > To: [EMAIL PROTECTED] > Subject: Re: WSDL2Java bug? or my misunderstanding > > > Sorry I r

Re: WSDL2Java bug? or my misunderstanding

2003-06-23 Thread Reynardine
WSDL2Java runs ok on your code. Rey. - Original Message - From: mark pope <[EMAIL PROTECTED]> Date: Mon, 23 Jun 2003 08:52:18 -0700 (PDT) To: [EMAIL PROTECTED] Subject: Re: WSDL2Java bug? or my misunderstanding > Sorry I ran the last test with genned files from previous test.

Re: WSDL2Java bug? or my misunderstanding

2003-06-23 Thread mark pope
Sorry I ran the last test with genned files from previous test. I re-ran wsdl with 1.1 and got the following. The following is accurate: With type="xsd1:ExceptionContent": 1. ExceptionContent.java is generated. 2. OutageRequestWebServiceException.java is NOT generated. 3. OutageRequestWebService

Re: WSDL2Java bug? or my misunderstanding

2003-06-23 Thread mark pope
Chris, I'm calling wsdl2java with ant(build.xml) the only parameters I'm passing are "-osrc" for the location of ouput. With type="xsd1:ExceptionContent" ExceptionContent.java is generated, OutageRequestWebServiceException.java is generated, and OutageRequestWebService.java(below). Notice that t

Re: WSDL2Java bug? or my misunderstanding

2003-06-21 Thread chaddad
Mark - When testing the wsdl (and uncommenting the part) wsdl2java is properly parsing the file. i'm using a nightly build. can you provide the exact command line that you are using? thanks, /Chris -- Original Message -- From: mark pope <[EMAIL PROTE

WSDL2Java bug? or my misunderstanding

2003-06-20 Thread mark pope
Attached is a very simple example of a WSDL file that fails(produces undesired behavior in my opinion) when parsed with WSDL2Java and Sun's JWSDP_1.1 wscompile. Basically I want to define a fault message that contains a part that is of complextype like this: If I define the pa

Re: WSDL2Java Bug?

2002-07-02 Thread James Black
Ted Neward wrote: > Does anybody know of a freeware WSDL validation service? Seems like > this (that is, an invalid well-formed WSDL doc) could come up a lot. > If you create your interface, then just use java2wsdl to make the wsdl file, you can then go back in and make the changes you want t

RE: WSDL2Java Bug?

2002-07-02 Thread Ted Neward
Sean [mailto:[EMAIL PROTECTED]]Sent: Tuesday, July 02, 2002 12:57To: '[EMAIL PROTECTED]'Subject: RE: WSDL2Java Bug? Forgive my ignorance, but which input/output clauses - messages, operation, ... ?  I see names for these.  Thanks. -Original Message-From: [E

RE: WSDL2Java Bug?

2002-07-02 Thread butek
IL PROTECTED]> cc: Subject: RE: WSDL2Java Bug? Forgive my ignorance, but which input/output clauses - messages, operation, ... ?  I see names for these.  Thanks. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 3:12 PM To: [EMAIL

RE: WSDL2Java Bug?

2002-07-02 Thread Cohan, Sean
Forgive my ignorance, but which input/output clauses - messages, operation, ... ?  I see names for these.  Thanks. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: Tuesday, July 02, 2002 3:12 PMTo: [EMAIL PROTECTED]Subject: RE: WSDL2Java Bug?The

RE: WSDL2Java Bug?

2002-07-02 Thread butek
AIL PROTECTED]> cc: Subject: RE: WSDL2Java Bug? I was getting valid WSDL, but I wasn't getting valid java when I fed it into WSDL2Java (i.e., the overridden methods were created with the same signature with the Note class as a parameter.)   I'm going to reduce some lev

RE: WSDL2Java Bug?

2002-07-02 Thread Cohan, Sean
ource does not have to be used.    Thanks. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: Tuesday, July 02, 2002 1:34 PMTo: [EMAIL PROTECTED]Subject: RE: WSDL2Java Bug?I'm not able to reproduce your problem. I get valid WSDL, ie, WSDL that

RE: WSDL2Java Bug?

2002-07-02 Thread butek
tek [EMAIL PROTECTED] Please respond to [EMAIL PROTECTED] To: Russell Butek/Austin/IBM@IBMUS cc: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> Subject: RE: WSDL2Java Bug? Here it is.  I will download the nightly build and try it again.  My full download was on 6/26.

RE: WSDL2Java Bug?

2002-07-02 Thread Cohan, Sean
ks.       -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: Tuesday, July 02, 2002 9:09 AMTo: [EMAIL PROTECTED]Subject: Re: WSDL2Java Bug?Sean, could you send me your interface and WSDL files? The problem is, you have bad WSDL. When working with overlo

Re: WSDL2Java Bug?

2002-07-02 Thread butek
ECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject: WSDL2Java Bug? I used Java2WSDL to gen my wsdl file from my interface.  I then used WSDL2Java to gen my stubs,skeletons,impls, etc.  My interface has a method with 2 signatures. One passes in a class an

Re: WSDL2Java Bug?

2002-07-02 Thread butek
;all know what I find out. Russell Butek [EMAIL PROTECTED] Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Re: WSDL2Java Bug? "Cohan, Sean" wrote: > However, the WSDL2Java generated interface incorrectly contains 2 versions > of the method each with t

Re: WSDL2Java Bug?

2002-07-01 Thread James Black
"Cohan, Sean" wrote: > However, the WSDL2Java generated interface incorrectly contains 2 versions > of the method each with the class as it's argument: > > public com.gosps.cbd.note.api.Note getNote(com.gosps.cbd.note.api.Note > in0) throws java.rmi.RemoteException; > public com.gosps.cbd

WSDL2Java Bug?

2002-07-01 Thread Cohan, Sean
I used Java2WSDL to gen my wsdl file from my interface. I then used WSDL2Java to gen my stubs,skeletons,impls, etc. My interface has a method with 2 signatures. One passes in a class and the other passes in an Integer. It looks like the wsdl is correctly created with 2 messages/operations:

RE: wsdl2java bug?

2002-06-06 Thread Tolsch, Ed
EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 8:32 AM To: Tolsch, Ed Subject: Re: wsdl2java bug? I just posted a reply to the list. Seems to be a bug of the tool. It's very annoying. Nobody answered my question about that and I didn't find a solution for that problem. Regards

Re: wsdl2java bug?

2002-06-06 Thread James Black
My bug was on my side. WSDL2Java worked fine for me, so far.

Re: wsdl2java bug?

2002-06-06 Thread James Black
I just looked at bugzilla, and there are two bugs that I am curious about. ID 9239: where the Java2WSDL example fails, any idea when this may be fixed? I wonder if this is why my Java2WSDL call is failing. ID 9643: I have had to change the service name when using WSDL2Java by hand, after running

Re: wsdl2java bug?

2002-06-06 Thread Russell Butek
ct: Re: wsdl2java bug? Seems to be a bug. I discovered the same. Nobody on this list answered my question about that. Regards Dennis Reil - Original Message - From: "Tolsch, Ed" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 05, 2002 11:19 PM Sub

Re: wsdl2java bug?

2002-06-06 Thread Dennis Reil
Seems to be a bug. I discovered the same. Nobody on this list answered my question about that. Regards Dennis Reil - Original Message - From: "Tolsch, Ed" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 05, 2002 11:19 PM Subject: wsdl2java bug

wsdl2java bug?

2002-06-05 Thread Tolsch, Ed
I'm wondering if the wsdl2java has a bug or I'm doing something wrong. I have the following within my WSDL file: . . . . . . When I

Re: WSDL2Java bug ?

2002-06-04 Thread R J Scheuerle Jr
678-5115) [EMAIL PROTECTED] (Prasanta Behera) 06/04/2002 10:53 AM Please respond to axis-user                 To:        axis-user <[EMAIL PROTECTED]>         cc:                 Subject:        WSDL2Java bug ?         With the attached WSDL,  there are 2 problems (Using AXIS Beta 2 ,

WSDL2Java bug ?

2002-06-04 Thread Prasanta Behera
With the attached WSDL,  there are 2 problems (Using AXIS Beta 2 , JDK 1.4, Win2k) 1.  It doesnot generate any set/get() methods for Holder objects. This is the generated code. public final class ArrayOfstringHolder implements javax.xml.rpc.holders.Holder {     public String[] value;     publ

WSDL2Java BUG ??

2002-03-26 Thread Parimi Srinivas
Hi, I am trying to generate stub,skeleton and Impl for a document style service using service wsdl. My service interface looks like - public interface MessageTest { public Element[] getMessage(MessageContext mtx, Vector input); } When Java2WSDL is executed on above interface, wsdl emitted d

Re: WSDL2Java bug (Service1.asmx)

2002-03-24 Thread Fred So
in the other thread. Good > > > luck. > > > Stan > > > > > > - Original Message - > > > From: "Fred So" <[EMAIL PROTECTED]> > > > To: <[EMAIL PROTECTED]> > > > Sent: Sunday, March 24, 2002 2:04 AM > > >

Re: WSDL2Java bug (Service1.asmx)

2002-03-24 Thread Hakon Baunsgaard
thread. Good > > luck. > > Stan > > > > - Original Message - > > From: "Fred So" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Sunday, March 24, 2002 2:04 AM > > Subject: Re: WSDL2Java bug (Service1.asmx) &

Re: WSDL2Java bug (Service1.asmx)

2002-03-24 Thread Fred So
r > stubs, as I explained in the other thread. Good > luck. > Stan > > - Original Message - > From: "Fred So" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Sunday, March 24, 2002 2:04 AM > Subject: Re: WSDL2Java bug (Service1.asmx) &g

Re: WSDL2Java bug (Service1.asmx)

2002-03-24 Thread Stan Jordan
Fred... The stanski service works fine with Axis. Use WSDL2Java to build your stubs, as I explained in the other thread. Good luck. Stan - Original Message - From: "Fred So" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 24, 2002 2:04 AM Subj

Re: WSDL2Java bug (Service1.asmx)

2002-03-24 Thread Fred So
CTED]> > To: <[EMAIL PROTECTED]> > Sent: Saturday, March 23, 2002 5:40 PM > Subject: WSDL2Java bug (Service1.asmx) > > > > WSDL2Java chokes on this file (exception pasted > below): > > > http://srv2.advmrkt.com/yZWebService/Service1.asmx?wsdl > > &

Re: WSDL2Java bug (Service1.asmx)

2002-03-23 Thread Stan Jordan
IL PROTECTED]> Sent: Saturday, March 23, 2002 5:40 PM Subject: WSDL2Java bug (Service1.asmx) > WSDL2Java chokes on this file (exception pasted below): > http://srv2.advmrkt.com/yZWebService/Service1.asmx?wsdl > > But! If you comment-out this line (which appears twice in the wsdl file) &

WSDL2Java bug (Service1.asmx)

2002-03-23 Thread Stan Jordan
WSDL2Java chokes on this file (exception pasted below): http://srv2.advmrkt.com/yZWebService/Service1.asmx?wsdl But! If you comment-out this line (which appears twice in the wsdl file) then WSDL2Java works like a charm... Can somebody tell me...is this a bug in the Microsoft wsdl emitter

Re: WSDL2Java bug??

2002-01-31 Thread Russell Butek
Thanks for the bug report. The fix will be in the next nightly build. Russell Butek [EMAIL PROTECTED] "Shinde, Uma" <[EMAIL PROTECTED]> on 01/31/2002 11:05:33 AM Please respond to [EMAIL PROTECTED] To:<[EMAIL PROTECTED]> cc: Subject:WSDL2Java bug?? I'

WSDL2Java bug??

2002-01-31 Thread Shinde, Uma
I'm using the Alpha 3 release. Tried the WSDL2Java on a wsdl where the had an empty doucmentation element as follows. http://www.mybubble.com:8080/soap/servlet/rpcrouter"; /> This resulted in a null pointer exception. Here's the stack trace. java.lang.NullPointerException at org.a