BizTalk Server Orchestration - Biztalk makes xs:Integers into decimals??

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server Orchestration > April 2005 > Biztalk makes xs:Integers into decimals??





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Biztalk makes xs:Integers into decimals??
ChuckD_Duncan

2005-04-25, 2:51 am

The schema sets the element type to xs:integer (or xs:int, take your pick).
In an orchestration I make an integer variable and try to assign:
varInteger = SchemaXSInteger;
and it complains that it can't convert a decimal to integer... so I have
to:
varInteger = (System.Int32) SchemaXSInteger;

Why is BT being insistant that numbers are decimals, no matter what I
declare them as??


Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com