cancel
Showing results for 
Search instead for 
Did you mean: 

WSDL-Call from outside with attachments

christian_koch3
Explorer
0 Kudos

Hi all,

currently I investigate in some requirements. I already created a service provider via SPROXY and generated it, no problem, working fine. Now I am doing some test to call the WSDL from 'outside' (e.g. via an own build easy HTML page). But currently I have the problem that I would like to add an attachment to this single WSDL call; but I have no idea about the syntax of the things I have to add to the WSDL so that it is interpretet correctly.

In ABAP I can read out the attachments during runtime using if_wsprotocol_attachment, no problem. But how I have to add an attachment to the WSDL call?

Thanks and best regards

Christian

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello ,

I guess you can achieve this using SOAPUI tool.

http://www.soapui.org/soap-and-wsdl/headers-and-attachments.html

Thanks