Displaying 20 results from an estimated 144 matches for "wsdl".
Did you mean:
osdl
2008 May 09
1
SSOAP: arguments passed as
...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 XML BLOB
in the body (full WSDL below):
<wsdl:input name="MassBank_Simple_2Request">
<wsdlsoap:body encodingStyle="..." namespace="msbi"
</wsdl:input>
Any ideas ? Would I have...
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 simple snippet works:
library(SSOAP)
# Hacked local copy
w = processWSDL("./MassBank_Instruments")
# this brea...
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, I''ll be happy.
--
Posted via http://www.ruby-forum.c...
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.
Unknown element {h...
2007 Nov 03
1
Newbie: What is WSDL?
# Allow downloading Web Service WSDL as a file with an extension
# instead of a file named ''wsdl''
map.connect '':controller/service.wsdl'', :action => ''wsdl''
That''s in the routes file, but what''s it for/mean?
Thanks!
Stedwick
--~--~---------~--~----~----...
2006 Jan 31
0
webservice problem (cant make client)
hey, i have made a webservice
http://twodecode.pilot.localhost.be:3000/backend/wsdl
here i can see the wsdl file
i have a method string Authenticate(string twa, string login, string pass)
when i do /invoke i can test it, this all works
backend_api.rb
class BackendApi < ActionWebService::API::Base
api_method :authenticate,
:expects => [{:twa =>:string},{:login =&g...
2006 Mar 19
0
User engine apparently breaks wsdl in some cases
(X-posting to the engine group as well)
Wsdl calls fail under certain circumstances when the user engine is in
use. After much experimentation, this is what I found.
* I have an application that uses the login and user engines for
permissions and security. The configuration works correctly.
* I created a web service for the application. If...
2006 Dec 04
0
Paypal and soap4r gems
WSDL conversion as proposed in the paypal plugin howto doesn''t work. Any
idea what goes wrong? See the output below.
rsp@hollerith:~/workspace/pptest/vendor/plugins/paypal$ wsdl2ruby.rb
--wsdl http://www.sandbox.paypal.com/wsdl/PayPalSvc.wsdl --type client
--force
F, [2006-12-04T16:30:43.13640...
2006 Jan 26
3
Calling a SOAP service from within a Rails controller
...llowing 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 => false,
:pop12 => false, :qpf => false, :sky => false, :snow => false,
:wspd => false, :wdir => false, :wx => false, :waveh => false,
:icons => false, :rh => false, :appt...
2009 Nov 03
1
help with SSOAP (can't find working examples)
...re are the version
numbers:
R: 2.9.2
SSOAP: 0.5-3
XMLSchema: 0.1-1
XML: 2.6-0
The packages are up to date as per "Update packages". I tried all the
examples that came under library/SSOAP/examples directory and most
failed during genSOAPClientInterface(), while one failed right in
processWSDL(). This is the most common error during
genSOAPClientInterface():
Error in paste(" .elementFormQualified", .elementFormQualified, sep = " = ") :
no slot of name "elementFormQualified" for this object of class "SchemaTypes"
There was only one reference to...
2009 Jun 03
1
SSOAP failing
...ncluded as a demonstrator in the axis2 Apache package:
"Version" (takes no input parameters and should return a string with the
version number). The web service itself seems to be working as I could
access it using an other client (eclipse Web Server tester).
You will find the service wsdl here:
http://smg8.ulb.ac.be:8080/axis2/services/Version?wsdl, and informations
on the other services I tried here:
http://smg8.ulb.ac.be:8080/axis2/services/listServices.
I used the following commands:
library("SSOAP")
smg8Version <- SOAPServer("smg8.ulb.ac.be",...
2006 Apr 07
2
ActionWebService and namespaces
Hi all,
I''ve tried to search the mailing list, web, etc. and haven''t found
anything that seems to answer my question.
I have a WSDL for a web service written in Java, and I''m trying to
consume it in ruby using ActionWebService. I''ve created my API and some
struct classes. I''ve found the :namespace option to
ActionWebService::Client::Soap.new, but when I try to invoke an action
on the web service...
2010 Jun 22
1
SSOAP fails with .types[[1]] : subscript out of bounds
Hi,
I am trying to create a BioMoby client in R using SSOAP.
BioMoby is a normal SOAP web service, with request
and response messages wrapped in BioMoby XML dialect.
Since the particular WSDL I am having problems with
is autogenerated and used similarly by *many* services,
it would be quite important to a) fix SSOAP or
b) fix the WSDL generator.
I am a bit lost how to continue debugging here,
any clues or help to get me going ?
Thanks in advance,
Yours,
Steffen
The code:
library...
2006 Jun 07
2
Confirm User engine clobbers active web service actions
...een 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 fine but as soon as you install user
engine it
Errors with no action repsoneded to wsdl
If you look insdie the role permissions there is no actions for api or wsdl
-------------- next part --------------...
2011 Jul 20
1
SSOAP & chemspider
Dear all,
I've been trying on and off for the past few months to get SSOAP to work with chemspider. First I tried the WSDL file:
cs<-processWSDL("http://www.chemspider.com/MassSpecAPI.asmx?WSDL")
Error in parse(text = paste(txt, collapse = "\n")) :
<text>:1:29: unexpected input
1: function(x, ..., obj = new( ?
^
In addition: Warning message:
In processWSDL...
2005 May 17
7
Basecamp API
Seeing as how the new Basecamp API reflects a similar use of RoR that
I have been working on I''m curious as to what we can expect to be
extracted from there in 0.13?
Was the API written as an ActionWebService or just as a set of controllers?
Any generic AR xml parsing/output methods that we may see in 0.13?
Any reason you decided to do everything with HTTP Get instead of
utilizing
2008 Feb 27
7
older version of rails -- Unknown action error
...e can be invoked with purchase_url(:id => product.id)
# You can have the root of your site routed by hooking up ''''
# -- just remember to delete public/index.html.
# map.connect '''', :controller => "welcome"
# Allow downloading Web Service WSDL as a file with an extension
# instead of a file named ''wsdl''
map.connect '':controller/service.wsdl'', :action => ''wsdl''
# Install the default route as the lowest priority.
map.connect '':controller/:action/:id.:format''...
2006 Aug 10
1
Web service SOAP URLs started failing with 1.1.4 or using 1.1.2 security patch
...oks 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 use that
same URL after applying the 1.1.2 security patch (or in 1.1.4/1.1.5),
my application sees a 404 error.
The WSDL url http://localhost:3000/my_controller/ServiceName/service.wsdl
also fails. When I try to go to that URL in my browser, I see
Recognition failed for "/post_office/PostOffice/service.wsdl"
I have not changed config/routes.rb at all.
Any hints or help would be greatly appreciate...
2005 Mar 02
0
AWS WSDL Client Consumption
Has anyone had any great success in consuming web services from within
ruby? I have had little to no problems publishing a WSDL based web
service to the outside world from within ruby, however now I am
attempting to consume the same ruby published web service with the AWS
client back into ruby, and I am having problem after problem.
Is there perhaps a help document or some manual that has a
straightforward consumption of a...
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 to
help me out?
--PC
__________________________________
Yahoo! FareChase: Search multiple travel sites in one click...