RE: Attachment

2004-10-29 Thread Steve Carton
I'd like to see it too... -Original Message- From: Tami Wright [mailto:[EMAIL PROTECTED] Sent: Friday, October 29, 2004 12:17 PM To: [EMAIL PROTECTED]; Emmanuel Boudrant Subject: RE: Attachment Hi, I've got a working example. If you would like me to email it to you, let me know. Tami

RE: New Service method

2004-09-24 Thread Steve Carton
o:[EMAIL PROTECTED] Sent: Friday, September 24, 2004 4:10 AM To: [EMAIL PROTECTED] Subject: Re: New Service method Steve Carton wrote: >I'm trying to figure out creating a client and have code which creates a >new Service object as follows: > >Service s = new Service(); > >And t

New Service method

2004-09-23 Thread Steve Carton
Is there a better way to establish the service so that the time can be reduced? Steve Carton

Java services returning void -- how to?

2004-08-31 Thread Steve Carton
I have a web service (JAVA class) with a return type of void. It also has an input parameter of type String. On the client side, I set the in parameter with call.addParameter("id", XMLType.XSD_STRING, ParameterMode.IN); But I get - No returnType was specified to the Call object! You must cal