2023 Dec 11 6:53 PM
Hello All,
I have a requirement like below:
3rd party system sends document ID to SAP via middleware(non-SAP) as request. In response, I need to fetch archived attachment for the document ID and send the attachment.
I have an WSDL file to generate the webservice provider in SAP. But when I try to generate the webservice by uploading the external wsdl file, it gives me error:
"Proxy Generation: error occured"
"A library handler exception was raised"
"Illegal syntax: mime part is not supported"
When I double click on the error, it re-directs me here:
I have removed the mime:part from the WSDL file and then the webservice is getting generated, but I can't see any attachment in response. Although I am attaching the document in my code.
I need some help here on the possible solution to send the attachment in response. I am looking forward some valuable suggestions here. Thanks!