6

I need to create a SOAP request using MTOM. I have tried modifying __doRequest, but without any success. Is there any way to implement this in PHP?

Below is the required request format,

 <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:ser="http://service.example.com/">
   <soap:Header/>
   <soap:Body>
      <ser:ImportInvoice>
         <ImportParams>
            <Notes>?</Notes>
            <XMLFile>cid:574901819478</XMLFile>
         </ImportParams>
      </ser:ImportInvoice>
   </soap:Body>
</soap:Envelope>
73ey
  • 71
  • 3
  • Could you provide the specific code that you've modified? The documentation at https://github.com/debuss/MTOMSoapClient seems pretty straight forward. – Kirkland Jan 11 '19 at 14:08

0 Answers0