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 251 - 280 of 1226   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
251
Ok, I figured out building the proxy class so I can access the XmlRpcClientProtocol properties, namely the ClientCertificates property. I can load my client...
krishna_a_gandhi
krishna_a_ga...
Offline Send Email
May 3, 2004
4:16 pm
252
FYI, I have got the client certs working OK. A setting on my IIS server did the trick. Awsome product BTW, with full credit to you Charles my boss is still ...
krishna_a_gandhi
krishna_a_ga...
Offline Send Email
May 7, 2004
3:36 am
253
I am very interested in how to do this as well. I am trying to build a 'console' logging-type windows in my application to show raw XML-RPC data....
alexhung@...
countzero
Offline Send Email
May 10, 2004
1:53 am
254
Apparently you have to use a local proxy of some sorts and then capture everything through it. You'll need to search through the FAQ's on the site and find...
Scott
scottadn
Online Now Send Email
May 11, 2004
7:21 pm
255
hi, I'm writing a XML-RPC server, and would like to access the IP address and remote port of the client making the request. Do I have access to the standard...
James Cooper
robotnik23
Offline Send Email
May 13, 2004
6:27 pm
256
Classes derived from class XmlRpcService have access to the HttpContext via the protected Context property. That gives you access to the UserHostAddress...
charlescookuk
Offline Send Email
May 13, 2004
7:48 pm
257
Hi KG - any tips on how you did this might be useful for anyone else here trying to do the same. Its good to hear you're finding the library of some use. -...
charlescookuk
Offline Send Email
May 13, 2004
7:52 pm
258
Alex and Scott - being able to grab the request and response XML would be useful. Any suggestions as to the best API for this? - Charles ... in...
charlescookuk
Offline Send Email
May 13, 2004
7:55 pm
259
For my app currently my aim is to be able to have a 'live' view of the XML request/response displays in a textbox. So an event that can be subscribed and which...
alexhung@...
countzero
Offline Send Email
May 14, 2004
12:11 pm
260
Well, I got it working when running against my test server (IIS5 W2K svr, I will attach a sample of the code at the bottom of this message), but now I'm...
krishna_a_gandhi
krishna_a_ga...
Offline Send Email
May 17, 2004
6:19 am
261
Okey dokey, well only a little embarrassed! I didn't have the private key for the Client Cert that our client gave us, therefor it wasn't properly loaded in...
krishna_a_gandhi
krishna_a_ga...
Offline Send Email
May 19, 2004
1:56 am
262
a follow up to my previous post. I was able to workaround this problem by commenting out the entire Add () method in XmlRpcStruct.cs I realize this is not...
robotnik23
Offline Send Email
May 23, 2004
8:52 am
263
I have found sample code in c# and have a simple example working, but i dont understand the square bracket syntax used before the function.. how would the same...
raife_stokes
Offline Send Email
May 23, 2004
8:52 am
264
hi, I'm running into an error that I can't figure out. Perhaps someone here can shed some light onto the problem. I have a XmlRpcStruct that I'm adding...
robotnik23
Offline Send Email
May 23, 2004
8:53 am
265
When calling the XmlRpcStruct.Add method, what was the type of the object passed in the second parameter? The method checks whether the .NET type can be...
charlescookuk
Offline Send Email
May 25, 2004
6:41 am
266
See section 2.13 in http://www.xml-rpc.net/faq/xmlrpcnetfaq.html ... but i dont understand the square bracket syntax used before the function.. ... im new to...
charlescookuk
Offline Send Email
May 25, 2004
7:10 am
267
Sample ASHX service in VB.NET (note that XML-RPC.NET assembly must be placed in bin subdirectory of virtual directory) <%@ WebHandler Language="VB"...
charlescookuk
Offline Send Email
May 25, 2004
7:39 am
268
I'm doing a bit of a tidying-up exercise in preparation for the (long overdue) next release and I noticed that the state name sample service at...
charlescookuk
Offline Send Email
Jun 5, 2004
9:56 am
269
Dear All Hello! I have built a ASP .Net client that interacts with a phpgroupware server using XML RPC .Net However it gives the following error "Response from...
Shajee
ahmadshajee
Offline Send Email
Jun 6, 2004
9:33 am
270
I'm currently working on adding a trace facility so that you can look at the incoming and outgoing XML messages. For the time being, use tcptrace or proxytrace...
charlescookuk
Offline Send Email
Jun 6, 2004
9:37 am
271
Dear Charles Hi! Thanks for the reply. have downloaded the tcptrace and proxytrace from pocketsoap.com However my problem remains as is. The server response...
ahmad shajee
ahmadshajee
Offline Send Email
Jun 7, 2004
11:08 am
272
Hi Shajee - if you use one of the trace programs you will be able to see the response that is being returned by the server. - Charles ... tcptrace and...
charlescookuk
Offline Send Email
Jun 7, 2004
12:19 pm
273
Hi. I have this: [XmlRpcUrl("http://xxx.xxx.xxx.xxx/something")] interface ISomething { [XmlRpcMethod("Some.thing")] XmlRpcStruct foo(XmlRpcStruct params); } ...
okimeu
Offline Send Email
Jun 11, 2004
11:37 am
274
http://www.xml-rpc.net/faq/xmlrpcnetfaq.html#2.4...
charlescookuk
Offline Send Email
Jun 11, 2004
11:39 am
275
I am getting the following error JavaClient: XML-RPC Fault #0: org.apache.xmlrpc.XmlRpcException: Index was outsi de the bounds of the array. when sending a...
burtwalsh
Offline Send Email
Jun 15, 2004
5:23 am
276
Dear Charles Hello! Sorry for the long mail I've been able to invoke the login method of phpgw using xml rpc through my asp .net client. It gives back a...
ahmad shajee
ahmadshajee
Offline Send Email
Jun 18, 2004
12:11 am
277
Hi, First off - what an excellent library! Thanks for developing it. I'm using the library in an open source project of mine. I've had to modify your source...
fawxglove
Offline Send Email
Jul 10, 2004
6:29 pm
278
Hi, I'm currently using XML-RPC.net with my asp.net application. my XML-RPC service is built by python. when I calling the service, I got a exception error...
stately_wy
Offline Send Email
Jul 10, 2004
6:29 pm
279
Hi, I am using XmlRpcClientProtocol object in VB.NET form to invoke a remote function call on an ASP page. The syntax used for invoking the remote funtion is...
kuldeep963
Offline Send Email
Jul 10, 2004
6:29 pm
280
hi i think this error i get , is diffirent with nirmal errors . i am not new in programming , but i am new in C# and xml-rpc . i want to start with a easy and...
alfaboy16
Offline Send Email
Jul 10, 2004
6:29 pm
Messages 251 - 280 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