Helpful Information
 
 
Category: Windows Help
problem with xml-rpc under windows

hello ... I am using Edd Dumbill's implementation of xml-rpc .... now when I try my code on Win 2k with IIS5, I get following error

Fault : Code : 2
Reason : Invalid return payload: enabling debugging to examine incoming payloadXML error: xml processing instruction not at start of external entity at line 5

exactly same code runs perfectly on RH 7.2 with apache. So i guess that the problem with IIS ....

thanx in anticipation

IIS isn't really my thing, but doesn't this error "xml processing instruction not at start of external entity at line 5" hint that something is wrong with line 5? Seems it is missing processing instructions, or they are put in the wrong place.

As I said though... IIS isn't my strong side so maybe I'm missing some common error with IIS that cause this error, but scince none had answered your post, I thought I'd at least make try to point in the right direction :)


//Fjodor

as I told you, exactly same code runs perfectly on linux ... so problem must be with windows.

Don't want to say there's nothing wrong with Windows ;) but it could be that the implementation for Windows works in a different way. You could be using some platform specific call. Couldn't tell though without knowing what line 5 is.

The only thing I could find was that this fault message means the error is generated by client, not server code, and that the server returned something it couldn't understand. So work from that.

I have debugged it and server receives proper parameter, processes them, forms response xml doc and sends it but on client site I get this problem... well I have code in office, so can't send it now ... well as much as i remember theres no problem with xml ... it is well formed ... and xml spy and IE does not find any error in it.










privacy (GDPR)