similar to: send XML-FO to Web Service

Displaying 20 results from an estimated 20000 matches similar to: "send XML-FO to Web Service"

2006 Jul 24
7
RoR + MySQL + Unicode
hello! I have a problem when I want to display data in Unicode from database. I read <a href="http://ruphus.com/blog/2005/06/23/getting-unicode-mysql-and-rails-to-cooperate/">this tutorial</a> but I still have problem with non-English characters. I don''t have any other idea what I should do. Did you meet with similat problem? Have you got any idea? Thanks in
2006 Jan 28
0
.net WSDL SSL web service conumption
Hi, i''m trying to consume .NET webservice following one tutorial an currently have these lines of code: wsdl = "https://someserviceaddress" factory = SOAP::WSDLDriverFactory.new(wsdl) and running this code i''m getting: Unknown attr {}ref. Unknown element {http://schemas.xmlsoap.org/wsdl/http/}binding. Unknown element {http://schemas.xmlsoap.org/wsdl/http/}operation.
2006 Jun 07
2
Confirm User engine clobbers active web service actions
Hello Ive been learning / implementing AWS Thanks to the wonderful pdf by orielly I was able to spot a problem with the User Engine I would like to see if anyone else has had problems with this?? Basically if you make a web service at /products You should be able to reach /product/wsdl and get a well formatted xml doc If you have a login engine on it seems
2006 Aug 10
1
Web service SOAP URLs started failing with 1.1.4 or using 1.1.2 security patch
Railers, I''m trying to figure out why invocations to my Web service URLs work with Rails 1.1.2 but fail both with Rails 1.1.4 (and 1.1.5) and when I apply the new 1.1.2 security patch to Rails 1.1.2. It looks like they are failing with SOAP clients but succeeding with XML-RPC clients. The URL that used to work is of the form http://localhost:3000/my_controller/ServiceName/api. When I
2005 Nov 19
1
Rails as SOAP client with .NET web service
Hi For an application we need to obtain data from a .NET based web service. I''ve been "playing" with some sample code to invoke web services as a soap client. They work ok with services that offer a .wsdl link. However, .NET based services are called with "*.asmx?WSDL". The wsdlDriver (I guess SOAP4R) barfs on this. Anybody have practical experience and willing/able
2006 Jan 13
1
Send XML Document with SOAP
Hello, yes it''s another ruby-nuby question but i cant find the right docs so I hope either someone has an answer or can provide links to what i havent been able to find. I am trying to call a wsdl web service running on .net server with a ruby client. I can make the request and with a wiredump I see the SOAP request and responce XML files, the files are correct but I am not sure
2006 Jul 18
2
connecting to a coldfusion web service
Hi, I''m connecting to a cf web service.... <cfcomponent> <cffunction name="myname" returntype="string" access="remote"> <cfreturn "fred" > </cffunction> </cfcomponent> using require ''soap/wsdlDriver'' wsdlfile = "http://localhost/docsearch/mainsearch.cfc?wsdl" factory =
2006 Jan 31
2
Creating a web service with AWS
So I''ve read the Action Web Service bit of the documentation for a while, searched around and asked on the IRQ channel and I just can''t seem to get a simple Hello World type web service up and running with AWS on Rails. I have a file called hello_person_api.rb which looks like this: class HelloPersonAPI < ActionWebService::API::Base api_method :HelloName, :expects
2006 Apr 11
2
Uploading files using a web service
i am writting a web service that will enable users to upload image files...but then the problem is...i will have to use Soap4R, now my question is....the API generated(or whatever you call it, wsdl file that i get) will support standard SOAP implementation??...so i can use Mono.NET to call this web service and upload files. I ask this because as per my knowledge SOAP4R is different...so will
2008 Jul 23
0
WSO2 Web Services Framework For Ruby (WSF/Ruby) - 1.1.0 Released
WSO2 Web Services Framework For Ruby (WSF/Ruby) - 1.1.0 Released ======================================== WSO2 WSF/Ruby team is pleased to announce the release of WSO2 WSF/Ruby 1.1.0. WSF/Ruby is the Ruby language extension to WSO2 WSF/C. This enables you to consume/provide Web Services both with REST and with the power of WS-* stack including WS-Reliable Messaging, WS-Security, WS-Addressing and
2009 Apr 29
0
creating xml in controller and send to Web Service
Hi All, I have a question regarding creating xml in controller class.. I am designing a rails application, which is a client for java REST based Web services. in my rails client part, in my view, I have a simple index.html.erb which consists of 2 strings ''source'' , ''destination'' . I will take the input from user and send those to controller class. with those 2
2006 Jun 27
0
Calling SOAP based Web Services over SSL
Ok, here we go. 1) I am trying to talk to a soap web service @ the url https://rsvcstage.e2ma.net/emmaTestCalls 2) I can talk to the web service in plain ruby if I: 2.1) disable site ruby (by renaming the site_ruby directory to something else) 2.2) use the WDSLDriverFactory instead of an actionwebservice The working ruby code looks like this:
2006 Jan 26
3
Calling a SOAP service from within a Rails controller
The following works fine as a standalone ruby program: ********************************************************************************************** t = Time.now starter = Time.local(t.year,t.mon, t.day) + (24 *3600) ender = starter + 7 * 24 *3600 lat = 40.352039 lon = -74.191961 require ''soap/wsdlDriver'' params = {:maxt => false, :mint => false, :temp => true, :dew
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 Jan 27
0
Getting a basic web service up and running with ActionWebService
So I have created a bunch of code and had it wrappered nicely as a web service using the standard soap.rpc stuff that packs with Ruby, but I needed to be able to generate a WSDL file to go with it and from what I can tell the easiest way to do that is to switch to ActionWebService with Rails. I''ve read through the AWS book which is fine but I don''t quite know enough about how
2007 Jan 05
0
web service scaffolding: array and 2d array params
Hello, Currently when you build a web service with ActionWebService, you can generate a scaffold (using a command like "web_service_scaffold :invoke") that will allow you to call your web-enabled methods from the browser. Currently, if any of those parameters are arrays, you get the message "Typed array input fields not supported yet", and you can''t enter the
2006 Aug 01
1
xmlattr use .net web service from ruby problem
I have a WSDL and used to wsdl2ruby to create the default.rb and defaultdriver.rb ****************************************************************** the method that i''m calling class representation is: # {http://home.setup/abs}DeliverMessage class DeliverMessage @@schema_type = "DeliverMessage" @@schema_ns = "http://home.setup/abs" @@schema_qualified =
2010 Jul 13
1
MyFuel Express FO - Shortcomings
Re-sent copying UNON and Expand Technologies. Apologies for the omission. Rgds, Alphonse On Tue, Jul 13, 2010 at 3:27 PM, Alphonse Ogulla <aogulla at gmail.com> wrote: > Dear Esther, > > The foregoing mail notes sent to Expand Technology refer, in view that you > were not copied in the initial correspondence. > > We were hoping that Expand Technology would make a
2009 Jun 18
0
SSOAP access to a j2EE-ws service
I am currently trying to access a SOAP web service (hosted on a JBoss5 server and defined as a J2EE-ws service) via the SSOAP R-package. But all I can get is a NULL answer. The web service seems to work as it can be accessed using a general web-service tester. The web service wsdl is here: http://smg8.ulb.ac.be:8080/web2?wsdl. This is how I try to call the web service from R: --- >
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