cancel
Showing results for 
Search instead for 
Did you mean: 

Photo upload option in Web Service and PI needs to be consume that WSDL... possible using SAP PI???

nageswararao_v2
Participant
0 Kudos

Dear Gurus,

We have new requirement like below:

  • The Source is web service e-commerce system which having the capability of uploading the photo of customers in website and SAP PI needs to consume that Web service and send to the target system... will it be possible in PI? If so could you please guide me on this with step by step procedure...

Any valid suggestions are appreciable...

Thanks & Regards,

Nagesh


Accepted Solutions (0)

Answers (2)

Answers (2)

former_member181985
Active Contributor
0 Kudos

Hi Nageswararao,

I hope e-commerce system is capable of pushing SOAP messages with attachement. So i believe your scenario should straight forward, since SAP PI soap adapter supports attachements (in your case it is images).

e-commerce --> SAP PI --> Target system

Regards,

Praveen Gujjeti

baskar_gopalakrishnan2
Active Contributor
0 Kudos

You have to use webservice WSDL as message structure in target structure. You send the image data as binary in xml structure using cdata tag.  On the target side, let them parse the cdata field and use that data for image upload. This should be possible.

http://www.techrepublic.com/article/send-binary-data-in-xml/1050529