BizTalk Server General - Can we get partial header in output

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server General > February 2004 > Can we get partial header in output





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 Can we get partial header in output
Naval Arya

2004-02-08, 8:38 am

hi,

i have a schmea as follows
<personaldetails>
<name></name>
<age></age>
<body>

</body>

</personaldetails>

is it possible to acieve schmea such as the follwing in
the output

<personaldetails>
<name></name>
<body>

</body>

</personaldetails>

ie can we get partial header in output !

pls
reply

thanks in advance

Naval Arya (navalarya@hotmail.com)


..


Jan Eliasen

2004-02-08, 8:38 am

On Thu, 22 Jan 2004 21:30:06 -0800, "Naval Arya"
<anonymous@discussions.microsoft.com> wrote:

It would be nice with some more information; You want to be able to
omit the "age"-element in the output? Well, go into the BizTalk Editor
and set the Age-record to have minimum occurences=0 - and don't map
anything into it.

Did this answer your question?

>hi,
>
>i have a schmea as follows
><personaldetails>
> <name></name>
> <age></age>
> <body>
>
> </body>
>
> </personaldetails>
>
>is it possible to acieve schmea such as the follwing in
>the output
>
><personaldetails>
> <name></name>
> <body>
>
> </body>
>
> </personaldetails>
>
>ie can we get partial header in output !
>
>pls
>reply
>
>thanks in advance
>
>Naval Arya (navalarya@hotmail.com)
>
>
>.
>


--
Jan Eliasen, representing himself and not the company he works for.
MCP in Microsoft BizTalk Server
Naval Arya

2004-02-08, 8:38 am

thanks for the reply.

Actualy i am supposed to select some specific field frm
envelope and put them in output envelope..

nedd not be age field alone...

suppose i have f1,f2,f3,f4,f5, body in input and

my out put may only have f4,f5,body

so i jsut want to select some specific field frm input to
output is it possible..

and yeh that's without mapper ????

pls help ...u can eply to mail box to...

Navalarya@hotmail.com

thanks in advance




>-----Original Message-----
>On Thu, 22 Jan 2004 21:30:06 -0800, "Naval Arya"
><anonymous@discussions.microsoft.com> wrote:
>
>It would be nice with some more information; You want to

be able to
>omit the "age"-element in the output? Well, go into the

BizTalk Editor
>and set the Age-record to have minimum occurences=0 -

and don't map
>anything into it.
>
>Did this answer your question?
>
>
>--
>Jan Eliasen, representing himself and not the company he

works for.
> MCP in Microsoft BizTalk Server
>.
>

Jan Eliasen

2004-02-08, 8:38 am

On Fri, 23 Jan 2004 02:27:49 -0800, "Naval Arya"
<anonymous@discussions.microsoft.com> wrote:

I am still not sure what you want to do.... First of all, the
information from the envelope is not available in BizTalk mapper,
since the envelope is around the document, for which you have a
specification.

Secondly, if you want to map some spwcific fields from your input to
your output, then connect those fields in the mapper.

If this still does not answer your question, then please be more
specific - your description is very difficulkt to understand.
[color=blue]
>thanks for the reply.
>
>Actualy i am supposed to select some specific field frm
>envelope and put them in output envelope..
>
>nedd not be age field alone...
>
>suppose i have f1,f2,f3,f4,f5, body in input and
>
>my out put may only have f4,f5,body
>
>so i jsut want to select some specific field frm input to
>output is it possible..
>
>and yeh that's without mapper ????
>
>pls help ...u can eply to mail box to...
>
>Navalarya@hotmail.com
>
>thanks in advance
>
>
>
>
>be able to
>BizTalk Editor
>and don't map
>works for.

--
Jan Eliasen, representing himself and not the company he works for.
MCP in Microsoft BizTalk Server
Naval Arya

2004-02-08, 8:38 am

hi,

thanks a tons for replies u r giving me.

and i am sorry that i am not able to properly convey my
message to u !

ok i will try once again ...

what i need is as follows ..

evnlop1,body1 (input)----->envlop2,body1 (output)

envlop2 may contain some or all field of envlop1.

now did u get it ?

pls reply at my mail adress if possible

navalarya@hotmail.com

thanks and regards
Naval Arya



>-----Original Message-----
>On Fri, 23 Jan 2004 02:27:49 -0800, "Naval Arya"
><anonymous@discussions.microsoft.com> wrote:
>
>I am still not sure what you want to do.... First of

all, the
>information from the envelope is not available in

BizTalk mapper,
>since the envelope is around the document, for which you

have a
>specification.
>
>Secondly, if you want to map some spwcific fields from

your input to
>your output, then connect those fields in the mapper.
>
>If this still does not answer your question, then please

be more
>specific - your description is very difficulkt to

understand.
>
to[color=blue]
to[color=blue]
the[color=blue]
in[color=blue]
he[color=blue]
>
>--
>Jan Eliasen, representing himself and not the company he

works for.
> MCP in Microsoft BizTalk Server
>.
>

Jan Eliasen

2004-02-08, 8:38 am

On Sat, 24 Jan 2004 00:30:52 -0800, "Naval Arya"
<anonymous@discussions.microsoft.com> wrote:

As I stated in my former posting; You can not get any information from
the envelope in the mapper. The envelope is stripped before the
document is handed to the channel, which applies the map to the
document.

If you really really need it, then I suppose you could do a very dirty
hack, which would involve a preprocessor that stores information from
the envelope in a database, and then use a database-lookup functoid in
the mapper to get the data into the document. Then in an AIC, move the
data from the document into the envelope.

Dirty, dirty, dirty.... :-)
[color=blue]
>hi,
>
>thanks a tons for replies u r giving me.
>
>and i am sorry that i am not able to properly convey my
>message to u !
>
>ok i will try once again ...
>
>what i need is as follows ..
>
>evnlop1,body1 (input)----->envlop2,body1 (output)
>
>envlop2 may contain some or all field of envlop1.
>
>now did u get it ?
>
>pls reply at my mail adress if possible
>
>navalarya@hotmail.com
>
>thanks and regards
>Naval Arya
>
>
>
>all, the
>BizTalk mapper,
>have a
>your input to
>be more
>understand.
>to
>to
>the
>in
>he
>works for.

--
Jan Eliasen, representing himself and not the company he works for.
MCP in Microsoft BizTalk Server
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com