2
votes
1answer
56 views

Website based on REST in ColdFusion

My company is about to redesign a big project from scratch. We are currently thinking about how to implement data providers. I used to integrate some webservices in the last few months and pretty much ...
1
vote
1answer
48 views

Consuming ColdFusion webservice - Web service operation with parameters {} cannot be found

I am testing consuming a web-service and I'm getting an error. Here is the web-service component: <cfcomponent > <cffunction name="listBooks" access="remote" returntype="string" output="no" ...
0
votes
0answers
54 views

ColdFusion CFHTTP GET strips cookie

I'm running into issues trying to pass a cookie in my CFHTTP GET Statement. Has anyone else experienced this? Pointers would be appreciated. BTW - I am using the x-http-method-override, because I ...
0
votes
1answer
62 views

Getting a 404 Not Found CF Error API

I am trying to connect to an external web service to access their database for certain operations. I have the following code, but when I run, it gives a "404 Not Found" CFE. <cfscript> ...
1
vote
1answer
107 views

Coldfusion , Invoke a web service using soap with dynamic soap body xml

I need to invoke a soap over HTTP webservice from my coldfusion application. This involves user submitting a form(with lot of fields) and then code should pass all this information to the webservice ...
4
votes
1answer
115 views

Getting ColdFusion-Called Web Service to Work with JavaLoader-Loaded Objects

Is it possible to use JavaLoader to get objects returned by CF-called web services, and JavaLoader-loaded objects to be the same classpath context? I mean, without a lot of difficulty? // get a web ...
3
votes
1answer
83 views

Issue using .net web service from ColdFusion

I've been running into some challenges with a web service I'm trying to use of from ColdFusion. The service (AccountsService), has a method, GetAccountLinksByUser that returns accounts associated with ...
0
votes
0answers
87 views

Does a ColdFusion webservice have a max length restriction on an input variable?

I have a site that has a development, a testing, and a production environment. Within the site, I've built a content management system that allows my client to edit the text of all the pages. I've ...
2
votes
2answers
121 views

Cannot add the most basic RESTful web service

I'm on Windows 2008 R2 (64-bit) using CF10 (64-bit) (developer edition?) I am trying to implement this very basic tutorial: http://blogs.coldfusion.com/post.cfm/rest-support-in-coldfusion-part-i I ...
1
vote
2answers
205 views

Coldfusion RESTful webservice: Object is not an instance of declaring class

When I call the URL http://192.168.2.26:8080/rest/RestSample/season/1.json I get the error: "Error","ajp-bio-8012-exec-4","03/01/13","16:51:58","RestSample","object is not an instance of declaring ...
-3
votes
1answer
120 views

What kind of web MVC pattern is this? [closed]

I was wondering what kind of MVC pattern the illustration below is. We are developing a web application according to this pattern using ColdFusion and it goes pretty well so far. But is it even some ...
1
vote
1answer
102 views

What should be used in ColdFusion to map to SOAP type tns:ArrayOfString?

If one cfinvoke a SOAP web service with param type sets to tns:ArrayOfString, one will get: Cannot perform web service invocation Hello. The fault returned when invoking the web service ...
0
votes
1answer
75 views

ColdFusion Webservice to show database schema

I want to make a web service to some details on the underlying database. <cffunction name="getDBSchema" output="false" returnType="query" access="remote"> <cfquery name="local.qryPlugin" ...
1
vote
0answers
112 views

Coldfusion exception while calling the webservice

I have written a portlet which consumes a simple webservice. When i deploy it into jboss, it is throwing below exception. I tried by adding coldfusion.jar into build path. but no luck. Can any one ...
0
votes
1answer
105 views

ColdFusion Site Transfer

I had an agency run my site for awhile and no longer using their service. They gave me a drop box link with my site in it. I never used coldfusion so im am super super lost. I signed up with ...
1
vote
1answer
205 views

Consuming ASP.Net web service with ColdFusion

I am creating an ASP.Net web site to log errors for our ColdFusion sites. The ASP site is exposing a couple of web service methods that I would like to pass in information about the error. To test the ...
0
votes
1answer
83 views

Coldfusion extended component missing parameters

I'm trying to get a CFC (webCFC) with a remote function to return an instance of a different CFC (objCFC). Here are the CFCs: #webCFC component { remote function displayCFC(version=1) { ...
-2
votes
3answers
282 views

Is It Possible to send Image through Web service?

I Have made application in iphone which consume coldfusion webservice. I want to display Image on iphone application which is laid on remote server.Using coldfusion webservice I can retrieve Image ...
12
votes
3answers
703 views

Consuming ColdFusion webservice from C#?

I'm trying to use some webservice with this endpoint: https://services.xxxxxxx.com/ASP_SecureWebServices.cfc?wsdl In the documentation I have this: Request <authorise> ...
0
votes
1answer
57 views

Different stubs generated by ColdFusion on two different servers

We have a dev server and a live server, both running ColdFusion 9. The ColdFusion versions are the same, the Java versions are the same, the JVM versions are the same. I am trying to connect to an ...
0
votes
1answer
186 views

Is it possible to call a ColdFusion web service in iPhone

I made a web service in ColdFusion. I can successfully call this service, with dynamic parameters, from C#. However, I am unable to call this service from iPhone Xcode. The response shows an operation ...
0
votes
1answer
638 views

How to Digitally Sign a SOAP request BODY in ColdFusion?

New one for me: I need to digitally sign and encrypt the body of SOAP request from a ColdFusion client application using a provider-issued certificate. I also need to decrypt the response in order to ...
1
vote
1answer
198 views

Why is cfreturn null?

I proxied a call to a cfc which does an ftp "get" to a local temp file. Then it reads the file and is supposed to return the file content as a string. I know the code works, when I pull it out of cfc ...
2
votes
1answer
123 views

Coldfusion Webservice Receiving Object

I feel like a dolt for not figuring this one out. I have coldfusion webservice (bluedragon7) to accept information from a partner. They are passing xml in the result field and it only shows the ...
1
vote
1answer
401 views

Coldfusion consume Dynamics NAV Webservice

I am trying to consume a Dynamics NAV web service from within Coldfusion. However it fails with this message: ... {http://xml.apache.org/axis/}HttpErrorCode:401 ... I have tested the same web ...
0
votes
2answers
458 views

Coldfusion How to authenticate webservice getShipmentSimpleQuote of WWEx?

How to invoke "getShipmentSimpleQuote" webservice from "Worldwide Express Freight Quote Web Service"? I am trying to invoke/consume this webservice but i am getting error saying "Invalid ...
0
votes
2answers
487 views

Passing parameter to a webservice via createObject or CFINVOKE

I usually consume SOAP webservices with CFHTTP and post the XML as a HTTP parameter. However, this time I am trying to consume a webservice with createObject, but when I pass the XML as an argument to ...
0
votes
2answers
182 views

How to solve error while consuming WWEx webservice?

i am trying to consume webservice to get freight rate from webserivce "http://www.wwexship.com/webServices/services/FreightShipmentQuote?wsdl" and it is giving an error that "Web service operation ...
0
votes
1answer
604 views

consuming coldfusion webservices

I am trying to build a web service. Here is my code for a simple web service which returns a string. At the beginning i inserted some code from ben nadel It refreshes the stubfile automatically ...
0
votes
1answer
522 views

Consuming Salesforce WSDL via Coldfusion Issue

Ive been given a class file from another group of SFDC developers that work in a separate instance that generates a SOAP based WSDL. I have imported that class file and generated the WSDL in our ...
1
vote
2answers
733 views

Coldfusion web service failing to see component

I've got a CFC that I'm going to access with ?wsdl as a SOAP webservice. If I call the CFC directly in a browser, my results render fine: http://server/webservice/calc.cfc?method=doStuff&foo=bar ...
3
votes
1answer
264 views

Integration with Bullhorn SOAP webservice API using Coldfusion

I'm starting to work on the Bullhorn SOAP webservice integration using Coldfusion 8. I'm having problems with authentication - getting the session. I've tried doing it like someone did here: ...
5
votes
1answer
510 views

How to consume a ColdFusion web service with dotnet

I'm not experienced at all in SOAP and web services. I'm trying to call a ColdFusion web service from C# (.NET 4.0). I'm generating a proxy from the WSDL with svcutil.exe. The web service works when I ...
-1
votes
2answers
215 views

how to save xml in user's computer in coldfusion?

I am invoking a ColdFusion webservice through cfinvoke <cfinvoke method="getUsers" returnvariable="rawXMLUserList" webservice="http://www.xyz.com/getusers.cfc?wsdl" > ...
-2
votes
1answer
144 views

how to implement webservice in coldfusion?

How to implement webservice for exporting order in coldfusion?This means instead of exporting orders as xls it would export as a web service. ThanksKishor
0
votes
1answer
196 views

Can you write a webservice call in coldfusion without using createObject(“webservice”…i.e. using Java

I found this on adobe website for cf 9 re consuming services not generated by CF http://adobe.ly/AD5FfE I am having problems with this wsdl and authentication. The authentication works as i have ...
5
votes
8answers
3k views

Error consuming web service: An existing connection was forcibly closed

I have a Winforms appplication written in C# that consumes web services from a Windows 2008 IIS Coldfusion server. All the web service calls succeed but one, which fails about 50% of the time with ...
1
vote
1answer
264 views

ColdFusion code calling a .NET web service

I have a .NET web service to be consumed by our integration partner's ColdFusion code. Partner is making SOAP requests & receiving SOAP responses, but they are saying they need a plain XML ...
2
votes
2answers
1k views

What causes a “org.xml.sax.SAXException: Bad types” exception when calling a ColdFusion Web Service?

I've written a ColdFusion Web Service for an external client to consume. It basically let's them send over some user information, and returns the contents of the user's shopping cart, and let's them ...
0
votes
1answer
84 views

Consuming VB.NET Web Service with Legacy ColdFusion 4.5

My legacy ColdFusion 4.5 app needs to consume a VB.NET web service and I am wondering if anyone has had success deserializing XML using the ColdFusion CFWDDX ACTION="WDDX2CFML" I have not had ...
0
votes
1answer
115 views

Coldfusion communication between servers

I need to receive data from one Coldfusion installation to another. They are on different servers. Right now I have web services created on remote server. I use JSON format for receiving data, ...
1
vote
1answer
290 views

handle coldfusion complex type in .NET

I try to send to a .net webservice an array of defined components from coldfusion but i get an error and i don't know how to handle the complex type in .net method. My component is: <cfcomponent ...
1
vote
2answers
507 views

Coldfusion-to-Coldfusion web service call: SOAP vs cfhttp method call vs cfhttp post?

How do you then handle the exception on the ws consumer-side thrown by the ws producer-side? I'm now using SOAP because I can use <cfinvoke> easily and not worry about JSON messing up my data ...
1
vote
1answer
407 views

ColdFusion Web-service Timeout

I have to call a third-party Web service that frequently does not respond. I tried to timeout my requests, however, the timeout does not appear to make any difference. Can you share what I may be ...
1
vote
0answers
224 views

Consume complex data type from ASP.net webservice via Coldfusion on Railo

I have an ASP.net webservice that returned a dataset to a Coldfusion consumer. It worked fine while I was hosting my CFML with CF9 Server. But now that I've switched to use Railo, it returns an error. ...
3
votes
4answers
632 views

How can I secure ColdFusion CFC Web Services?

I am in the process of creating a simple Web Service for a Client of our's who wants the ability to retrieve shopping cart information and add/update items in the cart. I have written a CFC with a ...
2
votes
3answers
783 views

How do I make a ColdFusion Web Service return SOAP instead of WDDX?

I've created a ColdFusion Web Service, but it's returning WDDX instead of SOAP. How do I make it return SOAP instead of WDDX?
1
vote
1answer
190 views

How can I specify integer as a property or argument type in ColdFusion?

I'm building a WebService in ColdFusion 8 using CFCs with remote methods. I need to specify complex data types in the WSDL, so I'm creating CFCs for each of these types. For instance, let's say I have ...
1
vote
1answer
592 views

Coldfusion consuming webservice -> java.net.SocketTimeoutException: connect timed out

I'm consuming a webservice over Coldfusion 9 for getting property data and saving the result to our local database. The script gets executed via scheduler once a day. The problem is that sometimes it ...
0
votes
1answer
590 views

How to have a webmethod POST to an HTTPHandler.ashx file

Summary How to create an HTTPContext within a webservice? or POST to a Handler.ashx from a webservice? Background I have a Cold Fusion web application that uses Forms authentication but somehow ...

1 2 3