Forum Discussion

elare's avatar
elare
New Contributor
11 years ago

posting SOAP (body+attachment) requests through WADL points

Hello all,

We are using the SOAPUI free tool and we would like to test request/response calls from/to an application.
This application is based on services, without however exposing any WSDL endpoints.

Therefore, it is not possible to use WSDL calls for our requests; thus, we use HTTP requests instead.

Is there any way to be able to send requests and get responses including also attachments?
In other words, would it be possible to utilise the option of sending a message, where its header would contain Content type of: "multipart/related" and (potentially various attachment parts)?

Just for your information: there is no support for "multipart/form data" or "multipart/mixed" options. Furthermore, when option was used (like: "text/xml"), the request posted the request without the attachment.

Thank you very much in advance for your support.

3 Replies

  • nmrao's avatar
    nmrao
    Icon for Champion Level 1 rankChampion Level 1
    Just a small clarification, if you are not providing wsdl, how the services is being used by different parties?
  • elare's avatar
    elare
    New Contributor
    The service is being used along PUT (POST) and PULL (RECEIVE) requests through MIME parts (SOAP + attachments)
  • elare's avatar
    elare
    New Contributor
    Is there any update regarding the specific topic?
    Thank you in advance for your feedback