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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 454 - 483 of 1226   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
454
Hi, I've tried the example from the FAQ with a PHP PEAR XML-RPC Client without success. Everytime I call the service from PHP I get the error (fault): ...
mosenturm
Offline Send Email
Jun 3, 2005
6:08 pm
455
Hi Andreas - sorry, Sean Rohead posted about a fix for this and I didn't apply it. I've built a test version of the library containing the fix and its...
charlescookuk
Offline Send Email
Jun 3, 2005
7:56 pm
456
Hi Charles, ... Thanks a lot for your fast response! I've tried out your test version, ... HTTP/1.1 500 Im Server ist ein interner Fehler aufgetreten....
Andreas Kaiser
mosenturm
Offline Send Email
Jun 4, 2005
9:21 am
457
Hi Andreas - I can reproduce the error message if I use the wrong URI in the client. For the sample in section 3.3 of the FAQ, if client and server are...
charlescookuk
Offline Send Email
Jun 5, 2005
12:22 pm
458
Hi Charles, ... That's true: it was the wrong URI. Now with a Python XML-RPC Client everything is working fine. My PHP Client (PEAR:XML_RPC) isn't working but...
Andreas Kaiser
mosenturm
Offline Send Email
Jun 5, 2005
1:30 pm
459
hi Charles! I wanted to try your xml-rpc implementation and i used an example from faq : that's my proxy : namespace rpctest { ...
pocalujmniewdupe1
pocalujmniew...
Offline Send Email
Jun 6, 2005
6:37 am
460
Please post your web.config file. - Charles...
charlescookuk
Offline Send Email
Jun 6, 2005
7:44 am
461
that's my file : <configuration> <system.web> <httpHandlers> <add verb="*" path="statename.rem" type="StateNameService, ClassLibrary2" /> </httpHandlers> ...
pocalujmniewdupe1
pocalujmniew...
Offline Send Email
Jun 6, 2005
9:05 am
462
Looks like the type you are specifying in the add element is wrong - you have implemented StateNameService in the rpctest namespace. - Charles...
charlescookuk
Offline Send Email
Jun 6, 2005
10:50 am
463
Do you mean I should use fully qualified name? <add verb="*" path="statename.rem" type="rpctest.StateNameService, ClassLibrary2" /> anyway it doesn't work........
pocalujmniewdupe1
pocalujmniew...
Offline Send Email
Jun 6, 2005
10:58 pm
464
Hi Dereck - I built your service and configured with your config file (with the correction below). Works fine on my machine. The only way I can force the...
charlescookuk
Offline Send Email
Jun 7, 2005
9:14 am
465
Hi, Is there any way of passing a hashtable as a parameter to a XML-RPC call? I am trying to make a XML-RPC call to an Xindice method which has a hashtable as...
Yolanda Soriano
soriano_yolanda
Offline Send Email
Jun 7, 2005
3:54 pm
466
... Try XmlRpcStruct class instead Hashtable....
xmlrpc@...
xmlrpcxolido
Offline Send Email
Jun 7, 2005
4:06 pm
467
Thanks a lot!! It works! Yolanda ... Try XmlRpcStruct class instead Hashtable. ... Yahoo! Groups Links To visit your group on the web, go to: ...
Yolanda Soriano
soriano_yolanda
Offline Send Email
Jun 7, 2005
4:23 pm
468
... file ... I ... type ... so, can you write how you test it? i mean, you bild client+proxy and run .exe? service is in .dll file? Maybe my IIS is crashed or...
pocalujmniewdupe1
pocalujmniew...
Offline Send Email
Jun 7, 2005
6:10 pm
469
... way ... as I wrote error is not about "couldn't find type" It is like : "An unhandled exception of type 'CookComputing.XmlRpc. XmlRpcServerException'...
pocalujmniewdupe1
pocalujmniew...
Offline Send Email
Jun 7, 2005
6:16 pm
470
I have a xmlrpc function that returns an XmlRpcStruct of XmlRpcStruct objects, and everything is returned ok, but my problem is that the items returned to the...
Brad Sahlhoff
bsahlhof
Online Now Send Email
Jun 7, 2005
11:14 pm
471
Hi Brad - the XML-RPC spec says: 'Does the "struct" element keep the order of keys. Or in other words, is the struct "foo=1, bar=2" equivalent to "bar=2,...
charlescookuk
Offline Send Email
Jun 8, 2005
6:59 am
472
Please ignore the "couldn't find type" error - I was thinking of an earlier problem. The web.config goes in the virtual root directory, and your dll and the...
charlescookuk
Offline Send Email
Jun 8, 2005
7:52 am
473
I just wrote a recursive sort algorithm to resort the entries, so it's working now... I tried using arrays, but a struct is required by the xmlrpc server......
Brad Sahlhoff
bsahlhof
Online Now Send Email
Jun 8, 2005
4:51 pm
474
... see? ... breakpoint ... exception? ... Hello again Charles! if I look at the URL of my service I've got : Server Error in '/' Application. Configuration...
pocalujmniewdupe1
pocalujmniew...
Offline Send Email
Jun 8, 2005
9:18 pm
475
"if, instead of making an XML-RPC request via a HTTP POST request, the caller makes a HTTP GET request to the same URL, the Service returns an automatically...
pocalujmniewdupe1
pocalujmniew...
Offline Send Email
Jun 26, 2005
11:32 pm
476
I'm not aware of how you can do this from a typical browser. If it was possible you would need to pass an XML-RPC request XML document as the content of the...
charlescookuk
Offline Send Email
Jun 27, 2005
11:14 am
477
Can I use System.Data.Dataset as the return type?...
zhangzq71
Offline Send Email
Jun 29, 2005
11:12 am
478
Hi, I am not quite sure on the system requirements using xmlrpc. I want to set up a xmlrpc server on a .NET/Windows Server. The services should be consumed by...
tgessl67
Offline Send Email
Jun 29, 2005
11:12 am
479
Hi Thilo - you can use .NET remoting to implement an XML-RPC service if you don't want to use IIS. There is a sample available for this and the FAQ has some...
charlescookuk
Offline Send Email
Jun 29, 2005
11:19 am
480
No. - Charles...
charlescookuk
Offline Send Email
Jun 29, 2005
11:19 am
481
Charles, .NET Remoting does not work cross platform?? Am I wrong? Thilo _____ Von: XMLRPCNET@yahoogroups.com [mailto:XMLRPCNET@yahoogroups.com] Im Auftrag von...
Thilo Gessl
tgessl67
Offline Send Email
Jun 29, 2005
1:39 pm
482
I am currently working with a XML-RPC service from Where2GetIt a mapping company. Because there response is somewhat reformed I am using XmlRpcStruct and...
sprg3ak
Offline Send Email
Jul 1, 2005
11:09 am
483
In the scenario I suggested a custom channel sink is used to configure Remoting to accept XML-RPC requests. The client can be any XML-RPC compliant client....
charlescookuk
Offline Send Email
Jul 1, 2005
11:12 am
Messages 454 - 483 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