|
Home > Archive > BizTalk Server General > August 2005 > Scripting functoids.
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 |
Scripting functoids.
|
|
| Benny Helander 2005-08-30, 8:02 am |
| Hey
Working on a map betwine 2 flat files in Biztalk 2004, and was implementing
simpel c# code in some Scripting functoids, as I came across a error in them.
No matter what return value from the Scripting functoid was, it always
returned my first input param to it.
The c# code i just used are
public string MyConcat(string param1)
{
return "10";
}
Simpel and easy to understand, but the return is always param1.
If some one need to look closer to my mapping and scheam I will be happy to
send em to you.
--
Regards
Helander
| |
| Benny Helander 2005-08-30, 8:02 am |
| No matter I found my problem.
--
Regards
Helander
"Benny Helander" wrote:
> Hey
>
> Working on a map betwine 2 flat files in Biztalk 2004, and was implementing
> simpel c# code in some Scripting functoids, as I came across a error in them.
>
> No matter what return value from the Scripting functoid was, it always
> returned my first input param to it.
> The c# code i just used are
>
> public string MyConcat(string param1)
> {
> return "10";
> }
>
> Simpel and easy to understand, but the return is always param1.
>
> If some one need to look closer to my mapping and scheam I will be happy to
> send em to you.
> --
> Regards
> Helander
| |
| Jan Eliasen 2005-08-30, 8:02 am |
| On Tue, 30 Aug 2005 02:21:01 -0700, "Benny Helander"
<BennyHelander@discussions.microsoft.com> wrote:
>No matter I found my problem.
Feel free to share the solution to others that might experience the
problem.
--
Jan Eliasen, representing himself and not the company he works for.
| |
| Benny Helander 2005-08-30, 8:02 am |
| Soultion was simpel.
I hade a other Scripting functoid that was returning the first param. The
functoid was also called MyConcat. Just needet to change it's name.
--
Regards
Helander
"Jan Eliasen" wrote:
> On Tue, 30 Aug 2005 02:21:01 -0700, "Benny Helander"
> <BennyHelander@discussions.microsoft.com> wrote:
>
> Feel free to share the solution to others that might experience the
> problem.
>
> --
> Jan Eliasen, representing himself and not the company he works for.
>
|
|
|
|
|