Issues with SOAP Api service URL in OpenMage v20.2.0 #3633
Unanswered
m-overlund
asked this question in
Questions & Answers
Replies: 1 comment 9 replies
-
what extension do you use for Klaviyo integration? Did you search in all files to see if there are any extensions that use the old namespace? |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was speaking to Klaviyo support, as i had issues after updating OpenMage.
Got it fixed, enabled Mage_Tag again, which they used.
But they say OpenMage returns the wrong ServiceUrl and told me to change it.
So after changing the getServiceUrl part to:
'url' => Mage::helper('api')->getServiceUrl('api/v2_soap/index', ['_query' => $queryParams], true)
( https://github.com/OpenMage/magento-lts/blob/main/app/code/core/Mage/Api/Model/Wsdl/Config/Base.php#L48 )
It works again.
Is this an error in OpenMage v20.2.0?
Haven't had issues with other API connected services.
(i do patch Urn namespace in composer, but it shouldn't affect this i believe)
https://github.com/BMB-ApS/composer-patches/blob/main/openmage-api-urn-namespace.patch
Beta Was this translation helpful? Give feedback.
All reactions