You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new, don't know what i do wrong.
I've been working on it for a couple of days and drives me crazy ;-)
I use Magento ver. 2.1.5
i have create a roll "Web service role" an give him all the rights on the api settings.
Create a user "syncuser" assign to the roll "Web service role". I also create a intergration and have the consumeKey, consumerSecret, accessToken and the accessTokenSecret.
I have installed soap en see a response if i goto http://magentotestserver.com:81/soap?wsdl_list
I run the code "MagentoDefaultProtocol.RestOnly" get back
magento.edtion = "CE"
magento.SoapWorks = true
magento.Version = "R2.0.0.0"
I run the code "MagentoDefaultProtocol.SoapOnly" get back
everhting is empty
magento.edtion = ""
magento.SoapWorks = false
magento.Version = ""
If i will connect with "MagentoDefaultProtocol.RestOnly" and get all the products "var magento = magentoService.GetProductsAsync().Result;" i get the following inner expetion
"webexception the remote server returned an error (404) not found"
If i will connect with "MagentoDefaultProtocol.SoapOnly" and get all the products "var magento = magentoService.GetProductsAsync().Result;" i get the following inner expetion
"Unbound prefix used in qualified name 'rpc:ProcedureNotPresent'."
Can somebody ponit me to the right direction?
Thanx Patrick.
The text was updated successfully, but these errors were encountered:
Hi,
I'm new, don't know what i do wrong.
I've been working on it for a couple of days and drives me crazy ;-)
I use Magento ver. 2.1.5
i have create a roll "Web service role" an give him all the rights on the api settings.
Create a user "syncuser" assign to the roll "Web service role". I also create a intergration and have the consumeKey, consumerSecret, accessToken and the accessTokenSecret.
I have installed soap en see a response if i goto http://magentotestserver.com:81/soap?wsdl_list
I use the following code
I run the code "MagentoDefaultProtocol.RestOnly" get back
magento.edtion = "CE"
magento.SoapWorks = true
magento.Version = "R2.0.0.0"
I run the code "MagentoDefaultProtocol.SoapOnly" get back
everhting is empty
magento.edtion = ""
magento.SoapWorks = false
magento.Version = ""
If i will connect with "MagentoDefaultProtocol.RestOnly" and get all the products "var magento = magentoService.GetProductsAsync().Result;" i get the following inner expetion
"webexception the remote server returned an error (404) not found"
If i will connect with "MagentoDefaultProtocol.SoapOnly" and get all the products "var magento = magentoService.GetProductsAsync().Result;" i get the following inner expetion
"Unbound prefix used in qualified name 'rpc:ProcedureNotPresent'."
Can somebody ponit me to the right direction?
Thanx Patrick.
The text was updated successfully, but these errors were encountered: