S
S
Sasha Zhelezovsky2017-07-07 15:54:11
SOAP
Sasha Zhelezovsky, 2017-07-07 15:54:11

Is it possible to implement in 1s receiving and sending attachments through soap?

Is it possible to transfer files in 1s using SOAP_with_Attachments If so, how?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry Kinash, 2017-07-07
@goper

Successfully did file transfer using binary props in the body of the soap-envelope.
Most likely, SwA technology will not be supported, since development has now gone more towards HTTP services, as more familiar and convenient for web developers.

A
Anton Anton, 2017-07-07
@Fragster

only if you generate XML for sending yourself, and work through http services. In principle, most of the WEB service code can be left by adding only a small wrapper to form and parse the rest of the SOAP request and response in the HTTP service module

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question