Skip to content
Advertisement

Tag: soap

Remove tag, in submitting data to Soap Server with PHP

Actual result: Expected result without <return xsi:type=”SOAP-ENC:Struct”></return> tag. I am doing it first time, and actually I know almost nothing about Soap Server, could you tell me, how can I remove return tag ? this is the code on server side: Answer In order to do what you want you must make a WSDL document and pass it both to

REST API – why use PUT DELETE POST GET?

So, I was looking through some articles on creating REST API’s. And some of them suggest using all types of HTTP requests: like PUT DELETE POST GET. We would create for example index.php and write API this way: OK, granted – I don’t know much about web services (yet). But, wouldn’t it be easier to just accept JSON object through

Advertisement