encoding problems

2001-11-26 Thread Franosch, Heike
Hi all, my gernan umlauts get scrambled. The peculiarity is that I have one solaris machine (2.6) where it works fine and one solaris machine (2.8) and one linux box (suse 7.1) where it does not work (all clients, server runs always on the same machine). I set the environment variable to LANG=de

SOAP Messaging

2001-11-26 Thread Daniel . Wolff
Hi, the following is an example from a tutorial(with the DeploymentDescriptor) implemented with Apache SOAP public class MessageSaveInvoice {    public static void main (String[] args) {   if (args.length 2) { System.out.println(Usage: MessageSaveInvoice   +   

Re: encoding problems

2001-11-26 Thread Andreas Ullmann
It's no problem to transfer our Umlaute via UTF-8. The only problem are the tools at the endpoint you use to show the content. If they understand UTF-8 you will get an porper result. ANdreas Ullmann Hi all, my gernan umlauts get scrambled. The peculiarity is that I have one solaris

RE: XML scema in apache soap

2001-11-26 Thread Tim Bertrand
Cape Clear's Web Services platform also supports SOAP attachments (as well as a number of other functional advantages, such as complex types, .NET support multiple app server support), and we have a number of projects already in production using this functionality. We were just weary to respond

Re: PROBLEM DEPLOYING

2001-11-26 Thread Senthil_M_Kumar
put the classes in TOMCAT_HOME/lib .. or in any directory, but include the soap.jar in the classpath.. Senthil

Re: XML scema in apache soap

2001-11-26 Thread Chris Malley
How well does Apache SOAP attachments interop with Microsoft's SOAP? Does anyone have experience sending attachments between an Apache SOAP server and a MS SOAP client? I'm interested in whether it's possible, and what pitfalls I might encounter. Thanks, -Chris -- Chris Malley PixelZoom,

Why can't I bring this up?

2001-11-26 Thread Smiley, Paul
return xmlns:ns2="http://xml.apache.org/xml-soap" xsi:type="ns2:Vector" I'm trying to go to this and can't see the definition - I get a page not found. Any clues? Thanks, _Paul

Re: XML scema in apache soap

2001-11-26 Thread Simon Fell
On Mon, 26 Nov 2001 08:16:25 -0700, in soap you wrote: How well does Apache SOAP attachments interop with Microsoft's SOAP? Does anyone have experience sending attachments between an Apache SOAP server and a MS SOAP client? I'm interested in whether it's possible, and what pitfalls I might

RE: XML scema in apache soap

2001-11-26 Thread Marc Portier
what about the .NET releases? same story? anyone that tried it out? (persumably with a visual .net beta or something) -marc= -Original Message- From: Simon Fell [mailto:[EMAIL PROTECTED]] Sent: dinsdag 27 november 2001 2:41 To: [EMAIL PROTECTED] Subject: Re: XML scema in apache

Sending XML Documents using SOAP RPC

2001-11-26 Thread Naresh Agarwal
Hi Can i send XML documents as function parameters using SOAP RPC (not the Document style) Thanks, Regards, Naresh _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com

Empty Vector Returned

2001-11-26 Thread Chris Orloff
Hi, I have two services, both return vectors of objects. The first, called getAllDepartments(), returns Department objects. The second getAllEmployees() returns Employee objects. Both Department and Employee are very simple classes, containing private data and get and set methods. When I

RE: Empty Vector Returned

2001-11-26 Thread Chris Means
Chris, I agree, it looks like it's working fine, you'dlikely get an error message if something wasn't actually working syntactically. I'd guess that getAllEmployees just doesn't have any data to return. Try modifying the server endpoint for that routine and hardcode in some Employee