ultraxa Posted April 10, 2013 Share Posted April 10, 2013 bonjour j'expose mon souhait je possede un logiciel avec des articles et un site sous prestashop contraintes: les articles ne peuvent étre créee que sur le logiciel je peux récupérer les articles du logiciel par web service en xml de type (exemple) HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ArticleDetailResponse xmlns=""> <ArticleDetailResult> <Marque>string</Marque> <Groupe>string</Groupe> <Famille>string</Famille> <Categorie>string</Categorie> <Libelle1>string</Libelle1> <Libelle2>string</Libelle2> <CodeArt>string</CodeArt> <CodeArtF>string</CodeArtF> <RefAlias>boolean</RefAlias> <PrxAchat>double</PrxAchat> <PrxVente>double</PrxVente> <ImageFormat>string</ImageFormat> </ArticleDetailResult> </ArticleDetailResponse> </soap:Body> </soap:Envelope> ma question est comment exploiter les données reçu et les insérer dans prestashop ? merci Link to comment Share on other sites More sharing options...
ultraxa Posted April 15, 2013 Author Share Posted April 15, 2013 personne n'a deja eu cette demande ? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now