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 808 - 837 of 1226   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
808
Hi, I would like to know how to disable the naming of parameters. For example if have this structure : public struct ProvisioningRequest { public XmlRpcStruct...
Zed
zed_2069
Offline Send Email
Mar 6, 2007
4:09 pm
809
Hi, I'm new to .net and tried using xml rpc from my client written in .net and the server is written in Java. The client call code is as follows. namespace...
wsam12
Offline Send Email
Mar 9, 2007
8:53 am
810
Dear friends, I have one XML RPC service running in a local machine as a window service. How can i search what are methods available in the RPC service. And...
M Prakash
prakashvit
Offline Send Email
Mar 12, 2007
11:30 am
811
I notice that the latest versions don't include dlls, and that the only targeted build mechanism requires Visual Studio 2005. The documentation seems to...
fireboy1919
Offline Send Email
Mar 12, 2007
5:35 pm
812
I just checked and the dll's are in the zip file pointed to from the XML-RPC.NET home page: http://www.xml-rpc.net/release/xml-rpc.net.2.1.0.zip...
charlescookuk
Offline Send Email
Mar 12, 2007
6:01 pm
813
If the XML-RPC service is implemented using XML-RPC.NET point your browser at the URL. If this does not apply, the service may implement the XML-RPC...
charlescookuk
Offline Send Email
Mar 12, 2007
6:03 pm
814
Incorrect URL? Need to specify a HTTP proxy? ... publish)...
charlescookuk
Offline Send Email
Mar 12, 2007
6:16 pm
815
Just define the two members password and username in the ProvisioningRequest struct and not used the inner struct?...
charlescookuk
Offline Send Email
Mar 12, 2007
6:19 pm
816
Hi Charles, It was an incorrect url. Thanks...
waqas
wsam12
Offline Send Email
Mar 13, 2007
2:59 am
817
Hi Charles, Thanks for your response. Can u give me a code to get the list of available methods in the RPC serve. i am not able to create the proxy class ......
M Prakash
prakashvit
Offline Send Email
Mar 13, 2007
6:31 am
818
Sorry if this issue has already been discussed to death, but I did a search and couldn't find a specific post to reference. I'm debugging our Metaweblog API...
Phil haack
haacked
Offline Send Email
Mar 20, 2007
8:01 am
819
According to the XML-RPC spec string values can be represented in either of the ways you describe. Is this causing a problem with a particular client or...
charlescookuk
Offline Send Email
Mar 21, 2007
1:44 pm
820
Thanks Charles. Yes, it seems to be causing problems with BlogJet and Windows Live Writer. If I could easily control the output to choose one representation or...
Phil haack
haacked
Offline Send Email
Mar 24, 2007
5:10 am
821
Fiddler (http://www.fiddlertool.com/fiddler/) can capture and reply the messages, and let's you alter them as needed for this type of testing. I haven't worked...
Michael Neel
thorvainniall
Offline Send Email
Mar 24, 2007
4:02 pm
822
Hi Phil: the assembly in this zip file outputs string values without the string element: http://www.cookcomputing.com/test/haack.zip...
charlescookuk
Offline Send Email
Mar 26, 2007
10:53 am
823
Dear cook, Hi, Does the xmlrpc net array client can get from any xmlrpc php array ? if it does? how should i implement it any answer would be help, thank u, ...
Danies Pahlevi
danies_pahlevi
Offline Send Email
Mar 29, 2007
12:18 pm
824
Hi all, I have this declaration: [XmlRpcMethod("user_list")] String[] user_list(); I'd like to know if its possible to use String[] or what else other ...
Luis Daniel Lucio Qui...
Dieu0
Offline Send Email
Mar 29, 2007
8:34 pm
825
Hi, I have a problem. I have this return value from RPC function: <?xml version="1.0"?> <methodResponse> <params> <param><value><array><data> ...
Luis Daniel Lucio Qui...
Dieu0
Offline Send Email
Mar 29, 2007
8:41 pm
826
Sorry for double: I Also got this output: </member> <member><name>uid=dieu,ou=People,dc=linuxchange,dc=com</name><value><struct> ...
Luis Daniel Lucio Qui...
Dieu0
Offline Send Email
Mar 29, 2007
8:47 pm
827
Hi, I'am using the CookComputing.XmlRpcV2.dll in a C# gui client application . Since we are using french caracters, I changed the encoding to utf-16 as...
patachou_minou
Offline Send Email
Apr 2, 2007
2:16 pm
828
Byte Order Mark? http://en.wikipedia.org/wiki/Byte_Order_Mark BTW the default encoding is UTF-8 which should work fine with French language text. ... are ... ...
charlescookuk
Offline Send Email
Apr 2, 2007
2:19 pm
829
THE RESPONSE XML: I'm new to XmlRpc. The web service is working - returning XML, at least - but I don't know if it's valid, and I don't know how to get the...
mcgmatt
Offline Send Email
Apr 4, 2007
6:32 am
830
I deployed a solution I built with XML-RPC on a production machine with sharepoint and I get the following error. Does anyone have any insight? Security...
paul382838
Offline Send Email
Apr 12, 2007
8:25 am
831
Greetings. I am trying to have introspection in a stand-alone application (not IIS based). It is modelled on the XMLRPCNET sample class StateNameServer in...
mnsgraz
Offline Send Email
Apr 16, 2007
10:13 am
832
This may be an obvious question, but can one send a file via XMLRPC .NET? Thx Frank White...
fblanco3
Offline Send Email
Apr 27, 2007
8:41 am
833
I pulled down the zip file and extracted it to the same directory where I am compiling. When I try to compile csc /r:system.web.dll...
slbrook
Offline Send Email
Apr 27, 2007
8:53 am
834
Never mind. I am not sure what the problem was. But it does not happen anymore. I am curious to know how people got SumAndDiff working. I compiled the...
slbrook
Offline Send Email
Apr 27, 2007
1:37 pm
835
I guess by a byte array...
Luis Daniel Lucio Qui...
Dieu0
Offline Send Email
Apr 27, 2007
5:38 pm
836
I have made it past the below errors, but am now getting configuration error based on this web.config file <configuration> <system.web> <httpHandlers> <add...
slbrook
Offline Send Email
Apr 28, 2007
4:26 pm
837
I'm having a similar problem, although I hadn't identified the specific inactivity time span. The object is Marshalled as follows (from my main method): ...
Josh H
diegoalcatraz
Offline Send Email
May 1, 2007
6:33 am
Messages 808 - 837 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