Re: How to send an xml-message in "iso-8859-1" encoding?

2002-02-25 Thread Andreas Ullmann
Hi Christian, UTF-8 is also able to handle the german Umlaute properly. The only draw back is that the message you send will get a bit longer. If you like we can continue our conversation in german ( [EMAIL PROTECTED]) Andreas > We are sending messages, containing an xml-body, where a user-d

Re: JAX-RPC

2002-01-04 Thread Andreas Ullmann
Hi Ajit, have a look at the XML-Winter-Pack from Sun. In the tutorial you'll find an example. Andreas Ullmann > Hi all, >I am trying to find a sample code for JAX-RPC. I have tried the sun site > but did not find it. Will someone please tell me where it can be found. Any &

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

Re: Literal XML Advantages

2001-09-28 Thread Andreas Ullmann
Another fact you should keep in mind is that if you pass an XML Element it gets DOM parsed (if you use Apache SOAP) depending on the length of your Element this migthtake a while. Andreas Ullmann > I'm curious what advantages (or disadvantages) exist for using "literal XML"

RE: Exception handling

2001-09-13 Thread Andreas Ullmann
ed into a Fault object and sent across to the client? > > > ... > > > doesnt seem to be happening. All I get is a "null". > > > > > > Am using Apache SOAP 2.1 with Weblogic. > > > > > > any ideas? am i missing something? > > > > > > - vikram rajan > > > > > > > > > > - > This message is intended for the addressee or its representative only. Any > form of unauthorized use, publication, reproduction, copying or disclosure > of the content of this e-mail is not permitted. If you are not the intended > recipient of this e-mail message and its contents, please notify the sender > immediately and delete this message and all its attachments subsequently. -- Andreas Ullmann [EMAIL PROTECTED] MATHEMA AG Nägelsbachstraße 25b 91052 Erlangen Telefon 09131/8903-0 Telefax 09131/8903-55 www.mathema.de

Re: Clarification for org.apache.soap.messaging.Message method send()

2001-09-11 Thread Andreas Ullmann
In the case that your message is transportet via several intermediaries, the actionURI determines the "final" URI to which you want talk to. mathias salle wrote: > Hi, In org.apache.soap.messaging.Message method send(java.net.URL url, > java.lang.String actionURI, Envelope env) , what is the rol

Re: Installation SOAP / Newbie

2001-08-22 Thread Andreas Ullmann
h, the call failed: > Fault Code = SOAP-ENV:Server.Exception: > Fault String = java.lang.NoSuchMethodError > > Who can help me ?? > > Thank you for your answer ! > > Mario -- Andreas Ullmann

Re: Apache SOAP --> JRun EJBs

2001-08-21 Thread Andreas Ullmann
... Andreas Ullmann > Thanks for your reply > I moved the ejb-client.jar into /usr/local/soap-2_0/lib (next to > soap.jar) and added it to tomcat's CLASSPATH from that dir. I get the > same error. Is this what you meant to do? I do not see how switching > the location of the

Re: Class Loading in SOAP/Tomcat - seems to be a bug

2001-08-10 Thread Andreas Ullmann
d for application servers. So it was only possible to access the EJB, because the EJB-jar and the SOAP-jar were both loaded from the same classloader. Andreas Ullmann Christian Bernard wrote: > Hi All, > > I've recently noticed some very interesting things about that problem. Here >

Changing from UTF-8 to ISO-8859-1

2001-07-30 Thread Andreas Ullmann
e HTTP/1.1 Host: www.test.com Content-Type: text/xml; charset="ISO-8859-1" Hope my question isn't too stupid Andreas Ullmann

Re: NoSuchMethodError, CLASSPATH-Problem , it works!!

2001-07-24 Thread Andreas Ullmann
JAVA_HOME\jre\lib\ext is where the extension classes live. When this happened to me, I found an old XML parser in the ext directory. " thx 2 William... Andreas Ullmann Stephan Wiesner wrote: > Hey, thanks, now it works. > I have the xerces.jar still in /lib/ext (still don't

Re: soap and Linux/NT

2001-07-24 Thread Andreas Ullmann
Hi, Xerces 1.3.0 works fine. With Xerces 1.3.1 I get the same error message. Andreas Ullmann Abhijat Thakur wrote: > Hi All, > > I am trying to deploy a service on SOAP. > When i go to http://port/soap i can see the soap client screen. Also > http://port/soap/servlet/rpcrouter

How to pass an Element as an parameter

2001-07-23 Thread Andreas Ullmann
implementation of a DOMSerializer, which automatically casts a DOM tree to a String? Thx for your efforts, Andreas Ullmann -- [EMAIL PROTECTED] MATHEMA AG Nägelsbachstraße 25 b 91052 E r l a n g e n Telefon 09131/8903-0 Telefax 09131/8903-55 http://www.mathema.de

Re: rpcrouter

2001-07-23 Thread Andreas Ullmann
I read this also in an article, but this is definitly wrong. Gus Delgado wrote: > the RPCRouterServlet is a Servlet, I thought there was a JSP version of this > servlet? > > -Original Message- > From: Sri Sankaran [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 23, 2001 10:56 AM > To: '[

Re: rpcrouter

2001-07-23 Thread Andreas Ullmann
The rpcrouter isnt a JSP its an servlet. You find it n the soap.jar (org.apache.soap.server.rpcrouter.class) Andreas Ullmann Gus Delgado wrote: > where can I find the rpcrouter jsp? -- [EMAIL PROTECTED] MATHEMA AG Nägelsbachstraße 25 b 91052 E r l a n g e n Telefon 09131/8903-0 Telefax 09