RE: binary objects/files

2001-07-11 Thread Hecking, Dirck J
Yea, Look at the mime example in the samples. I transfer pdfs in a soap response for industry research. You can basically send anything that their is a mime type for. -Dirck -Original Message- From: Matias Klein [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 7:55 PM To: Apach

How to map date from VC ++ Client to Java service..

2001-07-11 Thread Susheel Chauhan
Hello all, I have developed two Apache soap2.2 services. One of service just take two string arguments and other one take one string and one date arguments. When i access these services from my MS Soap2.0 clients made in VC++ My first client works fine but other one get fault due to date parameter

Re: Do we have to restart tomcat every time

2001-07-11 Thread Brajendra . Singh
I think restarting tomcat is the only and best way to refresh a apache web-service. Brajendra Singh Software Engineer Max Ateev Limited

binary objects/files

2001-07-11 Thread Matias Klein
Hello, I am building a wireless application using the Pocket PC and Apache SOAP/Tomcat on Linux. One feature of my handheld application is that it allows users to create notes using the rich ink control. This control enables users to make drawings with the stylus as well as adding text to their

RE: How to help

2001-07-11 Thread Eduardo Yánez
I´m trying to, but i think that if not all Apache SOAP 2.2 distribution samples work, the first thing i can help is in trying to fix them or at least in finding the bug cause, isn´t it? Regards, E.Y. -Original Message- From: Khamesra, SandeepX [mailto:[EMAIL PROTECTED]] Sent: Miércoles,

RE: How to help

2001-07-11 Thread Khamesra, SandeepX
How about writing some sample code -Original Message- From: Eduardo Yanez [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 3:01 PM To: [EMAIL PROTECTED] Subject: How to help Hi SOAP developers! If i?m also an XML-Java developer, how could i help to the project?? Regards, E.

CVS repository

2001-07-11 Thread Eduardo Yanez
Could any body tell me where?s the SOAP cvs repository? Thanks, E.Y.

RE: Client Code generator ..

2001-07-11 Thread KIND,LANCE (HP-FtCollins,ex1)
Oops, Sorry Henner, my mistake. Yep I am working on WSDL to Java proxy. I got confused when I read 'Java interface to a SOAP client' (which sounds proxish to me) and stuck my neck out to see what you would say. Yes we really do need java2WSDL (AKA web service to WSDL) so we have something to c

How to help

2001-07-11 Thread Eduardo Yanez
Hi SOAP developers! If i?m also an XML-Java developer, how could i help to the project?? Regards, E.Y.

RE: Client Code generator ..

2001-07-11 Thread Rob Jellinghaus
Lance, correct me if I'm wrong, but you are working on WSDL2Java functionality only, correct? (i.e. given a WSDL document, generate Java proxies.) As I read Henner's message, he seems to be talking about Java2WSDL type functionality (given a Java class, render WSDL for it), which I would persona

RE: Client Code generator ..

2001-07-11 Thread KIND,LANCE (HP-FtCollins,ex1)
Hen, not to discourage since what I am working on is vapor since it hasn't been released, but I am porting a WSDL2 Axis Client proxy (from another source base) which I hope to have working with primitive types by the end of the week (and damn that end is coming up fast :-(). At any rate, this is

Re: Client Code generator ..

2001-07-11 Thread Scott Nichol
The relationship between Apache SOAP and Axis is similar to that between JServ and Tomcat. Axis will ultimately be the preferred (and presumably faster and more feature rich and stable) implementation. However, it is hard to predict the point at which a critical mass of users will move to Axis.

Re: Problems with Apache 2.2 clients and MS SOAP SDK servers using complex types

2001-07-11 Thread Michele Costabile
> Hi Michele, > > The current code in the CVS tree now defaults to using the 2001 Schema URIs. > Please try your code with the latest CVS tree, or one of the nightly builds. Hi Matt, I am back in my office after a long weekend. I tried with the xml-soap nightly sources dated July 5 and the resul

writing Message Services

2001-07-11 Thread Daniele
Hello,  I would have need of an example of message-oriented services in apache SOAP. The documentation says: message-oriented service implementations must all conform to a single interface:void name(SOAPEnvelope request-envelope, SOAPContext request-context, SOAPContext response-context) wher

Re: Artifacts for Server

2001-07-11 Thread Javier A. Soltero
Brett, In order to make this class available through SOAP, it needs to be in the startup classpath. I have asked this question already about 3 times since I had the impression that I could package my SOAP app in a war file and just drop it in tomcat/webapps in order to make it work. Unfortunately

Client Code generator ..

2001-07-11 Thread Henner Zeller
Hi, I am in the process of evaluating the apache soap effort and am interested in contributing to it, since I think a feature complete, fast and stable SOAP implementation is as important for the near future as e.g. tomcat already is. I don't know yet, where I should spend my resources, however: