I created a simple asp.net web application that uses CJ's web services using code taken from their samples. So far I have been unable to get any results back using product search or link search. I use my developerID along with a PID from one of my sites. No matter what keywords I pass to the web service I get no results. Has anyone experienced this issue? Thanks a million, Brent
No. While their web services isn't very good I didn't have any trouble getting search results to come up (in fact it returns far more than it should for me). I am using PHP 4.4 and NUSOAP. I don't know about ASP.net.
@bestoptimized, I am trying to get soap/php to work with no luck. At the moment I am using php4 and nusoap.php. include('nusoap.php'); $client = new SoapClient("http://www.xmethods.net/sd/2001/DemoTemperatureService.wsdl", 'wsdl'); //print_r($client); echo("\nReturning value of getTemp() call: ".$client->getTemp("12345")); Code (markup): But I get the Fatal error: Call to undefined function: messages Could you give me a simple example code??
I 100% agree. I also want to point out that those ads it does display are usually way off base in terms of relevancy. I guess they can't figure out that the title may be of some importance. Brandon
Yeah, I'd really like to see some nusoap code that works with the CJ web service. I got it working with SOAP, but really wanted to use nusoap for portability to other servers that don't have the extension.