473,396 Members | 1,706 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Commission Junction SOAP access Error

Hi!
Is there any one with knowledge of CJ [Commission Junction] API
development
I am getting error like:
http://fb.aafter.com/cj/testb/support.php
during Commission Junction SOAP access

Commission Junction:
http://cj.com/
http://webservices.cj.com/

Code is:
<body>
<center>
<h2>Commission Junction Demo Product Search</h2>
<form action="<?php echo $_SERVER['PHP_SELF'] ?>" method="get">
<p><label for="keywords">Search for </label>
<input type="text" name="keywords" value="<?php echo
$_GET['keywords'] ?>" >
<input type="submit" value="Continue &rarr;" /></p>

</form>


</center>
<hr>
<?php

try {
$ini = ini_set("soap.wsdl_cache_enabled","0");
$client = new SoapClient('https://linksearch.api.cj.com/wsdl/version2/
productSearchServiceV2.wsdl', array('trace'=true));
$results = $client->search(
$developerKey = 'developer_key / developer_password',
$locale = 'EN'
} catch (Exception $e){

echo "<div id='error'><p>There was an error
with your request or the service is unavailable.</p></div>";
}

?>

</body>
</html>

Sep 29 '07 #1
5 2279
jatrojoomla wrote:
Hi!
Is there any one with knowledge of CJ [Commission Junction] API
development
I am getting error like:
http://fb.aafter.com/cj/testb/support.php
during Commission Junction SOAP access

Why not ask them? They should be the experts on their code.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Sep 29 '07 #2
On Sep 29, 6:08 pm, Jerry Stuckle <jstuck...@attglobal.netwrote:
jatrojoomla wrote:
Hi!
Is there any one with knowledge of CJ [Commission Junction] API
development
I am getting error like:
http://fb.aafter.com/cj/testb/support.php
during Commission Junction SOAP access

Why not ask them? They should be the experts on their code.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================


I asked them so many times, But their responce system very very slow
for users & developers even on their forum & support link

Sep 29 '07 #3
jatrojoomla wrote:
On Sep 29, 6:08 pm, Jerry Stuckle <jstuck...@attglobal.netwrote:
>jatrojoomla wrote:
>>Hi!
Is there any one with knowledge of CJ [Commission Junction] API
development
I am getting error like:
http://fb.aafter.com/cj/testb/support.php
during Commission Junction SOAP access
Why not ask them? They should be the experts on their code.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================

I asked them so many times, But their responce system very very slow
for users & developers even on their forum & support link
But it's still better than asking in a group where few, if any, know
anything about it.

Linux is written in C. Does that mean you should go to a C group to
find out how to administer Linux?
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Sep 29 '07 #4
On Sep 29, 11:40 pm, Jerry Stuckle <jstuck...@attglobal.netwrote:
jatrojoomla wrote:
On Sep 29, 6:08 pm, Jerry Stuckle <jstuck...@attglobal.netwrote:
jatrojoomla wrote:
Hi!
Is there any one with knowledge of CJ [Commission Junction] API
development
I am getting error like:
http://fb.aafter.com/cj/testb/support.php
during Commission Junction SOAP access
Why not ask them? They should be the experts on their code.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================
I asked them so many times, But their responce system very very slow
for users & developers even on their forum & support link

But it's still better than asking in a group where few, if any, know
anything about it.

Linux is written in C. Does that mean you should go to a C group to
find out how to administer Linux?

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================

True.
But I am here to see if any one from this group already use or face
such problem so he could understand the problem
Thanks

Sep 29 '07 #5
jatrojoomla wrote:
On Sep 29, 11:40 pm, Jerry Stuckle <jstuck...@attglobal.netwrote:
>jatrojoomla wrote:
>>On Sep 29, 6:08 pm, Jerry Stuckle <jstuck...@attglobal.netwrote:
jatrojoomla wrote:
Hi!
Is there any one with knowledge of CJ [Commission Junction] API
development
I am getting error like:
http://fb.aafter.com/cj/testb/support.php
during Commission Junction SOAP access
Why not ask them? They should be the experts on their code.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================
I asked them so many times, But their responce system very very slow
for users & developers even on their forum & support link
But it's still better than asking in a group where few, if any, know
anything about it.

Linux is written in C. Does that mean you should go to a C group to
find out how to administer Linux?

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================


True.
But I am here to see if any one from this group already use or face
such problem so he could understand the problem
Thanks
Well, I'm sure there are some people familiar with Linux administration
who frequent the C newsgroups. But it still doesn't mean that's a good
place to ask.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Sep 29 '07 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Mark | last post by:
i have a very simple web servive Imports System.Web.Services <System.Web.Services.WebService(Namespace:="urn:Example1")> _ Public Class Example1 Inherits System.Web.Services.WebService
1
by: LP | last post by:
Hello, I am really hoping someone can help me here. I have a web service running on Win 2003 IIS 6.0, and VB6 client connecting to it with the use of Soap Toolkit. Everything worked fine until I...
7
by: Jurek | last post by:
I have 10+ experience in C/C++ - mostly automation and graphics. I have never written any business apps though. Recently I've been asked to write a simple report that would calculate sales...
0
by: lindagoldstein100 | last post by:
Questions on Affiliate Marketing - Linkshare / Commission Junction etc ? I have heard of LinkShare, Commission junction etc ? Are these any any good ? Any one have experience with them ?...
1
by: que576 | last post by:
I have created a junction table so that I can relate data from 2 other tables. Table 1 - Category Table (has the following fields with data) CatID (primary key) CategoryName CategoryStatus ...
1
by: Peter Kraume | last post by:
Hi, I want to access a Lotus Notes Database via SOAP. PHP Version is 5.2.0, OpenSSL support is active (OpenSSL Version OpenSSL 0.9.7e 25 Oct 2004) But I get this error message: Warning:...
2
by: furrypop | last post by:
Hi, I'm trying to get the Perl SOAP::Lite examples to work on a Windows PC, running Apache 2.2.4. Apache is definitely serving CGI scripts, as I've tested a dummy Hello World thing. I'm also...
2
by: Henry Stockbridge | last post by:
Hi, I need a recommendation when to add a record to a junction table that complements a many to many relationship. There will be a Contacts form, and an Interests subform with the parent/child...
12
by: spima05 | last post by:
Hello I am developing a database to calculate commissions on a sale for each rep involved in the same and their uplines. Below is the database structure and the commissions schedule. I am...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.