One important mistake for all coders in the execution of REst API call in PHP
You have to remove all space in the request format. There is no space allowed in the input xml.
You have to remove all space in the request format. There is no space allowed in the input xml.