| Author |
Mapping Problem? BizTalk 2004 Urgent Please Help...
|
|
| Vishal 2004-10-26, 5:48 pm |
| Hello All,
I have a very basic map where in my source is coming from a soap request and
my destination is a property class with gets and sets.
Every thing is working fine but I have a problem and that is.. that when a
particular attribute is not sent by the source system I dont want to process
that attribute at all.
I mean.. if for example <A> </A> is not sent to me i shall not parse that in
the map and even the destination property for <A> shall not get initialized.
So basically excluding the attribute <A> from the whole picture.
At this time i am getting <A> </A> and i want nothing from the map result.
Can some body please help me with this.
If you have not understood.. let me know..
please its urgent....
Vishal.
| |
| Joerg Fischer 2004-11-08, 7:46 am |
| Hi,
There is a logical existance functoid (in the logical tab) which should
address your needs. You can use it in conjunction with the value mapping
functoid.
Sincerely
Joerg Fischer
"Vishal" <vishal@discussions.microsoft.com> wrote in message
news:4066113C-182F-4D0F-9865-5B74E81A1F11@microsoft.com...
> Hello All,
> I have a very basic map where in my source is coming from a soap request
and
> my destination is a property class with gets and sets.
> Every thing is working fine but I have a problem and that is.. that when a
> particular attribute is not sent by the source system I dont want to
process
> that attribute at all.
> I mean.. if for example <A> </A> is not sent to me i shall not parse that
in
> the map and even the destination property for <A> shall not get
initialized.
> So basically excluding the attribute <A> from the whole picture.
> At this time i am getting <A> </A> and i want nothing from the map
result.
> Can some body please help me with this.
> If you have not understood.. let me know..
> please its urgent....
> Vishal.
| |
| vishal 2004-11-08, 5:47 pm |
| Thanks Joerg.
"Joerg Fischer >" wrote:
> Hi,
>
> There is a logical existance functoid (in the logical tab) which should
> address your needs. You can use it in conjunction with the value mapping
> functoid.
>
> Sincerely
>
> Joerg Fischer
>
> "Vishal" <vishal@discussions.microsoft.com> wrote in message
> news:4066113C-182F-4D0F-9865-5B74E81A1F11@microsoft.com...
> and
> process
> in
> initialized.
> result.
>
>
>
|
|
|
|