Re: Can someone help a newbie help with attachments?

2004-03-22 Thread Jim Collins
Here is the URL for the Slide project: http://jakarta.apache.org/slide/index.html Regards Jim. - Original Message - From: "James CE Johnson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 22, 2004 2:26 PM Subject: Re: Can someone help a newbie

Re: Can someone help a newbie help with attachments?

2004-03-22 Thread James CE Johnson
> Have you had a look at the Slide project? No, I haven't heard of it. Googling for "axis +slide" turns up some interesting things but not, I think, what you're talking about. Do you have a URL handy? > > Regards > > Jim. Thanks! James

Re: Can someone help a newbie help with attachments?

2004-03-21 Thread Jim Collins
Have you had a look at the Slide project? Regards Jim. - Original Message - From: "James CE Johnson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 18, 2004 5:21 PM Subject: Can someone help a newbie help with attachments? > Hi, > > W

Can someone help a newbie help with attachments?

2004-03-18 Thread James CE Johnson
Hi, We're working on a "file archive" service. This service will need to let its clients upload files for archiving and later retrive them. (Ok, its more complex than that but that's the relevant bit...) What I have thus far is working OK but I would appreciate some more experienced eyes on it

A newbie

2003-08-14 Thread Subbiah
Hi, I am new to web services and I have tried out a few Axis tutorials. But what actually want to do is to recieve a few data files using a specified format. To do this I need to use an XML schema. How to do this? When I use an an XML basd web service using JAX-RPC and AXIS it writies out its ow

RE: A newbie

2003-08-14 Thread Jim Harris
schema of the xml you accept with no alterations required to the way the xml is transmitted between client and service. HTH Jim > -Original Message- > From: Subbiah [mailto:[EMAIL PROTECTED] > Sent: 12 August 2003 00:14 > To: [EMAIL PROTECTED] > Subject: A newbie &g

Re: A newbie

2003-08-14 Thread Subbiah
Thank you very much for your response. Shall start working on that regards, Subbiah - Original Message - From: "Jim Harris" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 12, 2003 4:02 AM Subject: RE: A newbie > I would advise using the SOAP &#

Re: a newbie question

2002-06-13 Thread Lyndon Durham
It probably means that the xml generated by your code is not compliant with the xml standard expected by the parser your using. That's just my thought of the top of my head.

Re: a newbie question

2002-06-13 Thread Heitzso
d capture the actual traffic. That's usually a very fast way to sort out what's going wrong. Windows side you can use tcp tunnel, or PocketSOAP's tools to capture the http traffic. Heitzso On Thu, 2002-06-13 at 13:34, Yung, Nimchi A, ALCAS wrote: > Hi, > > I am a newbie on we

AW: a newbie question

2002-06-13 Thread Till Woerner
Hello. Mmmhhh, are you sending attachments? I only had this error when sending attachments and did not have mail.jar in my classpath. But anyway. Try adding mail.jar to the classpath. Hope it helps. Greetings, Till > > Hi, > > I am a newbie on web service. Hope I can get some e

a newbie question

2002-06-13 Thread Yung, Nimchi A, ALCAS
Hi, I am a newbie on web service. Hope I can get some expert advice here. I am trying to send a request to a web service running in the intranet. My test program is similar to the axis's samples\userguide\example1\TestClient.java by setting up endpoint and parameters. I got the following