我正在编写一些代码来通过WSDL-SOAP与Web服务进行通信。我正在使用php5的本机soap实现。到目前为止一切都很好。
但是我现在需要通过soap下载文件作为“附件”。对于如何做到这一点,互联网神秘地保持沉默。当然它可能或PHP文档会提到它作为一个限制? :\我几年前用Pear soap做过这个,但是我更喜欢使用原生的Soap实现。
答案 0 :(得分:1)
考虑PHP Soap邮件列表中的this discussion,似乎不可能:
Guilhem Martin wrote:
> Hello all,
>
> I was not able to find in the PHP SOAP documentation anything about sending
> attachment.
> So my question is: does PHP SOAP extension support SOAP attachment?
>
No.
Samisa...
但关于它没有太多细节......
但是,我从来没有在PHP中看到过附加到SOAP请求的文件
答案 1 :(得分:1)
请参阅我的回答here。也许这可能会有所帮助。