RE: DOM Document

2001-06-20 Thread Peter Govind
NO. You cant pass document. Only Elements. Yes, only Elements. I was the first one to brought this up here so I know. Your best bet is to change the web service to return elements instead. >From: "Saint-Martin Cecile" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]>, <

RE: Exception! java2wsdl tool

2001-06-13 Thread Peter Govind
---Original Message- > > From: Peter Govind [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, June 13, 2001 10:45 AM > > To: [EMAIL PROTECTED] > > Subject: Re: Exception! java2wsdl tool > > > > > > >James, > > >i get this exception when i try to run

Re: Exception! java2wsdl tool

2001-06-13 Thread Peter Govind
>James, >i get this exception when i try to run your tool: > >java org.apache.axis.utils.wsdl.Java2WSDL -c exampleTry.class -e >http://localhost:8080/soap/servlet/rpcrouter -n urn:try:exampleTry >Exception in thread "main" java.lang.NoClassDefFoundError: >org/apache/axis/utils/Options > at

Re: Apache SOAP webservice & .NET client

2001-06-13 Thread Peter Govind
>By the way, why don't we have an Apache SOAP WSDL and proxy class > >generator? Yeah! What's up with that ? There should be a WSDL generator with Apache SOAP so we dont have to get bloated IBM tools. By bloated I mean large as in 16 MB or so. Ouch, on dial up ? I don't think so. My SOAP expe

RE: IE5 Browser SOAP Client / Apache SOAP server

2001-06-07 Thread Peter Govind
>bServiceAlias"); >I've used it with IE 5.0, Tomcat 3.2.1 and Apache SOAP 2.1. It works very >well. > >Christian BERNARD >NAGORA Technologies > >-Original Message- >From: Peter Govind [mailto:[EMAIL PROTECTED]] >Sent: Thursday, June 07, 2001 11:04 AM &g

IE5 Browser SOAP Client / Apache SOAP server

2001-06-07 Thread Peter Govind
IE5 browser can function as a SOAP client via a file called webservice.htc which can be obtained from : http://msdn.microsoft.com/workshop/author/webservice/using.asp It seems like, the example client can only call a MS SOAP server since it requires a URL of the form "/service.asmx?SDL" Th

RE: Advantage of SOAP against RMI ???

2001-06-05 Thread Peter Govind
uld implement this solution with minimal >problems. > >I can not understand why sun haven't already released a toolkit that sits >round this implementation??...(if they have then ignore me!) > > >-Original Message- >From: Peter Govind [mailto:[EMAIL PROTECTED]] >Sent: 05 June

Re: XML parsers to use with Apache Soap

2001-06-05 Thread Peter Govind
Sorry Pablo. This is not actually an answer to your post. Anyway I was thinking along the same lines. Is it possible to use SOAP with the default parsers that comes with the 48MB monstrousity that is J2SE 1.4 ? Or do we still need to use the Xerces parsers ? If this is a stupid question, pls

RE: Advantage of SOAP against RMI ???

2001-06-05 Thread Peter Govind
Agree. If you look at the web services articles around at the mo' they seem to paint a picture whereby a client app can access a multitude of web services. Sure that's nice. Then again, in reality the call/invocation is a bit on the expensive side (ie take time) - even on one web service only.