magentosoapmuleanypoint-studiomagento-soap-api

Mule:Magento connector: get-product operation bug


I am trying to get product info from magneto via magneto connector in mule USING GET-PRODUCT OPERATION, but I am getting this error: Product not existseven though tested via SOAP UI and worked perfectly. After a long search I have found the issue:

the difference is in the <product>/<productId> tag.

Any ideas on how to fix?


Solution

  • Found the issue: it's in the magento_v2_soap.wsdl of the magento connector file where in the catalogProductInfoRequest the <part name="product" type="xsd:string"/>needs to be changed to <part name="productId" type="xsd:string"/> I have made the change in gitHub but I don't have write access... so what I did is I made the change downloaded and installed in mule.