mquere2001 | 7 Jul 2005 18:16
Picon
Favicon

Vb.net client and PHP server

Hi,

I'm french and i have a project which must use xml-rpc.
I would like to develop a client with vb.net for my ppc but i don't 
understand how to do even with the documentations.

I need to develop a proxy ??
If you give me some code or steps to develop, it will be nice !!!

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/xml-rpc/

<*> To unsubscribe from this group, send an email to:
    xml-rpc-unsubscribe <at> yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

Adrian Nicolaiev | 8 Jul 2005 01:10
Picon
Favicon

Re: Vb.net client and PHP server

> I would like to develop a client with vb.net for my ppc but i don't 
> understand how to do even with the documentations.

Take a look at:
http://www.pocketsoap.com/pocketXMLRPC/

HTH,

Adrian Nicolaiev
http://www.niconnect.com

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/xml-rpc/

<*> To unsubscribe from this group, send an email to:
    xml-rpc-unsubscribe <at> yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

ted holden | 8 Jul 2005 10:36
Picon

glob malfunction in .py module


I have a situation in which a call to glob.glob works with no problems 
in a pythin shell but when I try to run it in a .py script called via 
xmlrpc it fails.  Exact same code.

Does that sound familiar or ring any bells for anybody?

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/xml-rpc/

<*> To unsubscribe from this group, send an email to:
    xml-rpc-unsubscribe <at> yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

ted holden | 8 Jul 2005 17:56
Picon

Re: glob malfunction in .py module


Let me try this one again.  I'm guessing that in order to read or write 
files from any sort of a script file sitting in the cgi-bin directory on 
a server, something has to be set to allow such activity.  I'd 
appreciate it if anybody with as clue as to what that was could tell me 
about it.

Ted

ted holden wrote:

>I have a situation in which a call to glob.glob works with no problems 
>in a pythin shell but when I try to run it in a .py script called via 
>xmlrpc it fails.  Exact same code.
>
>Does that sound familiar or ring any bells for anybody?
>  
>

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/xml-rpc/

<*> To unsubscribe from this group, send an email to:
    xml-rpc-unsubscribe <at> yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
(Continue reading)

Gaetano Giunta | 8 Jul 2005 18:33
Picon

RE: glob malfunction in .py module

Speaking for Unix, the cgi process might be running with the user account that the web server uses,
generally set to 'nobody' for Apache in htppd.conf. The same priciple applies to winblows: user running
the apache process is generally defined in the services panel.

User nobody genearlly has no right to write files in a lot of places: it is a very good practice to not let the
webserver code write to any file whatsoever in the file system.

Maybe just adjusting filesystem permissions allowing nobody to write to a specific folder would do the trick...

Bye
Gaetano

> -----Original Message-----
> From: xml-rpc <at> yahoogroups.com 
> [mailto:xml-rpc <at> yahoogroups.com]On Behalf
> Of ted holden
> Sent: Friday, July 08, 2005 5:56 PM
> To: xml-rpc <at> yahoogroups.com
> Subject: Re: [xml-rpc] glob malfunction in .py module
> 
> 
> 
> Let me try this one again.  I'm guessing that in order to 
> read or write 
> files from any sort of a script file sitting in the cgi-bin 
> directory on 
> a server, something has to be set to allow such activity.  I'd 
> appreciate it if anybody with as clue as to what that was 
> could tell me 
> about it.
(Continue reading)

ted holden | 8 Jul 2005 18:50
Picon

Re: glob malfunction in .py module

Thanks, but all I'm trying to do is read files, not write them.

Ted

Gaetano Giunta wrote:

>Speaking for Unix, the cgi process might be running with the user account that the web server uses,
generally set to 'nobody' for Apache in htppd.conf. The same priciple applies to winblows: user running
the apache process is generally defined in the services panel.
>
>User nobody genearlly has no right to write files in a lot of places: it is a very good practice to not let the
webserver code write to any file whatsoever in the file system.
>
>Maybe just adjusting filesystem permissions allowing nobody to write to a specific folder would do the trick...
>
>Bye
>Gaetano
>
>  
>
>>-----Original Message-----
>>From: xml-rpc <at> yahoogroups.com 
>>[mailto:xml-rpc <at> yahoogroups.com]On Behalf
>>Of ted holden
>>Sent: Friday, July 08, 2005 5:56 PM
>>To: xml-rpc <at> yahoogroups.com
>>Subject: Re: [xml-rpc] glob malfunction in .py module
>>
>>
>>
(Continue reading)

mquere2001 | 8 Jul 2005 10:44
Picon
Favicon

Re: Vb.net client and PHP server

Ok thanks for your answer,

I can't use pocket.xmlrpc.dll because it's not a dll for .net .So 
when I add a new reference in my project I have an error.

I have found this dll: CookComputing.XmlRpc.cf.dll but I don't know 
how to use this. There is an example in the faq on the xmlrpc 
website but I don't understand.

So if you have an idea?

Thanks

--- In xml-rpc <at> yahoogroups.com, "Adrian Nicolaiev" <nicolaiev <at> u...> 
wrote:
> > I would like to develop a client with vb.net for my ppc but i 
don't 
> > understand how to do even with the documentations.
> 
> Take a look at:
> http://www.pocketsoap.com/pocketXMLRPC/
> 
> HTH,
> 
> Adrian Nicolaiev
> http://www.niconnect.com

 
Yahoo! Groups Links

(Continue reading)


Gmane