similar to: connecting to a coldfusion web service

Displaying 20 results from an estimated 90 matches similar to: "connecting to a coldfusion web service"

2006 Jul 19
0
Web Service (server) and file_column issues
Hi there, I''m having some issues with using SOAP and file_column. The Web service I created is pretty straight forward. It gets the 5 most recently updated members from the database. Nothing too spectacular. However, the Members class uses file_column and when I try to connect to my web service I get this error: TypeError in Connect to serviceController#display_recent_updates Do
2006 Sep 06
0
soapenc:base64 and xsd:base64Binary
Hello guys, I have a little mix in all those webservices and wsdl files and all this things, and I have maybe a strange question. I''m trying to consume webservice from different webservice implementation than ror. And I there is one thing from ror regenerated wsdl file. Method parameter defined by :base64 type is defined in wsdl as ''soapenc:base64''. My question is, why
2010 Jun 22
0
XMLSchema:::processSchemaTypes() fails with XMLSchema.xsd [was: SSOAP fails with .types[[1]] : subscript out of bounds]
Hi again, On Tue, 2010-06-22 at 10:02 +0200, Steffen Neumann wrote: > So, if XMLSchema:::processSchemaTypes() does not find > any custom/embedded type definitions, is it possibe to "inject" those > from the http://www.w3.org/2001/XMLSchema.xsd > into genSOAPClientInterface() instead ? Well, it's not possible, at least for me. This is as far as I got, any help
2010 Jun 22
0
Working cludge [Re: SSOAP fails with .types[[1]] : subscript out of bounds]
Hi, so, last post from here unless I can provide any more input to fix the upstream package. On Tue, 2010-06-22 at 10:02 +0200, Steffen Neumann wrote: > So I got a bit further, the reason for the error is > that the WSDL *does not have* any <wsdl:types>...</wsdl:types>, I created a local copy and inserted a dummy <wsdl:types>...</wsdl:types> element. Then, my
2009 Jun 05
17
passenger on localhost
I installed passenger at home. How should I configure apache to make it usable? This was my last guess: <VirtualHost localhost:3121> ServerName 127.0.0.1 DocumentRoot /var/www/html/docsearch/public </VirtualHost> This gets by "apachectl start" without complaint, but I really haven''t a clue what I''m doing ;) Do I need to access it via a different
2011 Feb 20
3
ugly url form_tag
Hi all I am using form_tag helper and everything is sent by the get method. In the url looks like : http://localhost:3000/posts?utf8=%E2%9C%93&search=rails The utf8 attributes is pretty much ugly. Is there a way (in Rails 3) the url looks like something like : http://localhost:3000/posts/search/rails If yes what do I need to change in my code ? Here is my code <% form_tag posts_path,
2008 May 09
1
SSOAP: arguments passed as
Hi, I have a SOAP service, provided by BioMoby which I'd like to call via SSOAP. My service breaks during genSOAPClientInterface() genSOAPClientInterface(def=service, verbose = TRUE) Operation MassBank_Simple_2 Error: Cannot resolve SOAP type in empty context Problem seems to be that there are no <types> defined in the WSDL, and that the service passes input/output as a single
2006 Jul 20
1
Ruby Vs Java Vs Coldfusion Vs Rails
An interesting discussion from a mainly CF blog on Ruby, Java and Coldfusion. http://www.corfield.org/blog/index.cfm/do/blog.entry/entry/Java_or_Ruby -- Aneesha -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060720/be08e19a/attachment.html
2001 Nov 13
1
Coldfusion Studio 4.5.2 and Wine
I am a Coldfusion under Linux ISP, and could really use some help making Coldfusion Studio (the development IDE) run uner wine... any suggestions or has someone maybe done it? Thanks! _________________________________________ Brian Tafoya http://briantafoya.com _________________________________________
2013 Nov 04
0
Firefox ESR and Coldfusion
CentOS-6.4 x86_64 Firefox-17.0.10ESR I am getting a missing plugin report from Firefox when trying to load this url: http://yyyy.xxx.net//sco_launchv5.1.cfm?regKey=22349&CFID=0&CFTOKEN=1ED09F3E-5335-471C-BF35C63C0CAC4019 A Firefox search for plugins reports none found. I believe that this URL refers to a Coldfusion script. Given the context I am working in I believe that this script
2008 May 22
3
SOAP client in Ruby/Rails
Hi all. I have a need to build a SOAP client using Ruby and Rails. I''m accessing a document/literal style SOAP service. I''ve been poring over documentation (well, there really doesn''t seem to be any, so that''s a little misleading), blog posts, and outdated tutorials all day, and I still don''t really have anywhere to begin. Every tutorial seems to have a
2006 Jul 27
3
[somewhat OT] Apache config for Rails + ColdFusion + PHP
Our group has several web apps developed in ColdFusion, PHP, and Rails. The ColdFusion and PHP apps are on an older server, and the Rails apps on a new server. Ideally, we''d like them all to share the same server. Our current setup for the Rails server is Apache2.2 with mod_proxy_balancer and mongrel_cluster. We''d like to have specific directories be processed and served by
2015 Jun 19
0
Calling multiple phones at once
Hi again! Also, given my setup below, how do I send caller id to my cell? SIP/83 at callcentric is my cell, when I get incoming call when someone dials into Asterisk - I just see public calcentric?s DID number. I want to send a number of who CALLED IN into the Asterisk and possibly add couple numbers upfront or something like this to signal me that this call comes through the PBX and not
2015 Jun 19
2
Calling multiple phones at once
Hello All! I asked week a so ago about how to call multiple phones alltogether (home, office, cell) Dial app looks simple, this is kind of what I have now: --------------------- [globals] IVAN_HOME_OFFICE=SIP/BF8 IVAN_OFFICE=SIP/CFC IVAN_CELL=SIP/83 at callcentric [internal] exten => 101,1,Dial(${IVAN_HOME_OFFICE}&${IVAN_OFFICE}&${IVAN_CELL},60) same => n,VoiceMail(101 at
2005 Dec 21
1
ActionWebService and WSDL
The suggested approach for developing a web service using ActionWebService appears to be start by defining the API you want and then you can generate WSDL. I want to start from WSDL. I''ve tried wsdl2ruby but the Ruby code it generates does not appear to play well with Rails. Is there a way I can get what I want? I''m new at this so if the answer is a forehead slapper,
2006 Mar 22
12
RJS page.replace(_html) problems
For some time now I try to get my code working. This Monday I switched to RJS (first with 1.0 + plugin) and yesterday to Edge Rails, so I guess I''ve been using the most recent version. I have a div with id="detail" which I want to update with a partial. If I''m using page.replace_html the content will be replaced with text, i.e. the javascript won''t become
2001 May 02
1
subdirs in package src dir
Sometimes I find it useful to put C or Fortran sources under subdirs of "mypackage/src", especially to distinguish between my own files and e.g. lapack or blas sources. To get this working I would need a Makefile in my package which contains the appropriate dependencies to these sources in subdirs. But I don't want to add a complete Makefile, I want only a Makevars file containing
2005 Mar 07
0
SIP URI
Hello, I try to append a URI to the SIP dial syntax, however the URI were not shown in the sip debug message. I have read one of the post in the list which actualy show the URI string in the debug message (at the To: field). Is there any setting I need to set or turn on during compilation of asterisk? I have the head version of asterisk and my extension.conf setting is proveded below: exten
2011 Apr 27
2
Omindex: what are the default numbered indexes?
> -----Original Message----- > Date: Tue, 26 Apr 2011 13:35:20 +0100 > From: James Aylett <james-xapian at tartarus.org> > Subject: Re: [Xapian-discuss] Omindex: what are the default numbered > indexes? > To: <xapian at catcons.co.uk> <xapian at catcons.co.uk> > Cc: 'Xapian Discussion' <xapian-discuss at lists.xapian.org> > Message-ID:
2002 Feb 28
4
UseLogin under AIX 4.3.3
Hi, If I enable "UseLogin" under AIX, I get the following message upon login: /dev/pts/2: 3004-004 You must "exec" login from the lowest login shell. The manpage states: "In order to preserve the integrity of the system, only one session at a time is allowed to be logged in to a port. This means that the login command entered from the shell prompt cannot succeed,