RE: What is the best way to send Large String from the Client to the Service?

2001-10-31 Thread Ding, Chengmin
, 2001 11:32 AM To: '[EMAIL PROTECTED]' Subject: RE: What is the best way to send Large String from the Client to the Service? Hi Chengmin, I don't suppose you found a handy way of converting a DOM Document in Java to a string. The Transformer classes in xalan.jar are a little bu

RE: What is the best way to send Large String from the Client to the Service?

2001-10-31 Thread Phillip Urrea
in To: '[EMAIL PROTECTED]' Sent: 10/30/01 10:46 PM Subject: RE: What is the best way to send Large String from the Client to the Service? Barnaby, Thank you for your continuous support. The problem has finally been solved! On the vb client end, I used some routine to cast the VB String into

RE: What is the best way to send Large String from the Client to the Service?

2001-10-29 Thread Barnaby James
! Baranby -Original Message- From: Ding, Chengmin [mailto:[EMAIL PROTECTED]] Sent: Monday, October 29, 2001 4:12 PM To: '[EMAIL PROTECTED]' Subject: RE: What is the best way to send Large String from the Client to the Service? Barnaby and Paramdeep, Thank you very much for your h

RE: What is the best way to send Large String from the Client to the Service?

2001-10-29 Thread Ding, Chengmin
ent: Friday, October 26, 2001 9:05 PM To: [EMAIL PROTECTED] Subject: RE: What is the best way to send Large String from the Client to the Service? Lamentably, I don't know much about visual basic and using it with SOAP but I'd be very suprised if there were not a way to do this. It might

RE: What is the best way to send Large String from the Client to the Service?

2001-10-27 Thread Barnaby James
soap12-20010709/#_Toc478383517 Hope it works out, Barnaby -Original Message- From: Ding, Chengmin [mailto:[EMAIL PROTECTED]] Sent: Friday, October 26, 2001 8:07 AM To: '[EMAIL PROTECTED]' Subject: RE: What is the best way to send Large String from the Client to the Service? Barna

RE: What is the best way to send Large String from the Client to the Service?

2001-10-27 Thread Ding, Chengmin
t;x:s4" xml2JavaClassName="org.apache.soap.encoding.literalxml.XMLParameterSerialize r"/> http://schemas.xmlsoap.org/soap/encoding/"; xmlns:x="" qname="x:strings" xml2JavaClassName="org.apache.soap.encoding.soapenc.ArraySerializer"/> org.apache.so

RE: What is the best way to send Large String from the Client to the Service?

2001-10-26 Thread Ding, Chengmin
erent encodingStyles? Regards, -Chengmin -Original Message- From: Barnaby James [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 25, 2001 6:56 PM To: [EMAIL PROTECTED] Subject: RE: What is the best way to send Large String from the Client to the Service? Did you try sending it as a data base64 en

RE: What is the best way to send Large String from the Client to the Service?

2001-10-25 Thread Barnaby James
ill be automagically converted to SOAP-ENC:base64. Barnaby -Original Message- From: Paramdeep Singh [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 25, 2001 3:13 AM To: [EMAIL PROTECTED] Subject: Re: What is the best way to send Large String from the Client to the Service? Hi, I think

RE: What is the best way to send Large String from the Client to the Service?

2001-10-25 Thread Ding, Chengmin
use a Apache Java client, I will send the information via attachment for sure. Regards, -Chengmin -Original Message- From: Paramdeep Singh [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 25, 2001 6:13 AM To: [EMAIL PROTECTED] Subject: Re: What is the best way to send Large String fro

Re: What is the best way to send Large String from the Client to the Service?

2001-10-25 Thread Paramdeep Singh
Hi, I think that if the size of the string is too large, then you should send it as an attachment. I remember of seeing an article somewhere, which mentioned that if the string that you are sending is of a very large length, then it may not get the correct results as well. I think that I read it