RE: expections got lost _call.invokeOneWay()

2002-10-02 Thread Russell Butek
Oneway operations are defined in WSDL 1.1 section 2.4.1. A oneway operation ONLY has an input message. Oneway operations are not supposed to have faults, so this WSDL is bad. WSDL2Java is accepting this WSDL when it should have rejected it. Russell Butek [EMAIL PROTECTED] "Alex

Re: Output parameter in AXIS

2002-10-02 Thread Russell Butek
Yes. See out inout test: http://cvs.apache.org/viewcvs.cgi/xml-axis/java/test/wsdl/inout/inout.wsdl?rev=1.2.6.1 &content-type=text/vnd.viewcvs-markup Russell Butek [EMAIL PROTECTED] Tomasz Piontek <[EMAIL PROTECTED]> on 10/02/2002 10:13:24 AM Please respond to [EMAIL PROT

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

2002-10-01 Thread Russell Butek
You're WSDL is using a non-standard XML type. If you want a string, just use xsd:string. Russell Butek [EMAIL PROTECTED] Jan-Olav Eide <[EMAIL PROTECTED]> on 10/01/2002 09:40:04 AM Please respond to [EMAIL PROTECTED] To:"'[EMAIL PROTECTED]'"

Re: WSDL MIME binding support in axis?

2002-09-26 Thread Russell Butek
MIME types: ... xmlns:axis="http://xml.apache.org/xml-soap";... => image/jpeg => java.awt.Image => text/plain => java.lang.String => multipart/related => javax.mail.internet.MimeMultipart => text/xml => javax.xml.transform.Source => javax.activation.DataHandler Rus

Re: wsdl2java bug?

2002-06-06 Thread Russell Butek
more axis-users and almost no increase in active axis committers, so we often lose track of axis-user. Reporting the bug through bugzilla ensures that we will look at it eventually. Russell Butek [EMAIL PROTECTED] Please respond to [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> cc: Subje

RE: WSDL types schema definition

2002-06-06 Thread Russell Butek
available? Would you be able to pass your WSDL on to me so I can give it a try? Russell Butek [EMAIL PROTECTED] Please respond to [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject: RE: WSDL types schema definition     Thanks f

Re: ArrayOutOfBoundsException

2002-06-06 Thread Russell Butek
This question has been raised on axis-dev, but not discussed, so I can't say when. Possibly this month sometime. Russell Butek [EMAIL PROTECTED] Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Re: ArrayOutOfBoundsException Russell, Would you know if/when a B

Re: WSDL types schema definition

2002-06-05 Thread Russell Butek
cation="http://www.com.xxx/remoteschema.xsd" namespace="urn:otherStuff"> ... .. ... Russell Butek [EMAIL PROTECTED] Please respond to [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject: WSDL types schema definition

Re: ArrayOutOfBoundsException

2002-06-05 Thread Russell Butek
beta 2 is over a month old, now. You might want to try a recent nightly build: http://xml.apache.org/dist/axis/nightly/. Russell Butek [EMAIL PROTECTED] Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Re: ArrayOutOfBoundsException I am using axis beta 2 -- the

Re: ArrayOutOfBoundsException

2002-06-05 Thread Russell Butek
lient), and an error has occurred trying to read the fault from the SOAP message. You could run tcpmon to see what the fault is, but I'd suggest moving to a newer version of AXIS, first. Russell Butek [EMAIL PROTECTED] Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: S

Re: ArrayOutOfBoundsException

2002-06-05 Thread Russell Butek
Could you show us your exception stack trace? Russell Butek [EMAIL PROTECTED] Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: ArrayOutOfBoundsException I am getting an ArrayOutOfBoundsException when I try to run the following code: (begin code here) package

Re: WSDL2Java and javadoc comments - why not?

2002-06-04 Thread Russell Butek
At this point, I believe WSDL2Java only transfers comments if they're at the top level. We could do a better job picking up more comments. Russell Butek [EMAIL PROTECTED] Please respond to [EMAIL PROTECTED] To: "Axis-User (E-mail)" <[EMAIL PROTECTED]> cc: Subject: Re:

Re: WSDL Question

2002-06-04 Thread Russell Butek
This statement:   means that the part references an element type: There is no such beast in your WSDL. Your WSDL has a complexType called "Ping", so changing "element=" to "type=" finds the complex type. Russell Butek [EMAIL PROTECTED] Please respond to [

Re: Error of WSDL2Java

2002-05-29 Thread Russell Butek
Well, these two WSDL files are completely different. But in particular, the first WSDL has the line:The second WSDL doesn't. Russell Butek [EMAIL PROTECTED] Anna Chen <[EMAIL PROTECTED]> on 05/29/2002 11:04:23 AM Please respond to [EMAIL PROTECTED] To:[EMAIL PR

Re: Error of WSDL2Java

2002-05-29 Thread Russell Butek
ne have suggestions as to how this should be mapped to Java? Russell Butek [EMAIL PROTECTED] Anna Chen <[EMAIL PROTECTED]> on 05/29/2002 10:25:34 AM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:Error of WSDL2Java When I tried to convert http://w

Re: Includes

2002-05-29 Thread Russell Butek
said, I'll look at the import problem as soon as I get the chance. Russell Butek [EMAIL PROTECTED] "Sapozhnikov, Michael" <[EMAIL PROTECTED]> on 05/29/2002 09:10:39 AM Please respond to [EMAIL PROTECTED] To:"'[EMAIL PROTECTED]'" <[EMAIL PROT

Re: AXIS BUG ?

2002-05-29 Thread Russell Butek
These are not bugs. See my comments inline between ... Russell Butek [EMAIL PROTECTED] "Jean-Marc Taillant" <[EMAIL PROTECTED]> on 05/29/2002 08:41:06 PM Please respond to [EMAIL PROTECTED] To:<[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> cc: Subject:AX

Re: wsdl4j help required

2002-05-23 Thread Russell Butek
learn something from looking at their implementations, though since they're tools, not training samples, that might be a bit of a chore. Russell Butek [EMAIL PROTECTED] Paul Hunnisett <[EMAIL PROTECTED]> on 05/23/2002 12:52:04 PM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECT

Re: Attachment confusion...

2002-05-22 Thread Russell Butek
This is a legitimate question. The attachment sample is a DII (dynamic invocation) sample for good reason. AXIS doesn't yet support attachments in WSDL. I believe it MUST before AXIS 1.0 is released, but how soon that happens is unknown. Russell Butek [EMAIL PROTECTED] Douglas Bi

Re: return types of void

2002-05-21 Thread Russell Butek
I would have guessed that this message clause is illegal. I could be wrong, but try this instead: Russell Butek [EMAIL PROTECTED] "Agrawal, Anuj (Anuj)** CTR **" <[EMAIL PROTECTED]> on 05/21/2002 10:39:49 AM Please respond to [EMAIL PROTECTED] To:"'Axis U

Re: WSDL2Java against a WSDL file from MS Soap

2002-05-17 Thread Russell Butek
Comments inline below between ... Russell Butek [EMAIL PROTECTED] "Houman Moshtagh" <[EMAIL PROTECTED]> on 05/17/2002 02:25:54 AM Please respond to [EMAIL PROTECTED] To:<[EMAIL PROTECTED]> cc: Subject:Re: WSDL2Java against a WSDL file from MS Soap Hello R

Re: WSDL2Java against a WSDL file from MS Soap

2002-05-16 Thread Russell Butek
I'm not sure I understand your problem. Could you show us your WSDL? Russell Butek [EMAIL PROTECTED] "Houman Moshtagh" <[EMAIL PROTECTED]> on 05/16/2002 01:11:12 PM Please respond to [EMAIL PROTECTED] To:<[EMAIL PROTECTED]> cc: Subject:WSDL2Java again

RE: WSDL2Java error!

2002-05-16 Thread Russell Butek
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] "Gold, Laurence (MLIM)" <[EMAIL P

Re: WSDL2Java error!

2002-05-16 Thread Russell Butek
Cedric is right. It is ref="s:schema" that is causing your problems. WSDL2Java does not handle that. WSDL2Java is based on JAX-RPC. JAX-RPC defines mappings from WSDL/XML to Java and it doesn't define a mapping for s:schema. I don't know how that should be mapped.

Re: WSDL2Java error!

2002-05-15 Thread Russell Butek
First you have to decide what the schema type means to you. To some folks it means "xsd:anyType". Perhaps you could just replace schema with anyType? Russell Butek [EMAIL PROTECTED] "Sudhir" <[EMAIL PROTECTED]> on 05/15/2002 01:37:01 PM Please respond to [EMAIL

Re: WSDL2Java error!

2002-05-15 Thread Russell Butek
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 Butek [EMAIL PROTECTED] "Sudhir" <[EMAIL PROT

Re: Problem using Xerces-2 Java Parser 2.0.1

2002-05-14 Thread Russell Butek
There are no dependencies that I'm aware of. I use xerces 2 exclusively. The betas were both built and tested with xerces 2. Russell Butek [EMAIL PROTECTED] "kulin parikh" <[EMAIL PROTECTED]> on 05/14/2002 09:10:28 AM Please respond to [EMAIL PROTECTED] To:[EMAIL P

RE: WSDL2Java programmatic errors

2002-05-13 Thread Russell Butek
calls Emitter methods. Russell Butek [EMAIL PROTECTED] "Gold, Laurence (MLIM)" <[EMAIL PROTECTED]> on 05/13/2002 09:58:15 AM Please respond to [EMAIL PROTECTED] To:"'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject:RE: WSDL2Java pro

RE: WSDL2Java programmatic errors

2002-05-13 Thread Russell Butek
cent CVS version? Some of the file-finding code has changed recently. (The WSDL2Java framework has also changed recently, which SHOULDN'T affect your code, but it may, depending on how you call WSDL2Java/Emitter.) Russell Butek [EMAIL PROTECTED] "Provencher, Samuel" <[EMAIL PROTE

RE: How to control the Call object in code generated by WSDL2Java ?

2002-05-10 Thread Russell Butek
   // Set credentials     Stub stub = (Stub)node; stub._setProperty(Stub.USERNAME_PROPERTY, username); stub._setProperty(Stub.PASSWORD_PROPERTY, password); where "Stub" is javax.xml.rpc.Stub. (You can see why we added the AXIS API's. setUserName(userName) is a whole lo

Re: How to Use WSDL2Java

2002-05-07 Thread Russell Butek
CLOptionDescription is in clutil.jar. Verify that your CLASSPATH correctly contains this jar. Russell Butek [EMAIL PROTECTED] "Wang, XD (Xiao Dong)" <[EMAIL PROTECTED]> on 05/07/2002 07:10:16 AM Please respond to [EMAIL PROTECTED] To:"'[EMAIL PROTECTED]'&q

Re: WSDL2Java error messages

2002-05-02 Thread Russell Butek
me, but it's quite a bit different in the xerces stuff. What version of xerces are you using? I'm using xerces 2. Russell Butek [EMAIL PROTECTED] "Simon McClenahan" <[EMAIL PROTECTED]> on 05/02/2002 11:45:08 AM Please respond to [EMAIL PROTECTED] To:"

Re: Char!!!!

2002-05-01 Thread Russell Butek
Sorry. Right now you can't. There is no mapping from Java's primitive char type to an XML type. Russell Butek [EMAIL PROTECTED] "Patricia Doyle" <[EMAIL PROTECTED]> on 05/01/2002 01:23:19 PM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject

Re: WSDL2Java generates incorrect field reference (beta 2)

2002-05-01 Thread Russell Butek
al, yet; the joys of living on the bleeding edge. Russell Butek [EMAIL PROTECTED] Alan Moore <[EMAIL PROTECTED]> on 04/30/2002 05:40:38 PM Please respond to [EMAIL PROTECTED] To:"'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>, [EMAIL PROTECTED] cc: Subject:W

Re: Java2WSDL breaks for me beta1 -> beta2

2002-05-01 Thread Russell Butek
Show us your Java class. Did you use ?wsdl or Java2WSDL? If Java2WSDL, show us the command line options you used. Russell Butek [EMAIL PROTECTED] Bob Cotton <[EMAIL PROTECTED]>@synxis.com on 04/30/2002 04:35:36 PM Please respond to [EMAIL PROTECTED] Sent by:[EMAIL PROTECTED

AXIS beta 2 is now available!

2002-04-29 Thread Russell Butek
The final beta 2 release is available: http://xml.apache.org/axis/dist/beta2/ This release was built with: - ant 1.4.1 - xerces 2 - tomcat 4.0.3 (for servlet.jar, activation.jar, and mail.jar) - junit 3.7 Expect a beta 3 the end of May. Russell Butek [EMAIL PROTECTED]

Re: Issue with beta2

2002-04-29 Thread Russell Butek
Could we see: 1. The class(es) that you're running Java2WSDL on; 2. The Java2WSDL command you used. Russell Butek [EMAIL PROTECTED] "Patricia Doyle" <[EMAIL PROTECTED]> on 04/29/2002 02:28:51 PM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject

Re: Two things with AXIS beta 2 rc1...

2002-04-29 Thread Russell Butek
1. The NAME of the prefix doesn't matter, as long as the namespace is the same. 2. I don't know what to say about this one. I haven't played with it. Anyone else want to answer? Russell Butek [EMAIL PROTECTED] "ajack" <[EMAIL PROTECTED]> on 04/28/2002 09:16:

Re: WSDL does not recognizes xdd:token, xsd:positiveInteger, xsd:normalizedStringtypes.

2002-04-29 Thread Russell Butek
rs). If you (or anyone) go through the effort of doing this, we'd be happy to consider bringing it into the AXIS codebase. Russell Butek [EMAIL PROTECTED] Reddy <[EMAIL PROTECTED]> on 04/27/2002 09:40:08 PM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc:

Re: WSDL Generated Code for xsd:date,xsd:datetim. is wrong.

2002-04-29 Thread Russell Butek
Which version of AXIS are you using? This is a very strange bit of code to generate. It is certainly wrong. And it is NOT generated with the latest versions of AXIS (at least it's not in our tests). Russell Butek [EMAIL PROTECTED] Reddy <[EMAIL PROTECTED]> on 04/27/2002 09:33:30

AXIS Beta 2 release candidate is available

2002-04-26 Thread Russell Butek
" has been created. So you die-hard axis-dev folks who want to work on AXIS during the weekend can now work on the head branch without disturbing the beta 2 release. Russell Butek [EMAIL PROTECTED]

Re: java.lang.verifyerror while executing samples

2002-04-26 Thread Russell Butek
See http://marc.theaimsgroup.com/?l=axis-user&m=101950819112589&w=2 Russell Butek [EMAIL PROTECTED] "Ramakrishnan Balakrishnan" <[EMAIL PROTECTED]> on 04/26/2002 11:43:17 AM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:java.lang.ver

Re: QFault problem

2002-04-26 Thread Russell Butek
being used as a special-case QName, so all references to QFault in AXIS have been changed to QName. Russell Butek [EMAIL PROTECTED] "Jean-Marc Taillant" <[EMAIL PROTECTED]> on 04/26/2002 01:46:03 AM Please respond to [EMAIL PROTECTED] To:<[EMAIL PROTECTED]> cc: Subject:

RE: WSDL2java error with .NET WSDL

2002-04-26 Thread Russell Butek
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? Russell Butek [EMAIL PROTECTED] "Mount, Dave" <[EMAIL PROTECTED]> on 04/25

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

Re: wsdl2java client string array problem

2002-04-25 Thread Russell Butek
Try this WSDL: (See attached file: test.wsdl) Russell Butek [EMAIL PROTECTED] Alan Moore <[EMAIL PROTECTED]> on 04/24/2002 06:46:04 PM Please respond to [EMAIL PROTECTED] To:"'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject:wsdl2java client st

Re: jaxrpc-api.jar / axis jaxrpc.jar and javax.xml.rpc.ParameterMode.IN

2002-04-23 Thread Russell Butek
RPC version 0.7. JAX-RPC version 0.8 changed this to IN. AXIS currently supports version 0.8. Of course now there's a 0.9 version out, so we're STILL behind! Russell Butek [EMAIL PROTECTED] "Pat Ryan" <[EMAIL PROTECTED]> on 04/23/2002 02:37:15 PM Please respond to [EMAI

Re: URGENT!!!!!!! StackTrace included

2002-04-22 Thread Russell Butek
appears that you have an old version of axis.jar and a newer version of jaxrpc.jar. Russell Butek [EMAIL PROTECTED] "Patricia Doyle" <[EMAIL PROTECTED]> on 04/22/2002 03:30:21 PM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:URGENT!!! StackTrac

Re: URGENT!!!!!!!!!

2002-04-22 Thread Russell Butek
Not a clue. Sorry. This stack trace you've given us doesn't have any AXIS code in the stack, so there's no way for us to know how this problem is related to AXIS. Russell Butek [EMAIL PROTECTED] "Patricia Doyle" <[EMAIL PROTECTED]> on 04/22/2002 02:21:

Re: Production release date

2002-04-17 Thread Russell Butek
Sometime this summer, I expect. We cannot have a production release until the JAX-RPC spec, which AXIS implements, is official. I think that's supposed to be official in May. I don't know whether there are any other items that are gating us (besides better documentation!). Rus

Re: WSDL and XML Spy

2002-04-15 Thread Russell Butek
ike: wsdl:arrayType="XXX". In these cases the WSDL file MUST have the namespace attribute, in which case WSDL4J would add the prefix, so you'd still be broken with those cases anyway (unless we could get WSDL4J to change, which is unlikely). Russell Butek [EMAIL PROTECTED] "Ti

Re: support?

2002-04-12 Thread Russell Butek
s not a trivial task, so don't expect it any time soon. Russell Butek [EMAIL PROTECTED] "Lasker, Kory" <[EMAIL PROTECTED]> on 04/12/2002 04:19:47 PM Please respond to [EMAIL PROTECTED] To:"'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subj

Re: Nullpointer exception when importing schemas

2002-04-11 Thread Russell Butek
Could we see more of this reasonably simple WSDL file? We've got at least one test (I think more) that tests XML imports and they work, so you obviously have something that we don't. Russell Butek [EMAIL PROTECTED] Chris Burnley <[EMAIL PROTECTED]> on 04/11/2002 01:31:51 AM P

Re: Does WSDL2JAVA handles generating code for complex schema elements ??

2002-04-10 Thread Russell Butek
Whenever you REFER to a type you're defining, like ActionType in the statement You must qualify it with the prefix for the namespace in which that type is defined: Russell Butek [EMAIL PROTECTED] "SMK.Reddy" <[EMAIL PROTECTED]> on 04/10/2002 01:24:57 AM Please respon

Re: Correction for documentation

2002-04-09 Thread Russell Butek
Thanks for the correction! I've put it on my todo list. I don't know when I'll be able to get to it, but it'll be fixed before our next beta. Russell Butek [EMAIL PROTECTED] "Didier Guillon" <[EMAIL PROTECTED]> on 04/09/2002 11:39:14 AM Please respond

Re: Is interoperability really possible...

2002-04-01 Thread Russell Butek
soap-enc:Array is a SOAP 1.2 creature. MS probably only supports SOAP 1.1. Try creating WSDL using Java2WSDL with the following option: --typeMappingVersion 1.1. Russell Butek [EMAIL PROTECTED] "Edward Gemar" <[EMAIL PROTECTED]> on 04/01/2002 03:46:19 PM Please respond to

Re: Best working (nightly) build?

2002-03-27 Thread Russell Butek
eated if you're sufficiently CVS savvy). Russell Butek [EMAIL PROTECTED] "Frederic Desjarlais" <[EMAIL PROTECTED]> on 03/27/2002 01:33:37 PM Please respond to [EMAIL PROTECTED] To:<[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> cc: Subject:Best working (nightly) buil

Re: AW: DOM or SAX in Axis?

2002-03-22 Thread Russell Butek
AXIS DOES support attachments (to a degree). See the attachment sample (samples/attachment). Russell Butek [EMAIL PROTECTED] [EMAIL PROTECTED] on 03/22/2002 04:15:23 AM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:Re: AW: DOM or SAX in Axis? Stefan, I

Re: WSDL4J Versions and Its Environment on Linux

2002-03-22 Thread Russell Butek
pulate existing WSDL). You'll want to look at the source in org.apache.axis.wsdl.fromJava. The call above is used in Emitter.java. Russell Butek [EMAIL PROTECTED] Li Bing <[EMAIL PROTECTED]> on 03/22/2002 01:58:07 AM To:Russell Butek/Austin/IBM@IBMUS cc:AXIS-USER <[EMAIL

Re: Header and WSDL2Java

2002-03-21 Thread Russell Butek
soap:header is on our todo list. Russell Butek [EMAIL PROTECTED] Wörner Till <[EMAIL PROTECTED]> on 03/21/2002 08:24:45 AM Please respond to [EMAIL PROTECTED] To:"Axis User List (E-Mail)" <[EMAIL PROTECTED]> cc: Subject:Header and WSDL2Java Hi, can WS

Re: NoSuchMethodError while using WSDL2Java

2002-03-21 Thread Russell Butek
Where did you get your wsdl4j.jar? There are actually 2 (or more?) of those floating around and they're not compatible. You should use the one that is packaged with AXIS. Russell Butek [EMAIL PROTECTED] Michel Bergijk <[EMAIL PROTECTED]> on 03/21/2002 03:47:42 AM Please respon

Re: why Axis?

2002-03-21 Thread Russell Butek
S is to fully comply with the JAX-RPC specification. We're not there, yet. But neither is the JAX-RPC spec! It's still a moving target, version 0.8, and won't become 'official' until probably sometime this summer. Russell Butek [EMAIL PROTECTED] "Daniel F. Savar

Re: real AXIS beta 1 problem (samples/attachments)

2002-03-20 Thread Russell Butek
It works for me. (Yeah, I know, that doesn't help you much!) Are you using tomcat? Do you have activation.jar in tomcat's common/lib directory? Russell Butek [EMAIL PROTECTED] "Stan Jordan" <[EMAIL PROTECTED]> on 03/19/2002 05:42:40 PM Please respond to [EMAIL

Re: real AXIS beta 1 problem (samples/message)

2002-03-20 Thread Russell Butek
You may be the first one to try this. It's unsupported. ?wsdl assumes RPC and right now there's no way to tell it otherwise. Russell Butek [EMAIL PROTECTED] "Stan Jordan" <[EMAIL PROTECTED]> on 03/19/2002 05:42:38 PM Please respond to [EMAIL PROTECTED] To:

Re: invoke a void return type method

2002-03-20 Thread Russell Butek
We have many methods in our tests and samples that return void, so "yes", it's possible. Sounds to me like you're having communications problems. Russell Butek [EMAIL PROTECTED] "Mike Brown" <[EMAIL PROTECTED]> on 03/20/2002 12:07:31 PM Please respond

Re: WSDL2Java error

2002-03-20 Thread Russell Butek
Type http://www.ebxml.org/namespaces/messageHeader:MessageHeader is referenced but not defined. MessageHeader is referenced in the WSDL, but WSDL2Java doesn't see a definition for it so it cannot generate a class for it. Russell Butek [EMAIL PROTECTED] "Olivier Lamy" <[EMAIL PROTECTED

RE: Array deserialization problem

2002-03-19 Thread Russell Butek
blem. It's not good enough simply to generate all derived types. The stub must register them as well. And they must be listed in the wsdd file. I've added this work to my todo list. Russell Butek [EMAIL PROTECTED] "St-Germain, Sylvain" <[EMAIL PROTECTED]> on 03

real AXIS beta 1

2002-03-19 Thread Russell Butek
y! I promise!). We will probably do a few more betas before we release 1.0, and these should not be much more than 1 month apart. This way if we find serious problems you won't have to wait very long for the next official release. Russell Butek [EMAIL PROTECTED]

Re: SAXException : SimpleDeser cannot handle structured data

2002-03-19 Thread Russell Butek
What do the results look like? Pull it from your log or, better yet, run tcpmon. Russell Butek [EMAIL PROTECTED] "Vemuri, Vijay " <[EMAIL PROTECTED]> on 03/19/2002 03:54:49 PM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:SAXException : Si

RE: .NET/AXIS Interoperability Issue

2002-03-19 Thread Russell Butek
There have been a number of fixes since then. The final AXIS beta 1 will be available today and I believe a new version of WSTK (that will use this beta) will be available early April. Russell Butek [EMAIL PROTECTED] Zelidrag Hornung <[EMAIL PROTECTED]> on 03/19/2002 02:36:50 PM

RE: .NET/AXIS Interoperability Issue

2002-03-19 Thread Russell Butek
What version of AXIS are you using? Your generated ArrayOfCompStruct3 looks quite a bit different than mine. Russell Butek [EMAIL PROTECTED] Zelidrag Hornung <[EMAIL PROTECTED]> on 03/19/2002 12:19:23 PM Please respond to [EMAIL PROTECTED] To:"'[EMAIL PROTECTED]'&qu

RE: Array deserialization problem

2002-03-19 Thread Russell Butek
The --all option GENERATES all mappings, but since all mappings aren't USED, we don't force anything (ie., the stub) to use them. Russell Butek [EMAIL PROTECTED] "St-Germain, Sylvain" <[EMAIL PROTECTED]> on 03/19/2002 09:37:52 AM Please respond to [EMAIL PROTECTED

Re: signature-signing-and-verification test failed (...This DOM documentdoes not support Traversal)

2002-03-19 Thread Russell Butek
The funtional-tests start the SimpleAxisServer on port 8080. If something has already opened that port, the functional-tests won't work. You can tell the functional-tests to use a different port: ant functional-tests -Dtest.functional.SimpleAxisPort= Russell Butek [EMAIL PROTECTED]

Re: .NET/AXIS Interoperability Issue

2002-03-19 Thread Russell Butek
I just ran WSDL2Java on this WSDL and it appears to generate the proper classes. Could you tell us explicitly what you think is a problem? Russell Butek [EMAIL PROTECTED] Zelidrag Hornung <[EMAIL PROTECTED]> on 03/18/2002 05:03:23 PM Please respond to [EMAIL PROTECTED] To:&q

Re: WSDL4J

2002-03-19 Thread Russell Butek
AXIS uses WSDL4J, particularly Java2WSDL and WSDL2Java. Take a look at the source in org/apache/axis/wsdl/toJava and .../fromJava and see if that helps. If you have any particular questions, I can try to answer them. Russell Butek [EMAIL PROTECTED] Li Bing <[EMAIL PROTECTED]> on 03/1

Re: LinkageError

2002-03-19 Thread Russell Butek
Could you show us your stack trace? Which version of AXIS are you using? Russell Butek [EMAIL PROTECTED] zze-You And Co balc005 FTRD/DMI/CAE <[EMAIL PROTECTED]> on 03/19/2002 03:30:24 AM Please respond to [EMAIL PROTECTED] To:"'[EMAIL PROTECTED]'" <[

RE: Exception on implementing java.util.Observer in WebService

2002-03-18 Thread Russell Butek
aving problems of its own. Russell Butek [EMAIL PROTECTED] Glen Daniels <[EMAIL PROTECTED]> on 03/18/2002 07:33:22 AM Please respond to [EMAIL PROTECTED] To:"'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject:RE: Exception on implementing java.util.Obser

Re: #WSDL2Java: Error generation Java source?

2002-03-18 Thread Russell Butek
We've got a couple xmethods WSDL in our build tests and those work fine. Tell me one that you're having problems with. Also, could you give me a full stack trace? Which XML parser are you using? Xerces? Russell Butek [EMAIL PROTECTED] "Johan \"Spocke\" Sörlin"

Re: Exception on implementing java.util.Observer in WebService

2002-03-18 Thread Russell Butek
ing? Line 134 in the current build cannot possibly throw NullPointerException: "if (f == null)". Perhaps your problem has been fixed in a recent build? Russell Butek [EMAIL PROTECTED] "Kumar, Vinay 2" <[EMAIL PROTECTED]> on 03/18/2002 12:47:15 AM Please respond to [

Beta 1 is now available!

2002-03-15 Thread Russell Butek
http://xml.apache.org/axis/dist/beta1 Russell Butek [EMAIL PROTECTED]

Re: overloaded methods

2002-03-15 Thread Russell Butek
Overloaded methods work. See the test xml-axis/java/test/wsdl/clash/. We haven't done any major stress testing on overloaded methods, so it wouldn't surprise me if there are still holes, but the concept is there and it seems to work OK. Russell Butek [EMAIL PROTECTED] robert woodl

RE: [server-config.wsdd]

2002-03-14 Thread Russell Butek
round longer than the Call object. The proper thing MIGHT be to have some of these methods on the service rather than the stub, but we'll have to think about it a bit. Russell Butek [EMAIL PROTECTED] "St-Germain, Sylvain" <[EMAIL PROTECTED]> on 03/14/2002 01:33:23 PM Please r

RE: [server-config.wsdd]

2002-03-14 Thread Russell Butek
ight thing to do. It's an easy addition, so it's probably the wrong thing to do (aren't they all?). Russell Butek [EMAIL PROTECTED] "St-Germain, Sylvain" <[EMAIL PROTECTED]> on 03/14/2002 12:49:56 PM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Su

Re: Problem with WSDL2JAVA (generated code doesn't compile)

2002-03-14 Thread Russell Butek
Thanks for reporting this bug, Nuno, Luis. I fixed it. Russell Butek [EMAIL PROTECTED] "Luis Novais" <[EMAIL PROTECTED]> on 03/14/2002 06:06:36 AM Please respond to [EMAIL PROTECTED] To:<[EMAIL PROTECTED]> cc: Subject:Re: Problem with WSDL2JAVA (generate

RE: [server-config.wsdd]

2002-03-14 Thread Russell Butek
this should be slipped in if we can agree on something quickly. Russell Butek [EMAIL PROTECTED] "Simon McClenahan" <[EMAIL PROTECTED]> on 03/14/2002 09:34:05 AM Please respond to [EMAIL PROTECTED] To:<[EMAIL PROTECTED]> cc: Subject:RE: [server-config.wsdd] O

Re: Questions on WSDL and in/out/inout parameters

2002-03-14 Thread Russell Butek
thilo wrote: > > browsing the latest source code, I noticed that some of the Axis classes > are using interfaces from package javax.wsdl. > > - Where does this package come from? > - Who made the specification for these interfaces? Sun? IBM? Apache? > - Which class library does Axis use to process

RE: WSDL compliant ?!

2002-03-14 Thread Russell Butek
same address. Sanjiva, is this legal WSDL? If it is, then WSDL4J appears to only give us one port for Service.getPorts(). If it is not, then herve, you will have to fix your WSDL. Russell Butek [EMAIL PROTECTED] Tom Jordahl <[EMAIL PROTECTED]> on 03/13/2002 04:48:40 PM Please respon

RE: Java2WSDL parameter p specification example?

2002-03-13 Thread Russell Butek
The Java2WSDL -p option now works. Russell Butek [EMAIL PROTECTED] robert woodley <[EMAIL PROTECTED]> on 03/12/2002 06:58:29 PM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:RE: Java2WSDL parameter p specification example? To recap: Java2WSDL take

Re: example2 glitch

2002-03-13 Thread Russell Butek
H! I thought I fixed that! Sorry! I'll fix it right now... Russell Butek [EMAIL PROTECTED] "Chris Haddad" <[EMAIL PROTECTED]> on 03/13/2002 12:14:03 AM Please respond to [EMAIL PROTECTED] To:<[EMAIL PROTECTED]> cc: Subject:example2 glitch

Re: Something go wrong with Java2WSDL

2002-03-13 Thread Russell Butek
Curious! I just tried the LogTestService with the SimpleAxisServlet and http://localhost:8080/axis/servlet/LogTestService?WSDL worked just fine. I don't know what to tell you. Russell Butek [EMAIL PROTECTED] "ϯ À¤" <[EMAIL PROTECTED]> on 03/12/2002 09:51:32 PM

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:

Re: javax.servlet package

2002-03-13 Thread Russell Butek
No, the servlet package is not part of axis. It is part of whatever web server (Tomcat, WebSphere, whatever) that you use. Russell Butek [EMAIL PROTECTED] "Ma, June" <[EMAIL PROTECTED]> on 03/12/2002 06:24:26 PM Please respond to [EMAIL PROTECTED] To:"'[

RE: javax.servlet package

2002-03-13 Thread Russell Butek
Ma, June wrote: > While compilingaxis/attachments/ManagedMemoryDataSource.java, I got the following warning. I am wondering could that be fixed in the Beta1 also. > > >    367.   }catch(Exception e2){ > <--> > *** Caution: This try block cannot

AXIS beta 1 second release candidate

2002-03-13 Thread Russell Butek
ASSPATH for the build is: xerces 2 xercesImpl.jar, junit 3.7 junit.jar, tomcat 4.0.3 servlet.jar. What else do I need? Russell Butek [EMAIL PROTECTED]

Re: WSDL2Java and javadoc comments - why not?

2002-03-12 Thread Russell Butek
Good suggestion. I'll get it into the beta. Russell Butek [EMAIL PROTECTED] "Token Scotsman" <[EMAIL PROTECTED]> on 03/12/2002 08:38:19 AM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:WSDL2Java and javadoc comments - why not? Hi

Re: Example doesnt work

2002-03-12 Thread Russell Butek
That's a cryptic way of saying you are having problems accessing the service. The client is expecting a SOAP message but is getting something like Error 404 (url not found). Plug the url you're using into a browser to see what the error is. Russell Butek [EMAIL PROTECTED] Christi

Re: Something go wrong with Java2WSDL

2002-03-12 Thread Russell Butek
ce and the WSDL you got from ?WSDL? Russell Butek [EMAIL PROTECTED] "ϯ À¤" <[EMAIL PROTECTED]> on 03/12/2002 03:32:51 AM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:Something go wrong with Java2WSDL Hi, C:\>java org.apa

Re: example 5

2002-03-11 Thread Russell Butek
The problem is not yours. The user's manual wasn't cleaned up before the beta candidate, but I worked on it this weekend. The latest drop - AND the real beta, when it comes out - has example5 (and others) fixed. Russell Butek [EMAIL PROTECTED] robert woodley <[EMAIL PROTECTED]&g

Re: Urgent!! Regarding Attachments. some body from Axis dev team pls answer.

2002-03-11 Thread Russell Butek
Very curious! I don't have an explanation for you. The JAF classes SHOULD be in the beta. I don't know why they weren't in the candidate. Russell Butek [EMAIL PROTECTED] Karna Harsha <[EMAIL PROTECTED]> on 03/10/2002 11:45:07 PM Please respond to [EMAIL PROTECTED] To

Re: Axis home page : link break

2002-03-11 Thread Russell Butek
Thanks. Fixed. It may take a few hours (no more than 6) for the update to make it to the official web page. Russell Butek [EMAIL PROTECTED] "Di Toudi" <[EMAIL PROTECTED]> on 03/11/2002 08:18:47 AM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:

  1   2   >