search for: asmx

Displaying 20 results from an estimated 26 matches for "asmx".

Did you mean: asm
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("http://www.chemspider.com/MassSpecAPI.asmx?WSDL") : Ignoring...
2012 Apr 30
2
Calendar Integration Problem
...dav for google mail and ews for exchange 2010 calendar. ical and caldav setup working fine and i am getting my calendar events perfectly. But for exchange 2010 calendar i am getting following error. "Unable to communicate with Exchange Web Service at ' https://ex1.domain.com/EWS/Exchange.asmx': Could not authenticate to server: ignored NTLM challenge, GSSAPI authentication error: Unspecified GSS failure. Minor code may provide more information: Credentials cache file '/tmp/krb5cc_0' not found" my calendar.conf is as follows [calendar3] type = ews ; type...
2006 May 01
3
Using Classes in Rails
I am a beginner so please excuse me, if i am doing something totally wrong. I have created a class using "wsdl2ruby.rb" and here is what it looks like: class ServiceSoap < ::SOAP::RPC::Driver DefaultEndpointUrl = "http://balrog/services/SearchWorker/service.asmx" MappingRegistry = ::SOAP::Mapping::Registry.new Methods = [ ... -- Posted via http://www.ruby-forum.com/.
2007 Nov 12
1
Microsoft SOAP - Help!!
...">10</Count> <ResultFields xsi:type="xsd:string">Title</ResultFields> </SourceRequest></Requests></Request></ns3849:Search></SOAP-ENV:Body> </SOAP-ENV:Envelope>' curlPerform(url="http://soap.search.msn.com/webservices.asmx?wsdl", httpheader=c(Accept="text/xml", Accept="multipart/*", 'Content-Type' = "text/xml; charset=utf-8"), postfields=body, writefunction = h$update, verbose = FALSE ) ##Put the...
2009 Jul 21
0
help for SSOAP
Hi, I am trying to learn how to from within R access web services. I am also interested in having R be a client and from within R access data on other web services. Specifically the web services I would like to access from within R are “http://water.sdsc.edu/waterOneFlow/NWIS/DailyValues.asmx?WSDL” Therefor, I wrote the following code into R program: > library(SSOAP) > processWSDL("http://water.sdsc.edu/wateroneflow/NWIS/DailyValues.asmx?WSDL", verbose=TRUE) However, this program gave me error messages, like: processing (sub) schema http://www.cuahsi.org/his/1.0/ws/ 1...
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. http://farechase.yahoo.com
2006 Aug 02
0
Need help with SOAP and .NET
I am trying to consume a .NET webservice from http://ws.melissadata.com/dqws/address.asmx Whenever I call soap.doSingleRecord I receive an error saying that I have an "Empty XML Request Structure". Looking at the sample SOAP request it appears that all the settings I am sending need to be wrapped in <Request> tags. So it lookes like I need to build a seperate Request ob...
2006 May 23
0
where to initialize a variable in an AJAX based application
...anning the WSDL. When I call method 2, it reinstanciate that variable thus loosing a couple of seconds. I have the following: --- class PostcodeController < ActionController::Base def display_address @p = PostcodeAnywhereService.new("http://services.postcodeanywhere.co.uk/uk/lookup.asmx?wsdl") res = @p.by_postcode(params[:postcode]) @array_Interim_result = res.byPostcodeResult.results.interimResult end def grab_address @p = PostcodeAnywhereService.new("http://services.postcodeanywhere.co.uk/uk/lookup.asmx?wsdl") res = @p.fetch_address(params[:p...
2006 Mar 28
1
What if a webservice is not available = "execution expired" error
...me and then give up? Right now my code is using a begin-rescue-else but sometimes I get a "execution expired" error if the webservice is not available or takes too long to respond. Thanks, Peter begin service = SOAP::RPC::Driver.new("http://www.webservicex.net/CurrencyConvertor.asmx","http://www.webserviceX.NET/") service.default_encodingstyle = SOAP::EncodingStyle::ASPDotNetHandler::Namespace service.add_method_with_soapaction("ConversionRate", "http://www.webserviceX.NET/ConversionRate", "FromCurrency", "ToCurrency")...
2004 Dec 03
2
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
...e="VCAuxiliaryManagedWrapperGeneratorTool"/> > </Configuration> > </Configurations> > <References> > </References> > <Files> > <Filter > Name="Source Files" > Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" > UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> > <File > RelativePath="..\..\lib\Target\X86\X86AsmPrinter.cpp"> > </File> > <File > RelativePath="..\..\lib\Target\X86\X86CodeEmitter.cpp"> &g...
2006 Jul 14
3
Faxing from RoR
I need to send faxes from my RoR app (Linux based). I guess this could be done either VoIP or a web service (I don''t want to use a fax modem and regular line). Any advice - softwrae, services, or experience? -- Posted via http://www.ruby-forum.com/.
2004 Dec 03
0
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
...orTool"/> > > </Configuration> > > </Configurations> > > <References> > > </References> > > <Files> > > <Filter > > Name="Source Files" > > Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" > > UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> > > <File > > RelativePath="..\..\utils\TableGen\AsmWriterEmitter.cpp"> > > </File> > > <File > > RelativePath="..\..\utils\TableGe...
2006 Mar 22
14
currency conversion webservice in a rails app?
Hi, I''m interested in using a currency conversion web service in my rails app. Does anyone have a free service that they use and like? I found this one http://www.webservicex.net/WS/WSDetails.aspx?CATID=2&WSID=10 I''ve tried to make a simple, plain Ruby script to connect to this and get a conversion rate without success. How do I integrate a webservice into my rails app? I
2012 Mar 07
2
SSOAP and Chemspider: Security token?
...acter.) I can't test that function since I have no idea how to get the token into "non-character" form :) My code: library(SSOAP) chemspider_sectoken <- "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" # (token was here) cs <- processWSDL("http://www.chemspider.com/Search.asmx?WSDL") # intf <- genSOAPClientInterface(,cs) # (this fails, see below. The Mass Spec API is correctly parsed. Therefore by hand:) csidlist <- .SOAP(server=cs@server, method="SimpleSearch", .soapArgs=list( query="Azit...
2005 Feb 24
8
web services with ActionWebService
...lloworld_" + @params[''mboxhash'']] end end A) is this correct? B) if it is, why do I keep getting "Internal protocol error" when I visit http://scutter.us/person/api or http://scutter.us/person/api/friends ? I''m kinda used to just navigating to foobar.asmx and getting a nice autogenerated interface that I can use to make sure my web service is doing what I expect. </noobalert> -- Bob Aman
2006 May 14
0
Invoke .Net WebService error in RoR
...return "Hello, " + name; } } --------------- END of Servcie.cs -------------------- In test_api.rb: api_method :HelloWorld, :expects => [{:name => :string}], :returns => [:string] In test_controller: web_client_api :test, :soap, "http://localhost/test/Service.asmx", :namespace => "http://tempuri.org/", :soap_action_base => "http://tempuri.org", :driver_options=>{:default_encodingstyle => SOAP::EncodingStyle::ASPDotNetHandler::Namespace } def hello render_text test....
2006 May 18
2
rails and .net webservices
Hello. I am novice in ruby. How can i use .net webservice method from ruby. Thanks. -- Posted via http://www.ruby-forum.com/.
2006 Jan 23
1
How to call C# webservices
hey, i have created some webservices in C# with vb.net and IIS. i can go to them with http://localhost/Twodecode.Webservices/webservices.asmx Like: [Webservice] AddCity(string zip, string city) { ...do some stuff return "SUCCES"; } How must i call this from ruby?? I save an object, and then call the services. city = City.new() if city.save //call webservice else //do something end Thanks Nick
2006 Nov 01
0
Neat Application for Text to Speech
...<http://www.cdyne.com/> ) They build a number of web services applications but among other things they have an application which you can fill out your details on a web page will some time in the future call the number and run a text to speech file http://ws.cdyne.com/NotifyWS/phonenotify.asmx?op=NotifyPhoneBasic There is also a wiki with some other apps here as well http://wiki.cdyne.com/index.php/Main_Page Thought it might be of interest to some people to have something similar for Asterisk; eg get yourself out of a meeting by receiving an 'urgent' phone call, or t...
2007 Aug 07
0
CENTOS 4 and mono
...run webservices. Im using the mono repo from www.*mono*-project.com, for rhel-4. After configuring every thing, it all seemed to work fine with a simple webservice for testing purposes. For that, a friendo of mine created a vb webservice on a windows machine and I copied the all resulting files(asmx, dll, etc). When I access the webservice via GET, every thing works just fine. But when I do a POST, the mod-mono-server2.exe goes away :( Does anyone can help me to debug the problem? The apache logs doesnt help much. Thanks