SSL under WebSphere Test Environment

2001-07-08 Thread Oscar Pablo
Hi,   Does anyone know how to setup websphere test environment to allow communications over SSL? I've read the documentation of SOAP and there's only the way to configure tomcat to allow it, but i'm developing under VisualAge for Java and WebSphere Test Environment.   Thanks,   Oscar

RE: XML version of MIME multipart messages ?

2001-07-08 Thread Dick Brooks
You might want to check out XMTP: http://www.openhealth.org/xmtp/xmtprfc.txt Dick Brooks http://www.8760.com/ -Original Message- From: Anders W. Tell [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 08, 2001 3:40 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: XML

XML version of MIME multipart messages ?

2001-07-08 Thread Anders W. Tell
Do anyone know if someone created an XML version of MIME multipart messages as defined by RFC's 822. 1521, 2045? The reason Im asking is that I want to store ebXML messages, or SOAP with attachements in a format where I can use XSLT. This in order to create pretty print version of transaction

cvs commit: xml-soap/java/samples/interop EchoTestClient.java

2001-07-08 Thread rubys
rubys 01/07/08 10:39:21 Modified:java/samples/interop EchoTestClient.java Log: Actually send base 64 instead of an array of bytes... Revision ChangesPath 1.6 +1 -1 xml-soap/java/samples/interop/EchoTestClient.java Index: EchoTestClient.java ==

cvs commit: xml-soap/java/src/org/apache/soap/encoding/soapenc DateSerializer.java

2001-07-08 Thread rubys
rubys 01/07/08 08:19:26 Modified:java/samples/interop DeploymentDescriptor.xml java/src/org/apache/soap/encoding/soapenc DateSerializer.java Log: Serialize dates without losing precision (the JDK format is contains milliseconds). Deseriali