Skip to content
Advertisement

Add namespace Prefix in Nusoap PHP

I’m using nusoap v 1.123, I’m trying to add the prefixes urn in my generated request of nusoap

This is what I am expecting

JavaScript

and this is what the code is generating

JavaScript

the urn prefix is missing and SOAP-ENV: need to be replaced with soapenv: , kindly tell me to resolve this issue.

Thanks

Advertisement

Answer

this is how I solved this problem

JavaScript
User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement