magento-soap-api Questions
4
I'm trying to connect a C# app to Magento 1.6 (through Magento SOAP V2) using the following code:
using (Mage_Api_Model_Server_Wsi_HandlerPortTypeClient proxy = new Mage_Api_Model_Server_Wsi_Handl...
Fresno asked 3/11, 2011 at 14:50
6
Solved
Good day!
I would like to use the Magento’s SOAP API to manage the product catalog, attributes etc. I'm running following configuration:-
Magento 1.6
Soap API WS-I compliance
Mac OSX Lion
Mamp 2...
Dextrorotation asked 22/1, 2012 at 11:24
4
My problem is very common. I read almost all topics on stackoverflow about this issue, but still can not do thing work. My code is :
ini_set("soap.wsdl_cache", "0");
ini_set("soap.wsdl_cache_enabl...
Head asked 12/4, 2013 at 2:20
4
Solved
i facing problem while i try to login(authentication) magento customer. i cant find proper way for login customer using there email and password. so, can u suggest me that how can i make authentica...
Mulhouse asked 31/7, 2014 at 9:44
4
I'm trying to read the list of products from Magento over the SOAP API (V2) and try to do some/any type of pagination.
Simple scenario:
var filters = new filters();
var products = catalogProductL...
Impurity asked 29/3, 2012 at 23:43
1
I am using magento soap api to add shipping and billing address as
" SoapObject item1 = new SoapObject(NAMESPACE, "shoppingCartCustomerAddressEntity");
PropertyInfo pinfo = new PropertyInfo();
...
Klein asked 24/8, 2015 at 12:8
3
Solved
I have added custom attribute with the code "my_price" with "Catalog Input Type for Store Owner" set to "Price" and assigned it to the "Default" (only) attribute set.
Now, I want to set its value,...
Elegist asked 4/1, 2012 at 20:26
2
I'm trying to get all the associated products for a configurable product using the Magento SOAP API v2. The catalogProductLink call looks close, but doesn't handle configurable types. I don't see a...
Malonylurea asked 27/8, 2012 at 18:12
3
Solved
On Magento 1.7 SOAP APIv2, i'm looking for a way to get a date range to retrieve information from the SOAP API.
$complexFilter = new filters();
$complexFilter->complex_filter = array(
array(
...
Inguinal asked 29/1, 2013 at 9:33
4
I'm trying to use SOAP with C#. Magento 1.4.2.
http://localhost/api/v2_soap/?wsdl
Here I can see the method catalogProductCreate
So I try to connect with:
$proxy = new SoapClient('http://local...
Ferd asked 15/12, 2011 at 13:38
4
Solved
I am trying to call magento api using Soap from android but I am getting XMLpullparser Exception.I am using ksoap library.I seached on google but i can't find any solution.Below is my code..
1 im...
Shock asked 25/6, 2012 at 6:11
2
Solved
I have added following code in the
/app/code/core/Mage/Sales/Model/Order/Api.php
File.
public function info($orderIncrementId)
{
------
-------
$order = Mage::getModel('sales/order')->lo...
Semiyearly asked 6/11, 2013 at 11:46
1
i'm trying to get the latest products (max 20) from magento API using SOAP, i only need the images and the product link, as they are being displayed on another site.
i'm using the below code to do...
Commissioner asked 23/3, 2012 at 18:46
3
I'm trying to create a web service client using Visual Studio 2010.
The client works very well if I use the wsdl file in version SOAP V2.
When I set the property WS-I Compliance to Yes in Magento ...
Supremacist asked 3/9, 2012 at 14:46
1
I am trying to get value of custom attribute of magento products through SOAP api. BUt I am only able to get standard attribute values. I am trying with the code below but it doesnt seem to work.
...
Battologize asked 13/5, 2013 at 5:37
3
Solved
Is the url for accessing Magento SOAP V2 changed in version 1.7.0.0? When I try to access the service on "http://www.somedomain.com/api/v2_soap?wsdl=1" in browser it gives an error "Invalid webserv...
Igorot asked 7/5, 2012 at 9:30
1
Solved
I am in the process of using VB.NET to work with the Magento API. I was using SOAP v1 successfully until I ran into a call that needs an associative array. After a day or so of no luck I decided to...
Boundary asked 11/1, 2013 at 18:44
2
I'm new in Magento and I'd like to create a my own API v2 method.
I've built a simple project...
Mycompany
Mymodule
etc
api.xml
config.xml
wsdl.xml
Model
Api
V2.php
Api.php
These are t...
Theran asked 29/8, 2012 at 6:42
1
Solved
I'm using the Magento API V2.
When I call salesOrderCreditmemoInfo, I get a response with the credit memo details and a list of the products associated with the order.
But in the list of product...
Fetich asked 27/6, 2012 at 8:41
1
I have been trying to find the answer to this for several hours... what timezone does the Magento API use? I am assuming that the Magento API returns all date values as GMT time because they do not...
Blankly asked 29/3, 2011 at 1:15
1
© 2022 - 2024 — McMap. All rights reserved.