vishnu | 10 Aug 2007 07:57
Picon

XML-RPC Perl 5.00503

Hi
   I have requirement to use perl 5.00503 version which comes along
VMware. I need to use XML-RPC for the same version.

Any Information on Previous versions of RPC::XML available, known to
work with perl 5.00503 version would be of great use

regards,
vishnu

 
Yahoo! Groups Links

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

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/xml-rpc/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:xml-rpc-digest <at> yahoogroups.com 
    mailto:xml-rpc-fullfeatured <at> yahoogroups.com

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

(Continue reading)

bob.jensen | 2 Aug 2007 23:32
Picon
Favicon

XML-RPC and Servlet Filter Issue

Is there any way to use a ServletFilter with XML-RPC?

When I a filter that has the following code, the XML-RPC reply happens
before the exception.  I am using a servlet filter to handle
transaction code, but this won't work if the reply is sent before the
filter is finished.  The database commit happens after the reply is
sent :(

Any ideas on how to fix/work around this?

thanks
Bob

    public void doFilter(ServletRequest servletRequest,
ServletResponse servletResponse,FilterChain filterChain) throws
IOException, ServletException {

        System.out.println("********** TestServletFilter  called
**********");

       // Call the next filter (continue request processing)
       filterChain.doFilter(servletRequest, servletResponse);

       throw new RuntimeException("Boom from servlet filter");

    }

 
Yahoo! Groups Links

(Continue reading)

rronchiang | 12 Aug 2007 22:32
Picon
Favicon

Re: errors when installing xml-rpc -c-1.06.14 in cygwin

--- In xml-rpc <at> yahoogroups.com, "kingming0811" <kingming0811 <at> ...> wrote:
>
> I want to install xml-rpc-c-1.06.14 in cygwin and there are some
> errors as follows.  i have successfully installed libwww.
> Could some one give me some guidance to resolve them. Great thanks.
> value.cpp: In constructor
> `xmlrpc_c::value_datetime::value_datetime(const xmlrpc
> _c::timeval&)':
> value.cpp:384: error: invalid use of undefined type `const struct
> xmlrpc_c::time
> val'
> srcdir/include/xmlrpc-c/base.hpp:123: error: forward declaration of
> `const struc
> t xmlrpc_c::timeval'
> make[2]: *** [value.o] Error 1
> make[2]: Leaving directory `/home/Wang/xmlrpc-c-1.06.14/src/cpp'
> make[1]: *** [cpp/all] Error 2
> make[1]: Leaving directory `/home/Wang/xmlrpc-c-1.06.14/src'
> make: *** [src/all] Error 2
>
Try include <sys/time.h> in the base.hpp

 
Yahoo! Groups Links

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

<*> Your email settings:
    Individual Email | Traditional
(Continue reading)

Cimpu Andrei Emanuel | 1 Aug 2007 12:58
Picon
Favicon

XML-RPC EPI Implementation error throwing problem

Hi!
Has anyone used the EPI API for XML-RPC made in C ?
The one here http://xmlrpc-epi.sourceforge.net/ ?

I have the following problem:

1) I am calling a function defined by me; I use
xmlrpc_server_call_method with return type set to php native.
2) I get what I should so all is cool
3) What I get is an Error(a class defined by me) object. I identify
the error and I want to throw out a fault code wrapped in XML (XML-RPC
style). How do I do that using the API, or any way ?

NOTE: I don't want to assemble the xml manually(this is how I do it
now, and I don't like it).

Thank you very much
Cimpu Emanuel

 
Yahoo! Groups Links

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

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/xml-rpc/join
(Continue reading)

Gaetano Giunta | 15 Aug 2007 22:15
Picon
Gravatar

Re: xml rpc Error

Sorry, but to give a meaningful anser, more details are needed:

+ is the php server acting as xmlrpc server or as xmlrpc client?
+ are you using the xmlrpc php extension or a php xmlrpc library?
+ was the problem solved after rebooting the server, and did it
persist until reboot, or did it happen after rebooting?
+ could you provide a dump of the xml exchanged? From the error
message, it looks like you are receiving some malformed message

Bye
Gaetano

On 7/30/07, Hanumesh <hanumesh_m <at> yahoo.co.in> wrote:
>
>
>
>
>
>
> I am using xml rpc for database operations.
>  Env: Linux, PHP, xml-rpc,
>
>  It was working well before I restarted my server.
>  From today it stopped working. I rebooted the server. Is that the
>  reason. Should I start any service so that xmlrpc will start working.
>
>  The error that I was getting is as follows:
>
>  expat reports error code 70
>  description: SYSTEM or PUBLIC, the URI is missing
(Continue reading)


Gmane