Re: logo,ringtone,picture,special character

2002-11-26 Thread Scott Nichol
If you want to send data that is in a file, use attachments. See the mime sample for examples. If you don't want to use attachments, you can send arbitrary byte sequences in byte array parameters. Scott Nichol - Original Message - From: "fairuz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]

logo,ringtone,picture,special character

2002-11-26 Thread fairuz
hi, i'm new to Java-SOAP programming using apache.I just wanna ask questions. does any body has been implement successfully on sending and receiving logo, ringtone, picture and special character from apache-soap server to client or from client to apache-soap server. If any of u guys already have s

cvs commit: xml-soap/java/src/org/apache/soap SOAPException.java

2002-11-26 Thread snichol
snichol 2002/11/26 19:05:08 Modified:java/src/org/apache/soap SOAPException.java Log: Submitted by: "Shannon Lal" <[EMAIL PROTECTED]> Add javadoc. Revision ChangesPath 1.7 +55 -0 xml-soap/java/src/org/apache/soap/SOAPException.java Index: SOAPException

cvs commit: xml-soap/java/src/org/apache/soap/server TypeMappingSerializer.java

2002-11-26 Thread snichol
snichol 2002/11/26 18:49:30 Modified:java/src/org/apache/soap Constants.java Envelope.java java/src/org/apache/soap/server TypeMappingSerializer.java Log: Use Envelope.LINE_SEPARATOR for all line separators in XML serialization of SOAP envelope, including XML declara

cvs commit: xml-soap/java/samples/propertybag PropertyBagClient.java testit.cmd testit.sh

2002-11-26 Thread snichol
snichol 2002/11/26 18:39:56 Modified:java/samples/configure DeploymentDescriptor.xml java/samples/propertybag PropertyBagClient.java testit.cmd testit.sh Log: Add -9 and -0 options to PropertyBagClient to specify the use of 1999 or 2000 schema

cvs commit: xml-soap/java/src/org/apache/soap/server TypeMappingSerializer.java

2002-11-26 Thread snichol
snichol 2002/11/26 18:36:08 Modified:java/src/org/apache/soap Envelope.java java/src/org/apache/soap/encoding/soapenc QNameSerializer.java SoapEncUtils.java java/src/org/apache/soap/server TypeMappingSerializer.java Log: Where pos

Re: Fw: Security Alert - Apache/Axis

2002-11-26 Thread Scott Nichol
I notice that the Axis solution is brute force: refuse to process any request with a DTD. Since Apache SOAP reads the envelope into a string before parsing it to a DOM, a similarly brute-force approach would be to refuse to process any envelope containing To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTE

soap client, weblogic and classpaths

2002-11-26 Thread Norman Mann
Hi all, I am having a few problems with soap and classpaths. This may sound simple on the face of it but it is confusing me! First we have a soap client using the apache soap client code, talking to weblogic 6. I remember at the time having to put xerces in the start of the classpath