search for: tempuri

Displaying 9 results from an estimated 9 matches for "tempuri".

2006 May 14
0
Invoke .Net WebService error in RoR
I have written a webservice: ----------- Service.cs ---------------- using System; using System.Web; using System.Web.Services; using System.Web.Services.Protocols; [WebService(Namespace = "http://tempuri.org/")] [WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)] public class Service : System.Web.Services.WebService { [WebMethod] public string HelloWorld(string name) { return "Hello, " + name; } } --------------- END of Servcie.cs --------------------...
2007 Nov 12
1
Microsoft SOAP - Help!!
...schemas.xmlsoap.org/soap/envelope/" xmlns:xsd=" http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC=" http://schemas.xmlsoap.org/soap/encoding/"> <SOAP-ENV:Body><ns3849:Search xmlns:ns3849="http://tempuri.org"> <Request><AppID xsi:type="xsd:string">MY ID</AppID> <Query xsi:type="xsd:string">"Cancer"</Query> <CultureInfo xsi:type="xsd:string">en-US</CultureInfo> <SafeSearch xsi:type="xsd:string">...
2018 Sep 14
2
Re: live migration via unix socket
...> the > hostnames and UUIDs are different). Actually it's just an older check > before > the UUID and hostname were sent in the migration cookie. And that's there > for > quite some time. > > IMHO that check can go. In the worst case we can skip that check > (!tempuri->server) if you ask for unsafe migration. > > Also, just to try it out, you *might* be able to work around that check by > using > something like unix://localhost.localdomain/path/to/unix.socket (basically > adding any hostname different than localhost there), but I might be wrong...
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
2018 Sep 10
2
Re: live migration via unix socket
On Wed, Aug 29, 2018 at 4:55 AM, Daniel P. Berrangé <berrange@redhat.com> wrote: > On Tue, Aug 28, 2018 at 05:07:18PM -0400, David Vossel wrote: > > Hey, > > > > Over in KubeVirt we're investigating a use case where we'd like to > perform > > a live migration within a network namespace that does not provide > libvirtd > > with network access.
2013 Jun 26
2
SAVON - Call
** I have this method on a web service I''m consuming, using SAVON 3 on Rails 3 and Ruby 1.9.7 web app <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/" xmlns:gpa="http://schemas.datacontract.org/2004/07/Gpa.Comercio.Servicos.Contracts.DTO"> <soapenv:Header/> <soapenv:Body> <tem:CalcularCarrinho> <!--Optional:--> <tem:carrinho> <!--Optional:-->...
2018 Sep 12
0
Re: live migration via unix socket
...more sensible matter later on (checking that the hostnames and UUIDs are different). Actually it's just an older check before the UUID and hostname were sent in the migration cookie. And that's there for quite some time. IMHO that check can go. In the worst case we can skip that check (!tempuri->server) if you ask for unsafe migration. Also, just to try it out, you *might* be able to work around that check by using something like unix://localhost.localdomain/path/to/unix.socket (basically adding any hostname different than localhost there), but I might be wrong there. > >> t...
2018 Sep 17
0
Re: live migration via unix socket
...UUIDs are different). Actually it's just an older check >> before >> the UUID and hostname were sent in the migration cookie. And that's >> there for >> quite some time. >> >> IMHO that check can go. In the worst case we can skip that check >> (!tempuri->server) if you ask for unsafe migration. >> >> Also, just to try it out, you *might* be able to work around that check >> by using >> something like unix://localhost.localdomain/path/to/unix.socket (basically >> adding any hostname different than localhost there),...
2012 Jun 11
0
SSOAP Parameter Structures: Nested Arrays
...t; <soap12:Envelope xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd=" http://www.w3.org/2001/XMLSchema" xmlns:soap12=" http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <FunctionName xmlns="http://tempuri.org/"> <client>XXXXX</client> <apiKey>XXXXX</apiKey> <batchMessage> <BatchMessage Message="XXXXX" MessageID="XXXXX" LocaleCode="XXXXX" MessageType="XXXXX" />...