In data martedì 13 aprile 2010 14:45:25, Don Albertson ha scritto: > Being a contrary individual, I would ask the person who wants to see the > XML to grab it when it gets to the server and show me what I'm doing > wrong to break his server.
I've done just that, using polite words. He showed me the server it's doing the right job, so I moved to tcpdump, which in turn showed me the server is doing the right job and the reply goes through the tcp socket. However my xlmrpc client lib raises this exception: [...] Caused by: org.xml.sax.SAXParseException: Unknown type: nil at org.apache.xmlrpc.parser.RecursiveTypeParserImpl.startElement(RecursiveTypeParserImpl.java:122) at org.apache.xmlrpc.parser.MapParser.startElement(MapParser.java:155) at ... [if you need I'll copy the whole stack trace] Is there any chance to get this exception from xmlrpc even when the reply is NOT nil?