I am not qualified to describe the difference between
org.apache.tomcat.service.PoolTcpConnector and
org.apache.tomcat.service.SimpleTcpConnector. The former is apparently the
default for Tomcat 3.2.1, as I did not change it. I would have guessed that
the pool connector supports the use of a poo
Title: getting SOAP XML to/from Call object
I've been using Apache Soap for a few weeks - I'm quite happy with it. However, there's one thing that I want to do that required me to make a few small changes.
I want to be able to easily create a Call object from some SOAP XML. It appears that th
Title: getting SOAP XML to/from Call object
I use Apache SOAP 2.2 at server
side.
I need to send large amounts of binary
data (10M) to/from SOAP service. What is the best way to do it? What
response time should I expect for this kind of tasks?
Two ways I know about
are:
1. Use byte[] -- thi
Hi all!
[Background : Axis is a new open-source Java SOAP engine from Apache]
Just a quick note to let you know that the next "official" release of Axis,
alpha 2, is now available from http://xml.apache.org/axis/ in both
source-only and binary forms.
The big news: this release adds limited WSD
Thought I might share some scripts I had to come up with to convert code
from using version 1.2 to version 2.1. Let me know if you find them useful.
Voortrekker
--
find . -name "*.java" -print -exec perl -pi -e 's/NSStack nsStack,
XMLJavaMappingRegistry xjmr\)/NSStack nsStack, XMLJavaMappi
Hi,
I here describe an issue I faced, and an easy workaround I used.
The problem is related to the provided SMTP transport non supporting
MIME/Multipart messages : it does not seem to be a so strong limitation
as
neither SOAP requests nor SOAP responses are multipart (I still use
SOAP1.1 without