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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 130 - 159 of 1226   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
130
Charles, are there any plans to support changing the endpoint URL when using the XmlRpcProxyGen/Interface method of building clients ? (which i really like...
Simon Fell
simonfell99
Online Now Send Email
Mar 8, 2003
7:08 pm
131
Hi, having a few problems with casting :o) I have the following structs defined in my C# client: public struct Node { public int ID; public int hits; public...
r_livsey
Offline Send Email
Mar 9, 2003
9:56 pm
132
Hi Simon - just cast the generated proxy to XmlRpcClientProtocol, e.g. IBlogger proxy = (IBlogger)XmlRpcProxyGen.Create(typeof(IBlogger)); ...
charlescookuk
Offline Send Email
Mar 9, 2003
10:19 pm
133
The problem here is that the obj member of struct Result is specified as being of type Object. This means that the XML-RPC.NET deserializer has no type...
charlescookuk
Offline Send Email
Mar 10, 2003
7:09 pm
134
Hi, My question is more about the .NET framework than about the XMLRPC.NET component. For a program i'm currently writing, i'm using a 'foreign' xml-rpc...
Dave Mertens
dmertens@...
Send Email
Mar 17, 2003
4:25 pm
135
Use TcpTrace or ProxyTrace to view the XML-RPC responses. http://www.pocketsoap.com/tcptrace/ http://www.pocketsoap.com/tcptrace/pt.aspx - Charles ... ...
charlescookuk
Offline Send Email
Mar 17, 2003
4:44 pm
136
I have a few questions about the XML-RPC component. First, is it possible to get the raw reponse from the component. I want to do a request with an (xml-rpc)...
Dave Mertens
dmertens@...
Send Email
Mar 22, 2003
9:21 am
137
Hi Dave - re your questions: (1) Use ProxyTrace or TcpTrace. (2) Use of structs as you suggest is supported. - Charles ... want to do a request with an...
charlescookuk
Offline Send Email
Mar 24, 2003
7:58 am
138
Hello, I am trying to call XMLRPC running on Apache server with PHP. It looks like the Apache didn't want to wait for the POST data. Anyone knows if there is...
jbartovsky
Offline Send Email
Apr 2, 2003
6:06 pm
139
Jan - the Content-Length header of the request is zero so its not surprising that the server is complaining "XMLerror: no element found at line 1". Please ...
charlescook@...
charlescookuk
Offline Send Email
Apr 3, 2003
6:23 am
140
cc> I suspect the problem is caused by the use of the the Int64 cc> type as one of the parameters. XML-RPC only supports 32-bit cc> integers. The serialization...
jbartovsky
Offline Send Email
Apr 3, 2003
9:41 am
141
Hi all, I'm new to .net and xmlrpc and I'm afraid I've got to ask a silly question. I'm attempting to create my first hello world type of XMLRPC server. ...
hc100_uk
Offline Send Email
Apr 23, 2003
5:36 am
142
In the config file you are specifying that the type of the handler is RpcServer but it is actually StateNameService. - Charles...
charlescookuk
Offline Send Email
Apr 23, 2003
8:12 am
143
Thanks Charles for your help. Well done on building the .net version. However, it still is giving me problems. I've changed the config file to: Line 8:...
hc100_uk
Offline Send Email
Apr 23, 2003
2:05 pm
144
... version. ... If you're using VS.NET, then for VB code it puts it in a namespace, but doesn't show that in the code, look at the project settings for the...
Simon Fell
simonfell99
Online Now Send Email
Apr 23, 2003
5:16 pm
145
Even *more* exciting for VB.NET... Not only does the compiler use the 'hidden' NS in the project properties box, it will also *append* any NS you actually...
Mike Amundsen
mamund
Offline Send Email
Apr 23, 2003
11:54 pm
146
Thanks Simon and Mike for clearing this up. I'll add a note to the FAQ. ... A good tool for this is ILDASM.EXe which comes with the .NET SDK. - Charles...
charlescookuk
Offline Send Email
Apr 24, 2003
6:27 am
147
thanks for all your help. I checked the project properties and now it works!! Cheers ... symbol...
hc100_uk
Offline Send Email
Apr 25, 2003
4:53 pm
148
I'm trying to write an xmlrpc client but I'm not sure if I have this ... An unhandled exception of type 'CookComputing.XmlRpc.XmlRpcNullReferenceException'...
jb902003
Offline Send Email
May 23, 2003
8:52 am
149
Public Function CreateSession(ByVal partner As String,_ ByVal username As String,_ ByVal password As String) As String ... Return Invoke("CreateSession", New...
charlescookuk
Offline Send Email
May 23, 2003
8:59 am
150
Questions to people who have had experience in using this product. Any limitations on the size of data that is exchanged b/w client and server? Is anybody...
jchandra29
Offline Send Email
May 28, 2003
6:27 am
151
The error noted in the last email was caused by my overlooking a commented out [XmlRpcMethod] line. The actual problem comes in at compile time when adding the...
Brian
briwalsh2000
Offline Send Email
Jun 9, 2003
9:24 am
152
Hi, I am building an RPC client for a server with overloaded methods. Does anybody know if I can use the overloaded methods with XMLRPC.NET or if I simply have...
Brian
briwalsh2000
Offline Send Email
Jun 9, 2003
9:24 am
153
Hi Brian - unfortunately there is no support for overloaded methods in XmlRpcProxyGen, neither is there support in the XmlRpcSerializer class for handling...
charlescookuk
Offline Send Email
Jun 9, 2003
9:43 am
154
Hi Jay - I've not done any testing on very large requests or responses so I don't know what the limitations are. Maybe someone else has some experience in this...
charlescookuk
Offline Send Email
Jun 9, 2003
10:00 am
155
Hi All -- I'm a newbie to XML-RPC, and .NET in general. I come from an ASP/VB background mainly (using VB mainly for business logic DLLs via COM and DCOM)....
Shreyas Ravishankar
sravi2k1
Offline Send Email
Jun 10, 2003
8:50 pm
156
Hi all, I have just started learning some stuff about XML RPC and was trying to create a XML Service and a client that can consume it. But i have been stopped...
Vijay
vijay_rec
Offline Send Email
Jun 12, 2003
6:10 am
157
Question 2.20 in the FAQ: http://www.xml-rpc.net/faq/xmlrpcnetfaq.html You can set credentials on the instance of WebProxy. - Charles ... was ... But ... an ...
charlescookuk
Offline Send Email
Jun 12, 2003
6:15 am
158
(1) Set Url property of proxy class. (2) Without looking at the code I think the mouduleName element will be ignored. If not it would be easy to modify the...
charlescookuk
Offline Send Email
Jun 12, 2003
6:25 am
159
When i try to assign http://new.blogger.com/api/RPC2/ as my XmlRpcUrl, the invoke call to blogger.getUserInfo times out ! I am providing the correct...
Vijay
vijay_rec
Offline Send Email
Jun 12, 2003
4:03 pm
Messages 130 - 159 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