Dear Sir,
I have a problem with SOAP (Apache), so I ask for your support if you would please.
I used the below method in my project:
public org.apache.soap.rpc.Response invoke(URL url, String SOAPActionURI) throws
org.apache.soap.SOAPException
The problem is "Out Of Memory" if the SOAP server r
The capacity is determined by the heap size for the JVM in which the
code runs. You can adjust the max heap size with a java command-line
parameter.
The latest release version of Apache SOAP (2.3.1) keeps two copies of
the received message in memory at the same time as a full DOM
representati
Here is the original post
--Start Original post---
My soap client recives the error
Attachment tag "item" refers to a Mime attachment with label "cid:12568800.1054615058828.apache-soap.%B
Two questions
1. What version of Apache SOAP are you using?
2. Can you capture the SOAP requests (both US and Korea) on the wire,
such as with Network Monitor?
On 11 Jun 2003 at 10:38, [EMAIL PROTECTED] wrote:
> Here is the original post
>
> --Start Origina
> Two questions
> 1. What version of Apache SOAP are you using?
tried with SOAP 2.2 and 2.3 in the following combos: - same problems
Client 2.2 - Server 2.2
Client 2.2 - Server 2.3
Client 2.3 - Server 2.3
> 2. Can you capture the SOAP requests (both US and Korea) on
Scott,
I think I know what is causing the problem. The Windows NetBios (AKA ComputerName) of the computer that has the aforemention problem has characters that are not ASCII. Instead, they are Korean characters.
When the SOAP client is creating an attachment, it calls
MimeUtils.getUniqueValu