Skip to content

magento-1.9

Auto Added by WPeMatico

ModSecurity: XML parser error: XML: Failed parsing document

I am trying to add a product on Magento ver. 1.9.2.4. using SOAP API: https://www.domainname.com/index.php/api/v2_soap/ using the following XML: <soap:Envelope xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xmlns:xsd=”http://www.w3.org/2001/XMLSchema” xmlns:soap=”http://schemas.xmlsoap.org/soap/envelope/”> <soap:Body> <catalogProductCreate xmlns=”urn:Magento”> <sessionId xsi:type=”xsd:string”>sessioidhere</sessionId> <type xsi:type=”xsd:string”>simple</type> <set xsi:type=”xsd:int”>4</set> <sku xsi:type=”xsd:string”>skuhere</sku> <productData xsi:type=”ns1:catalogProductCreateEntity” xmlns:ns1=”urn:Magento”> <name xsi:type=”xsd:string”>productnamehere</name> <price… Read More »ModSecurity: XML parser error: XML: Failed parsing document