sending mime attachments

RonS

New member
Joined
Aug 31, 2009
Messages
1
Location
The Hague, The Netherlands
Programming Experience
1-3
I have to communicate with an axis webservice.
All of the operations defined in the wsdl expect a xml file as input.

For one of the operations, if the xml file contains a <photos> or <attachments> section, it also expects these photos and attachments to be sent with the request.

Okay, I have done that before by using requestsoapcontext.attachments.add(dimeattachment).

But the other party only expects mime encoded attachments.

How do I send all the files mime encoded along with the Xml request?
 
Back
Top