cubasbr | 13 Oct 2004 22:06
Picon
Favicon

Enable debug in php client


Hi.
How can I debugging turned on in my php client  ?
I'm have this code problem

code 2
Invalid return payload: enabling debugging to examine incoming 
payload

Thanks

 
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/

FGM | 13 Oct 2004 22:33
Picon
Favicon
Gravatar

Re: Enable debug in php client


Which xml-rpc implementation are you using ? There is no standard between
implementations, but typically you may want to intercept the XML data
actually being exchanged to look them up in a text editor and see what the
fuss is.

----- Original Message ----- 
From: "cubasbr" <cubasbr <at> uol.com.br>
To: <xml-rpc <at> yahoogroups.com>
Sent: Wednesday, October 13, 2004 10:06 PM
Subject: [xml-rpc] Enable debug in php client

>
>
>
> Hi.
> How can I debugging turned on in my php client  ?
> I'm have this code problem
>
> code 2
> Invalid return payload: enabling debugging to examine incoming
> payload
>
> Thanks
>
>
>
>
>
>
(Continue reading)

FACris | 16 Oct 2004 04:02

post xml document to a windows webservice


I need to send an xml document to a server that only accepts requests 
via POST. 

this is the code that I am supposed to send, but I am a unix/php guy 
this is not going to help (VBscript):

function xmlsend(url, docSubmit) 
Set poster = Server.CreateObject("Msxml2.ServerXMLHTTP.4.0") 
poster.open "POST", url , true
poster.setRequestHeader "Content-Type", "text/xml"
poster.send docSubmit 
poster.waitForResponse 60
if poster.status=200 then
	xmlsend = poster.responsetext
else
	xmlsend = "<?xml version=""1.0""?><msg>ERROR ("& 
poster.status &
")" & poster.responsetext &"</msg>"
end if
Set poster = Nothing 
end function

Can I use XML_RPC to do the same thing?
If so, anyone have an example?

Thanks in advance,

facris

(Continue reading)

sankettotala | 18 Oct 2004 07:02
Picon
Favicon

ssl abyss or apache front end


1> I have been trying to ssl enable my xmlrpc web server which is an 
abyss web server. I could ssl enable the xmlrpc and www libraries. I 
have tried to make changes to abyss's src code. but there seem to be 
a lot of changes. Could anybody help me in this matter.

2> A workaround to this problem could be using abyss web server as a 
backend server to an apache web server which can accept ssl requests 
and forward to my abyss web server which is not ssl enabled. But I 
have not been able to do so as yet. Can anybody help me with this?

Sanket

 
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/

monsterfish | 21 Oct 2004 16:39
Picon
Favicon

Viewing XML code in Java


Hi,

I have to make a Java program, using the Apache XML-RPC Packege, that 
receives xml messages and responds to them. This isn't a problem. The 
problem is that I need to be able to display a xml message in a text 
field when it's recieved. 

Is there a simple way to do this? Or do I have to use another xml-rpc 
package.

Gr. Jan

 
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/

Marc Conrad | 21 Oct 2004 18:20
Picon

Re: Viewing XML code in Java


Hi Jan, 

Yo may have a look at my xmlrpc-site http://perisic.com/xmlrpc 
This contains examples based on the Apache package. As this 
is used for teaching, I added a "hack" in one of the classes to show
the
XML-RPC code that is transmitted. You can make similar changes in the
apache 
package for your task to retrieve the XML. 

I am not aware of any way to get the XML without changing the source
code.
Cheers, Marc

--
Marc Conrad - Luton, Southampton, Merzig, Podstrana
http://perisic.com/marc

>>> monsterfish <at> yahoo.com 21/10/2004 15:39:16 >>>

Hi,

I have to make a Java program, using the Apache XML-RPC Packege, that 
receives xml messages and responds to them. This isn't a problem. The 
problem is that I need to be able to display a xml message in a text 
field when it's recieved. 

Is there a simple way to do this? Or do I have to use another xml-rpc 
package.
(Continue reading)

oscar_tico | 29 Oct 2004 02:39
Picon
Favicon

greetings I need something of help


I program I play tic tae toc using logica PHP and being in a service 
Web according to norm XML - RPC nevertheless I have had some problem 
with the program that profit not to solve, gustaria who somebody saw 
my program me and tried to help to find the error thanks, you can 
give your answer oscar_tico <at> yahoo.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/

danu kusmana | 29 Oct 2004 18:15
Picon
Favicon

test


		
__________________________________
Do you Yahoo!?
Y! Messenger - Communicate in real time. Download now. 
http://messenger.yahoo.com
shilpanalgonda | 29 Oct 2004 21:09
Picon
Favicon

problem unicode encoding utf8 with xmlrpc...


Hi , 
I have problem using xmlrpc and unicode encoding.  

My application gets the client request in the form of xml .  My 
xmlservlet class sets the encoding as UTF8.  But when the data is 
inserted in the database which is Oracle 8.1 all the data is 
displayed as {{{{.  Somehow the data is being lost whle inserting 
into database.  

I have thos problem encoding japanese charaters, international stuff, 
had anyone had any similar problems , please suggest. 

our Oracle is set up to store values in regular 8-bit ASC, i knew 
this by running this query:see this query:

SQL> select * from NLS_DATABASE_PARAMETERS
where parameter = 'NLS_CHARACTERSET';

PARAMETER VALUE
------------------------------ ------------------------------
NLS_CHARACTERSET US7ASCII

inorder to convert data i am using preparedstatememt.setASCIIstream...

but still correct data is not being populated...

 
Yahoo! Groups Links

(Continue reading)

danu kusmana | 30 Oct 2004 16:33
Picon
Favicon

only test

test email

		
__________________________________
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail 

Gmane