473,804 Members | 3,190 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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>Commissio n 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.w sdl_cache_enabl ed","0");
$client = new SoapClient('htt ps://linksearch.api. cj.com/wsdl/version2/
productSearchSe rviceV2.wsdl', array('trace'=t rue));
$results = $client->search(
$developerKey = 'developer_key / developer_passw ord',
$locale = 'EN'
} catch (Exception $e){

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

?>

</body>
</html>

Sep 29 '07 #1
5 2297
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*******@attgl obal.net
=============== ===
Sep 29 '07 #2
On Sep 29, 6:08 pm, Jerry Stuckle <jstuck...@attg lobal.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...@attgl obal.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...@attg lobal.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...@attg lobal.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*******@attgl obal.net
=============== ===
Sep 29 '07 #4
On Sep 29, 11:40 pm, Jerry Stuckle <jstuck...@attg lobal.netwrote:
jatrojoomla wrote:
On Sep 29, 6:08 pm, Jerry Stuckle <jstuck...@attg lobal.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...@attgl obal.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...@attgl obal.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...@attg lobal.netwrote:
>jatrojoomla wrote:
>>On Sep 29, 6:08 pm, Jerry Stuckle <jstuck...@attg lobal.netwrote:
jatrojooml a wrote:
Hi!
Is there any one with knowledge of CJ [Commission Junction] API
developme nt
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...@at tglobal.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...@attg lobal.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*******@attgl obal.net
=============== ===
Sep 29 '07 #6

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

Similar topics

4
7887
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
16753
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 needed to enable Basic Authentication. Now according to this msdn source: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnsoap/html/soapsecurity.asp ...
7
4332
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 commission. The report needs to be generated from within a C/C++ app. I don't want to mess it up so I thought maybe someone from this group could give me some advice or point to me to a place that'll provide some background on the issue. Here is a...
0
1462
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 ? Good ? Bad ? Are they worth the money ? Is it a month to month or yearly contract
1
3602
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 Table 2 - Names Table (has the following fields with data) NameID (primary key) Names
1
9106
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: SoapClient::SoapClient() :
2
6773
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 definitely getting a hit when I use a browser to get to my hibye.cgi server (well, a blank page rather than a 404). However, when I run my hibye.pl client, I receive a 503 Service Unavailable at H:\scripts\hibye.pl line 25. It works when I...
2
2242
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 field being the ContactID. Table 1 - Contacts (ContactID (PK), First, Last, so on) Table 2 - ContactsInterests (ContactInterestsID (PK), ContactID (FK), InterestsID (FK))
12
4932
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 having trouble designing a way to store the commission rates and calculate the commission amounts. Below is a list of the business rules for calculating the commisssions.
0
9706
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10578
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10332
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10321
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9152
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6853
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5522
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4300
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3820
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.