Forum Discussion

futura's avatar
futura
New Contributor
14 years ago

Problem with property transfer with xml nodes <item/> format

Hi all, I'm having some problems parameterising a web request using property transfer.

When the xml nodes are formated like <item></item> property transfer works fine. However if the node is in the following format <item/> transfer fails.

Could anyone suggest a way around this with the alternative format. Apologies if this q has been asked before.

2 Replies

  • M_McDonald's avatar
    M_McDonald
    Super Contributor
    I'm not sure I understand your question: how would you put a parameter into an empty element (<item/>)? Can you show an actual example of what you are trying to do?
  • futura's avatar
    futura
    New Contributor
    Sods law managed to work out my error soon after posting. I'd forgotten to include the correct namespace on the tag. To clarify I was trying to transfer properties into a request made up of a mixture of empty elements some defined <items></items> others <item/>. Seems to work ok now!