which means you
need a "MethodMessage" or similar class, which would contain a list of
Parameters, to be the body entry.
Scott Ncihol
- Original Message -
From: "Scott Nichol" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 13, 2002 11:
Stas,
I think the initial problem was really that Message#send does not use a
user-defined type mapping. What you really wanted to do was:
Envelope msgEnv = new Envelope();
Message msg = new Message ();
Body body = new Body();
Vector bodyEntries = new Vector();
...