Hi, Anyone have a working copy of the webservices 2 product search in php which is working correctly. Their sample code is not upto date. I have already looked at their webservices forum but I can't get an answer from their team up there.
Not sure what is going on.. just trying to access the web service URL/WSDL is giving me grief. I posted a thread at CJ's web service forum.. http://webservices.cj.com/ws/forum/viewtopic.php?showtopic=1671&page=2#1723 Hopefully we can get this.. seems like a simple misconfiguration on my end (wrong URL, etc). Thanks! hanji
Hanji, thanks for replying, I want to get the new version 2 working as I need some of the extra field they use for the product search. However I dont know what the hell is happening with CJ. Is there support available, can we call them? Do anybody else have a working copy of the php product search?
Doh! Use https vs http $soapclient = new soapclient("https://api.cj.com/wsdl/productSearchService.wsdl", 'wsdl'); Code (markup): hanji
Thats fine for version 1 however version 2 gives more extra result fields which i need to use. Anyone got a working version 2 sample code in php