Gannesh
Gannesh

Reputation: 183

Flex Magento connection using SOAP

I am trying to connect Flex with Magento using SOAP API. but i am stuck with an error:

faultCode:EncodingError.
faultString: Array of input arguments did not contain a required parameter at position 1.

I am requesting login function of magento like this:

xmlRequest = <'login'><'username'>username'<'/username'><'apiKey'>apiKey<'/apiKey'><'/login'>";

What is the correct way to call login function of magento using soap from FLex?

How can i get rid of the above error?

Upvotes: 1

Views: 442

Answers (0)

Related Questions