DOM question (w/SOAP)

J

Jeff

Hello all,

I have a custom script setup for my Submit button that is supposed to submit
the data using SOAP. With hard coded values it works fine, but when i start
replacing the hard coded values with references to the form fields it doesnt
work. NOR do I get an error message.

Here is the line of code that i replaced with myField values instead of hard
coding - any ideas what i have wrong? I am building a string variable for
the whole SOAP command and this is the part that i am changing.

<er:DBCell er:include=""Column[Name='To']""><er:Content>" &
XDocument.DOM.selectSingleNode("//my:myFields/my:To").text &
"</er:Content></er:DBCell>" & _

I originally had this with the hard coding and it worked fine:

<er:DBCell er:include=""Column[Name='To']""><er:Content>"Jeff
Reed"</er:Content></er:DBCell>" & _
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top