It is not the common case to send attachments. However, with wsclient we have enabled MTOM by default. So for normal calls, users have to use --no-mtom. Let us make no MTOM the default case, meaning --mtom would have to be used for MTOM. Samisa...