Re: embedding a string into structure XML RPC request

2008-03-12 Thread fahad.aizaz
Thanks Jochen, now i atleast know that its not the code that i wrote was faulty; I am now gonna start looking into "custom data type" its a big task for me since i am not really gud at understanding by looking at the javadocs; Jochen Wiedmann wrote: > > On Wed, Mar 12, 2008 at 10:56 AM, fahad.

Re: embedding a string into structure XML RPC request

2008-03-12 Thread Jochen Wiedmann
On Wed, Mar 12, 2008 at 10:56 AM, fahad.aizaz <[EMAIL PROTECTED]> wrote: > > originNodeTypeTEST [...] > originNodeTypeTEST [...] > The tag is missing from the output xml data above. The XML-RPC spec specifies the absence of any type indicator as equivalent with the use of the "string" in

embedding a string into structure XML RPC request

2008-03-12 Thread fahad.aizaz
Hi guys! I recently used apache xml-rpc library to create a client that send XML data to the server to get individual details. Now the server is created by a third party entity and they have provided us the guidelines to create clients accordingly. The XML data that is needed to be sent to t

embedding a string in struct method

2008-03-12 Thread fahad.aizaz
Hi guys! I recently used apache xml-rpc library to create a client that send XML data to the server to get individual details. Now the server is created by a third party entity and they have provided us the guidelines to create clients accordingly. The XML data that is needed to be sent to the