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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 268 - 298 of 1226   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
281
Hi Erik - sorry about the delay in responding, just back from vacation. Your understanding of the licensing position is correct. - Charles ... to ... MIT ... ...
charlescookuk
Offline Send Email
Jul 13, 2004
5:51 am
282
Hi Ali - define a function like this [XmlRpcMethod("math.Add")] public int Add(int a, int b) { return (int)xmlRpcClient.Invoke(this, "Add", a, b); } and then...
charlescookuk
Offline Send Email
Jul 13, 2004
6:07 am
283
Hi Kuldeep - if you catch the XmlRpcFault exception you will see it contains the error code and error description returned from the server in the XML-RPC fault...
charlescookuk
Offline Send Email
Jul 13, 2004
6:08 am
284
It looks like the server does not like the request for some reason. Can you look at the request/response using tcptrace or proxytrace and post here if it is...
charlescookuk
Offline Send Email
Jul 13, 2004
6:24 am
285
Thanks a lot for the response Charles. I was able to fix the problem at my end. I was using the incorrect namespace name for the function call. Thanks, Kuldeep...
kuldeep963
Offline Send Email
Jul 14, 2004
8:10 am
286
In the struct return value, is it possible to specify that the member value could be either int or string? For example the post struct that I use for...
Victor Hadianto
victornuix
Offline Send Email
Jul 14, 2004
8:10 am
287
Hi Victor - the only way to handle this is to specify the member as type Object and then check the actual type at runtime. - Charles...
charlescookuk
Offline Send Email
Jul 14, 2004
8:24 am
288
Ah .. Of course why didn't I think about it before :) Thanks, Victor ________________________________ From: charlescookuk...
Victor Hadianto
victornuix
Offline Send Email
Jul 14, 2004
8:47 am
289
Hi, Building a Javaclient which accesses a xmlrpc.net ASP.NET web service. I get this 403 error when I have more than 10 threads concurrently accessing the...
Burt Walsh
burtwalsh
Offline Send Email
Jul 15, 2004
6:13 am
290
Hi, We've just discovered this problem, XML-RPC.Net crash if the URL is set as IP address without the http:// prefix. For example 127.0.0.1 will crash, but...
Victor Hadianto
victornuix
Offline Send Email
Jul 23, 2004
5:03 am
291
I could at least insert the .net assembly intro delphi8 and even could drop it as a no visual component into a new sample application. But how can I invoke a...
kai_kretschmann
Offline Send Email
Jul 31, 2004
7:48 pm
292
Version 0.9.0 is now available at www.xml-rpc.net. XmlRpcServiceAttribute has a new AutoDocumentation property which allows automatic documentation to be...
charlescookuk
Offline Send Email
Sep 2, 2004
6:10 pm
293
I spent a couple of hours last night porting XML-RPC.NET to the .NET Compact Framework. After I had stripped out all the server-side code and the...
charlescookuk
Offline Send Email
Sep 15, 2004
7:04 am
294
I have an Internet Explorer toolbar for which I want to use XML-RPC to communicate back to the server that has served the page which is showing as the main...
kgilpin
Offline Send Email
Sep 28, 2004
6:06 pm
296
How do I read attributes of an XML-RPC file and create a response document when the incoming request looks like this? Is this standard XML-RPC or not? I am ...
d v
d_vmn
Offline Send Email
Oct 6, 2004
3:33 pm
297
hi I am new to this group I need urgent help. I am trying to make an application using c#.Net and java I have written following code to access the method in ...
vivek phadke
vicky_phadke
Offline Send Email
Oct 23, 2004
9:46 am
298
Hi Vivek - the section in the FAQ on implementing clients should help you: http://www.xml-rpc.net/faq/xmlrpcnetfaq.html - Charles ... params1 = new...
charlescookuk
Offline Send Email
Oct 23, 2004
9:53 am
Messages 268 - 298 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