I want to create a Web Service in PHP, which can support MTOM/XOP
. My Webservice Processing function shpuld be able to extract the attachment. As I googled I could find only WSF(Web Service Framework)
as an answer.
Is there any alternatives? I'm new to this MTOM/XOP thing. Currently I use NuSoap
but it dont support MTOM/XOP.