SoapException on Doubles and Floats

R

RocketMan

I have a .net (v1.1) web service written in C# that takes ints,
strings and dates just fine from my infopath 2003 (sp2) form. It
won't, however, take a decimal value. For some reason, I get a SOAP
error. However, I have no trouble entering all the data doubles via
the web service and storing it in my SQL (enterprise manager 8.0) .
THEREFORE, its in infopath somewhere. HELP ME PLEASE, get the doubles/
floats from my infopath 2003 form to the SQL database via the
webservice.

Quick, I am going bald pulling out my hair!

John
 
R

RocketMan

i DID NOT figure it out.

I KNOW infopath is at best a beta release

BUT.....

Having my web service take the double from the infopath form AS A
STRING, then converting the string with C# to a double before sending
it to the DB worked.

I am now going to celebrate with a round of electro shock therapy
 

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