Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
premb #1
eBay SOAP API with CF
When I write the initial code to create a proxy object connecting to the eBay
web service using the following line, the JRun server seems to get stuck and
crashes.
<cfobject webservice =
"http://developer.ebay.com/webservices/393/eBaySvc.wsdl" name="ebayWS" />
Any idea why this is happening? I'm using CF MX 6.1
premb Guest
-
My Net::eBay PERL module now recommended by eBay itself
On Fri, 02 Sep 2005 03:24:28 GMT, Ignoramus12789 <ignoramus12789@NOSPAM.12789.invalid> muttered something like: Hey, cool! Remember all the... -
Writing a HTML/ASP SOAP client for a SOAP::Lite destination
How would I go about writing a SOAP client in either HTML or classic asp? The SOAP "listener" was written in Perl with SOAP::Lite in Unix and I am... -
SOAP Filters: SOAP Header is missing
I've created an Input/Output filter combination to create a custom header. I am using WSE 1.0. The ProcessMessage( SoapEnvelope envelope) is called... -
Problem of using apache soap to consume WSE 2.0 soap attachment
I developed a web service at .NET with WSE 2.0 attachming soap attachment with soap response, and I can write a .NET client app to consume it. ... -
SOAP Client creation in ASP.NET using MS SOAP Toolkit
how would I create a SOAP client in ASP.Net? The following code just works fine in VB: Dim lobjSOAP As New MSSOAPLib30.SoapClient30...



Reply With Quote

