Search the web
Sign In
New User? Sign Up
XMLRPCNET · XML-RPC.NET
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 493 - 522 of 1226   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
493
Thanks for this Alex. I'll add check the change in. - Charles...
charlescookuk
Offline Send Email
Aug 2, 2005
8:33 am
494
Hello all, Having issues with deploying my XmlRpc App, the issue is that the app works GREAT on my development box but only works partially on the box im...
Mayorga, Armando CIV ...
navy_rad_geek
Offline Send Email
Aug 3, 2005
4:36 pm
495
Hi Armando - what type of XML-RPC.NET server implementation is it? If IIS and not remoting, is the web.config file ok? - Charles ... app works GREAT on my...
charlescookuk
Offline Send Email
Aug 3, 2005
5:21 pm
496
I'm using remoting, with a .config file the same one that I used on the development box A.J. Mayorga Network Security Engineer US NAVY / Fleet Information...
Mayorga, Armando CIV ...
navy_rad_geek
Offline Send Email
Aug 3, 2005
6:12 pm
497
Now I am wondering if my App sees the .config file at all, I removed it from the dir and it gave me the same error, Does anyone have a sample of how to setup...
Mayorga, Armando CIV ...
navy_rad_geek
Offline Send Email
Aug 3, 2005
7:15 pm
498
Whas this question to tough for you folks? ... can...
zeketheelder
Offline Send Email
Aug 6, 2005
5:16 am
499
Hello, at first I have to say that I'm totaly new to .NET and C# .... I worked with XML-RPC in Perl and Java, but I realy have no experience with C# ... so,...
Thomas Zastrow
thomaszastro...
Offline Send Email
Aug 28, 2005
2:37 pm
500
Hi Thomas - section 2.1 contains the code you need. However I noticed a bug in the code in the FAQ: the SumAndDifference method should be public. Also the name...
Charles Cook
charlescookuk
Offline Send Email
Aug 29, 2005
11:55 am
501
... Dear Charles, thank you very much! Now I made a bit step forward ;-) Next thing I will try is to connect to the eXist-XML-Database ...
Thomas Zastrow
thomaszastro...
Offline Send Email
Aug 29, 2005
5:35 pm
502
Hi All I'm a newbie to xml-rpc and am trying to get a news feed working on my website which is coded in vb.net. I've check the web and can only see a posting...
lloydphillips77
Offline Send Email
Sep 4, 2005
12:16 pm
503
Hi I'm a student and making my poject exam. I use xml-rpc in asp.net I don't have much experience with this kind programming. I tryed to make a contact a...
dado49.rm
Offline Send Email
Sep 8, 2005
12:18 pm
504
Dear Charles, I hope it's OK to ask you another newbie-question :-) As I already told, I try to access the XML-Database eXist with C# / ... using System; using...
Thomas Zastrow
thomaszastro...
Offline Send Email
Sep 11, 2005
8:45 pm
505
Tom - your Document method is implemented incorrectly. It should be: public String Document (String datei) { return (String) Invoke ("Document", new...
charlescookuk
Offline Send Email
Sep 12, 2005
7:25 am
506
Dado - XmlRpcStruct is derived from Hashtable. - Charles...
charlescookuk
Offline Send Email
Sep 12, 2005
7:28 am
507
How can I get inside secodn struct? I tryed this: Dim str1 As XmlRpcStruct str1 = proxy.getAllAccounts(sesKey) '200 struct Dim str2 As XmlRpcStruct ' this is...
dado49.rm
Offline Send Email
Sep 12, 2005
7:52 am
508
Hallo, I want to call my service with a struct as parameter. My first Tests with simple integers as parameters worked perfectly. Now I want to use structs. The...
jteichi
Offline Send Email
Sep 13, 2005
6:33 am
509
Hi Jim, I am an absolut beginner but I could implement a server that respond with a struct. My problem is, that the server cannot receive a struct. :-) If you...
jteichi
Offline Send Email
Sep 13, 2005
3:44 pm
510
Joachim - After getting little (no) help from anyone in the newsgroup I did managed to get the thing running, both sending and receiving stuct. I code in...
James Brown
zeketheelder
Offline Send Email
Sep 13, 2005
4:07 pm
511
thank you. I try to decipher. Did you realize that with the cookcomputing library or did you make your own xml-server? regards Joachim ... newsgroup I did...
jteichi
Offline Send Email
Sep 13, 2005
6:25 pm
512
Blame on me! I did define the struct a little bit different in client and in server modul. The member of the struct st_order_new is "Customer_ID" in the client...
jteichi
Offline Send Email
Sep 13, 2005
7:25 pm
513
The Client/Server library is part of XML-RPC for Delphi from Source Forge... Good Luck... ... From: jteichi To: XMLRPCNET@yahoogroups.com Sent: Tuesday,...
James Brown
zeketheelder
Offline Send Email
Sep 13, 2005
8:34 pm
514
We are using Xml Rpc.net as a client to query a mapping web service occasionally the server displays a "Service Unavailable" after the AppPool has shut down...
sprg3ak
Offline Send Email
Sep 14, 2005
4:51 pm
515
Hallo all, Since i worked with Delphi 7, XMLRPC (from CodePunk). But now I have to programm a ASP.Net Site und Delphi 2005 with the CookComputing componet. I...
cyberheromaster
Offline Send Email
Sep 23, 2005
7:24 am
516
I can't see why there should be a problem with thread safety in the XML-RPC.NET library itself using this code (you're using a separate proxy for each call)....
charlescookuk
Offline Send Email
Sep 23, 2005
12:21 pm
517
Hello, I'm using Xmlrpc.net in a C# Windows client to communicate with a Python server. I would like to encrypte my communication between the client and...
Jonathan Ballet
j_ballet
Offline Send Email
Sep 23, 2005
12:30 pm
518
Hello everyone ! I must call a procedure with XML-RPC.NET. The problem is HTTP request ... POST / HTTP/1.1 Content-Type: text/xml User-Agent: XML-RPC.NET Host:...
dominiklachance
Offline Send Email
Sep 29, 2005
8:57 pm
519
... Hi Dominik, it would be very helpful if you included the piece of code where you are generating the RPC proxy or the interface description or your own RPC ...
Matthias Kestenholz
a21lokje321l...
Offline Send Email
Sep 30, 2005
5:29 am
520
... Hello Matthias ! ... PROXY ... Imports CookComputing.XmlRpc <XmlRpcUrl("http://192.168.2.101:8070")> _ Public Class LoginProxy Inherits...
Dominik Lachance
dominiklachance
Offline Send Email
Sep 30, 2005
1:33 pm
521
... Hi Dominik, try modifying the XmlRpcUrl attribute your Url seems to be incomplete: <XmlRpcUrl("http://192.168.2.101:8070/xmlrpc/common")> _ (just add...
Matthias Kestenholz
a21lokje321l...
Offline Send Email
Sep 30, 2005
3:42 pm
522
... strPassword}) ... Hi Matthias, It work very well now :) ! Thank you for help !...
Dominik Lachance
dominiklachance
Offline Send Email
Sep 30, 2005
5:30 pm
Messages 493 - 522 of 1226   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help