I used the message example in the nightly build to create my own message application (creating soap body elements and putting them in the call.invoke method). To add attachments to it, I use the method addAttachmentPart from the call function. I was wondering if this is how SOAP messaging with attachments supposed to be done? I somehow associate the call object with RPC. In SOAP2.2 there is a message object that has a send method. Will there also be a send message for the message object in Axis?
Frank van Lingen