Masters project

2002-03-25 Thread Glyn Normington
I am in contact with a student who is looking for a Masters (MSc) project in the area of Java, web services, and SOAP. The project will last for 3 months. One interesting possibility I have already suggested would be to look at how best to encapsulate the SOAP-specific pieces of Axis so that othe

Re: Masters project

2002-03-25 Thread Mark Volkmann
- Original Message - From: "Glyn Normington" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 25, 2002 4:05 AM Subject: Masters project > I am in contact with a student who is looking for a Masters (MSc) project > in the area of Java, web services, and SOAP. The project wi

[GUMP] Build timed out - Axis

2002-03-25 Thread Sam Ruby
This email is autogenerated from the output from: Buildfile: build.xml setenv: [mkdir] Created dir: /home/rubys/jakarta/x

cvs commit: xml-axis/java/src/org/apache/axis/message SOAPEnvelope.java

2002-03-25 Thread gdaniels
gdaniels02/03/25 06:14:55 Modified:java/src/org/apache/axis/message SOAPEnvelope.java Log: Envelope constructor which parses data might throw a SAXException. Reflect this in the signature instead of throwing an uncaught RuntimeException. Revision ChangesPath 1.60

cvs commit: xml-axis/java/src/org/apache/axis/message MessageElement.java

2002-03-25 Thread gdaniels
gdaniels02/03/25 06:22:25 Modified:java/src/org/apache/axis/message MessageElement.java Log: Fix NPE in weird cases where a SerializationContext doesn't have an associated MessageContext (testing, mostly). Revision ChangesPath 1.90 +4 -2 xml-axis/java/src/org

RE: Proposed fix for interop problem with .NET client (null as parameter)

2002-03-25 Thread Thomas Börkel
HI! OK, please find attached one diff for Beta1 and one for the current build (2002-03-25). The Win32 version of CVS had no problems creating the patches. And please remember to test output parameters. Regards, Thomas > -Original Message- > From: Glyn Normington [mailto:[EMAIL PROTE

axis client applet

2002-03-25 Thread David Melgar
Interesting point. I think there had been some discussion about that on the axis dev mailing list quite a while ago. Certainly seems reasonable to expect the client to run as an applet. It partly had to do with the client trying to read a configuration file. David Melgar Web Services Toolkit Deve

RE: Meta-data discussion (was: RE: cvs commit: xml-axis/java/test/encoding TestArrayListConversi ons.java)

2002-03-25 Thread Glen Daniels
Hi Russell! In particular, take a look at these msgs: http://marc.theaimsgroup.com/?l=axis-dev&m=101421211014715&w=2 http://marc.theaimsgroup.com/?l=axis-dev&m=100629069510555&w=2 During that chat, we did explicitly discuss putting this stuff into the WSDD. Personally, I think the WSDD is a

Re: Masters project

2002-03-25 Thread Glyn Normington
Thanks, Mark. I'll pass that on. Glyn "Mark Volkmann"

Service.getCall problems (was: Re: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/toJavaJavaStubWriter.java)

2002-03-25 Thread Russell Butek
dims, sorry I didn't get back to you on this one sooner, but it slipped under my radar screen and I just found myself browsing through the Service class and the Call object issue struck me again. I hadn't realized you were going to put this into the CVS. When we were chatting about it I thought

cvs commit: xml-axis/java/test/message - New directory

2002-03-25 Thread glyn
glyn02/03/25 08:03:07 xml-axis/java/test/message - New directory

cvs commit: xml-axis/java/test/message PackageTests.java TestMessageElement.java

2002-03-25 Thread glyn
glyn02/03/25 08:12:16 Modified:java/src/org/apache/axis/client Call.java java/src/org/apache/axis/encoding DeserializationContextImpl.java java/src/org/apache/axis/message MessageElement.java Added: java/src/org/apache/ax

Proxy sample

2002-03-25 Thread Antonio Megía
Hello everybody,   We are interested in using the Proxy that comes with the examples as a way to redirect a soap message to a soap node. We have already deployed the service but we don't know what a client has to do to use it. We haven't found any documentation about it neither any client im

RE: Proposed change for RPCProvider.java for Beta 1

2002-03-25 Thread Glen Daniels
Hi Thomas: I have a couple of questions relating to the dynamic stuff you're doing with Axis. 1) For Axis to successfully deserialize XML into parameters suitable for passing to a method invocation, we need to know the schema types of the XML elements. We can either get that information from

RE: Proposed change for RPCProvider.java for Beta 1

2002-03-25 Thread Thomas Sandholm
Hi Glen, Thomas a comment on your first question, since it seems to be very closely related to what we are trying to do as well. At 11:31 AM 3/25/2002 -0500, Glen Daniels wrote: >Hi Thomas: > >I have a couple of questions relating to the dynamic stuff you're doing >with Axis. > >1) For Axis t

RE: Proposed change for RPCProvider.java for Beta 1

2002-03-25 Thread Thomas Börkel
HI! 1) We extend RPCProvider and override some methods of it. I have attached 2 code fragments of our server. I think, you're right. If we would get untyped XML, we would have a problem. If we could set the class and method earlier (right before AxisServer.invoke()), so that Axis would ignore

RE: Proposed change for RPCProvider.java for Beta 1

2002-03-25 Thread Glen Daniels
The standard Axis developer hangout is on DALNet (irc.dal.net), channel #ApacheAxis. If you have time now, I'd love to talk about this stuff - I should also be on tomorrow morning from about 9AM eastern US time (which is, I think, 7 hours back from Germany?). --Glen > -Original Message--

[wsdl2Java] Bad code generated for Inout parameters in Impl class...

2002-03-25 Thread St-Germain, Sylvain
Hi, I endup with this code: page.value = new java.lang.String[](); Which should be:page.value = new java.lang.String[]{}; This is using March 14th code. -- Sylvain This message may contain privileged and/or confidential information. If you have received this e-mail in error or are n

[wsdl2java] Cannot get to my WSDL file anymore....

2002-03-25 Thread St-Germain, Sylvain
Has anything happen to WSDL2Java? No matter how I try to get to my file It never works... I would think that the URI I can put in the browser would work on the cmd line? Shouldn't it? I tried file:fullPath, http:host/fileName, ./fileName ?? This is with this today's build -- Sylvain

RE: Proposed change for RPCProvider.java for Beta 1

2002-03-25 Thread Glen Daniels
Hi Thomas: > In our case the ideal solution would be to use literal > encoding, and send > the parameters with their tags qualified by their namespaces. > Then on the > server side you have access to the QName of the parameter > type and can > easily use the standard Axis typemapping to ma

Re: [wsdl2Java] Bad code generated for Inout parameters in Impl class ...

2002-03-25 Thread R J Scheuerle Jr
Please send the wsdl. Rich Scheuerle XML & Web Services Development 512-838-5115 (IBM TL 678-5115) "St-Germain,

RE: Collection serializer ??

2002-03-25 Thread Glen Daniels
Hi Lene: Axis knows natively how to serialize Lists, so Vectors, ArrayLists, etc. will all serialize to SOAP arrays right out of the box. In looking at the Collection class, I see no reason we couldn't serialize an arbitrary Collection. I had been under the impression that Collection was al

Re: tt-bytecode license

2002-03-25 Thread A. Abram White
> > > >We included the attached license file with Axis. I hope it's acceptable. >For proof that Axis actually uses tt-bytecode.jar, see, for example, >http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis/java/docs/user-guide.html#Installation. >(See attached file: tt-bytecode.LICENSE) > I wanted

DO NOT REPLY [Bug 7467] New: - Warnings when tomcat loads axis caused by errors in web.xml URL patterns for servlets

2002-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: xml-axis/java/src/org/apache/axis/utils XMLUtils.java

2002-03-25 Thread rineholt
rineholt02/03/25 15:55:30 Modified:java/src/org/apache/axis/attachments MimeUtils.java java/src/org/apache/axis/utils XMLUtils.java Log: Clean up the parser we reuse so it had no long references to old context handlers. Don't synchronize the the SAXparser creation.

User Exception Handling in Axis

2002-03-25 Thread Bob Cotton
I'm using Axis to put a web service in front of a stateless session EJB. This EJB throws user exceptions as part of it's interface. One of these exceptions encodes an integer fault code. Let's call this exception com.synxis.srms.exception.SrmsException. To consume this web service from a java c

DO NOT REPLY [Bug 7469] New: - axis servlet throws load() exception on Tomcat startup

2002-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: Proposed change for RPCProvider.java for Beta 1

2002-03-25 Thread Thomas Sandholm
OK, so here's the scenario: 1) In wsdl we define a binding to use literal encoding and rpc for an operation foo. 2) The foo operation has defined an input parameter called inParam of type xsd:anyType 3) Now we define an arbitrary type in XMLSchema called Bar, and generate a Bean for this type