You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlrpc-dev@ws.apache.org by Lucio Crusca <lu...@sulweb.org> on 2010/04/13 16:32:10 UTC

Re: how to get the xml bytes [SOLVED]

In data martedì 13 aprile 2010 16:14:01, countzero@cyberdeck.org ha scritto:
> Simply set enabledForExtensions() in your client.
> 
> See http://ws.apache.org/xmlrpc/types.html for details on what additional
> data types this grants access to.

Tried, but the type Django uses is

<nil />

not

<ex:nil />

so enabledForExtensions() doesn't fix the problem. I ended up creating a custom 
TypeFactoryImpl.


Re: how to get the xml bytes [SOLVED]

Posted by paulbakker <p....@sourcesense.com>.
Hi Lucio,

It's long ago, but can you tell a bit more about the TypeFactoryImpl you
wrote?

Paul


Lucio Crusca-2 wrote:
> 
> In data martedì 13 aprile 2010 16:14:01, countzero@cyberdeck.org ha
> scritto:
>> Simply set enabledForExtensions() in your client.
>> 
>> See http://ws.apache.org/xmlrpc/types.html for details on what additional
>> data types this grants access to.
> 
> Tried, but the type Django uses is
> 
> <nil />
> 
> not
> 
> <ex:nil />
> 
> so enabledForExtensions() doesn't fix the problem. I ended up creating a
> custom 
> TypeFactoryImpl.
> 
> 
> 

-- 
View this message in context: http://old.nabble.com/how-to-get-the-xml-bytes-tp28226421p31971173.html
Sent from the Apache Xml-RPC - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org