Hi,
I'm having real trouble setting up a working example of SOAP over SMTP
- I've looked at the user guide but the example seems broken (see
below).
Does anyone have a working example of this or any pointers? Would be
muchly appreciated.
Some specific issues for example:
For example in Section 2. in the code you have:
ConfigurationContext configContextbuilder
.buildConfigurationContext(file.getAbsolutePath());
This is not even valid java and should probably read something like:
ConfigurationContext configContext =
builder.buildConfigurationContext(file.getAbsolutePath());
Also the UtilsMailServer that is mentioned cannot be found anywhere
(in the src or bin or doc distributions)?
Is it possible that this section of the user guide is revised and if
so please make the source code for this section available somewhere as
a zip / jar / other (or better still include it in the samples with
the bin or src distributions).
Cheers
Jack...
The claim "natural" is not synonymous with safe.