|
Hi,
where can you define the soap api endpoint url for multishops? We connect to the api via the url http://www.my-host.de/api/soap/?wsdl. http://www.my-host.de is the basic url of a store view in magento. But the xml result of the wsdl file shows another url at the endpoint.
<service name=\\\"MagentoService\\\"> <port name=\\\"Mage_Api_Model_Server_HandlerPort\\\" binding=\\\"typens:Mage_Api_Model_Server_HandlerBinding\\\"> <soap:address location=\\\"http://[b]www.another-host.de[/b]/index.php/api/soap/index/?SID=ljqlk9vqe2ju82jkbheuduq6tgsgakat\\\"/> </port> </service>
In the xml file it is a variable called {{var wsdl.url}}.
Where can i define that url?
|