RE: Sending mixture of datatypes....

2001-07-25 Thread Anil Kumar, Anumakonda
create a bean and send across.     thanks anil -Original Message-From: Susheel Chauhan [mailto:[EMAIL PROTECTED]]Sent: Thursday, July 26, 2001 1:10 PMTo: [EMAIL PROTECTED]; [EMAIL PROTECTED]Subject: Sending mixture of datatypes Hello all, I have my Apache soap ser

NS_URI_CURRENT_SCHEMA_XSI =NS_URI_2001_SCHEMA_XSI

2001-07-25 Thread peter
Thank you for reading my mail. It's too difficult to solve the encoding problem.. Is there anyone to help me.   The Problem is this.. # To change org.apache.soap.Constants.class file in soap.jar I decompiled the Constants.class fi

Re: Parsing error...

2001-07-25 Thread Scott Nichol
You've done some thorough investigating, but I am curious whether the samples work. What servlet container are you using? I have access to a Tru64 machine running 4.0E (yours looks like 4.0G or so) and could possibly compare any findings regarding the samples if you are running Tomcat. Scott -

Re: Parsing error...

2001-07-25 Thread Peter Sylvester
I've seen something like that happen if you have multiple threads trying to use the same Call object on the client side, which is not thread safe. -Peter David Turner wrote: > > I've been battling with a "SOAPException-Parsing error" for quite some > time now when trying to deploy a simple serv

Parsing error...

2001-07-25 Thread David Turner
I've been battling with a "SOAPException-Parsing error" for quite some time now when trying to deploy a simple service, and I've resorted to debugging the SOAP code to search out the problem. I've managed to get my service up and running on both Windows and Linux, but the one platform that I need

SilverStream with SOAP

2001-07-25 Thread Rajesh Kaveti
Hi all How can I have silverstream server 3.7.1 work with SOAP? Thanks Kaveti

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

2001-07-25 Thread dug
dug 01/07/25 11:00:22 Modified:java/src/org/apache/soap/server DeploymentDescriptor.java Log: Add support for opts on java and script services in the dd.xml file. (noticed and fixed by Uzay Takaoglu ([EMAIL PROTECTED]) Revision ChangesPath 1.30 +27 -20 xml

Re: Urgent SOAP Question

2001-07-25 Thread Mehashah
I resolved the issue, I was setting some mappings for primitive objects such as String and that caused the whole thing to go haywire. I think this applies to people getting incorrect data or missing or bogus data from one point to another through soap.

SSL under WebSphere

2001-07-25 Thread Oscar Pablo
Hi,   Anyone knows how to use SOAP services under SSL with WebSphere instead of Tomcat?   Thanks

Re: Apache SOAP client to MS.NET webservice problem

2001-07-25 Thread Shih En-Yu
Hi, Thanks for your reply, but it still doesn't work! Is this the version problem? I am using soap2.2! By the way, there is another question. Have you ever met a name-space problem? below are my request content: client request POST /math/WebSrv_Math.asmx HTTP/1.0

RE: Apache SOAP client to MS.NET webservice problem

2001-07-25 Thread Soumen Sarkar
Hello there, SOAP specification leaves a lot of holes to achieve program interoperability -- not as solid as OMG IIOP or Java RMI or CMIP/SNMP network management protocol. Basically all these distributed communication protocol follows rigid on the wire data format: OMG IIOP : Common Data Repres