|
Home > Archive > BizTalk Server General > May 2006 > One way WS receive location return no error
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 |
One way WS receive location return no error
|
|
| Shahar.Ron.Work@gmail.com 2006-05-31, 7:15 am |
| Hi
I have published a schema as a one way WS receive location. My problem
is that the WS return ALWAYS http 202 even if the message can't be
committed to BizTalk for example if the DB is down.
I don't need any return info except success or failure. Do I have to
implement an orchestration and create a dummy reply message? Is there
an option to do this without an orchestration? An HTTP error code like
the HTTP adaptor returns on failure will satisfy me.
Anybody know if this is possible?
Shahar
| |
|
| Shahar,
You can promote the ""RouteDirectToTP" property which is a member of the
"system-properties" scema in a receive pipeline, that will perform the HTTP
eqivalent of a loopback. Note this does not return a code, it outputs an
xml message but should provide you the functionality you are looking for.
BA
http://biztalkia.blogspot.com
> Hi
>
> I have published a schema as a one way WS receive location. My problem
> is that the WS return ALWAYS http 202 even if the message can't be
> committed to BizTalk for example if the DB is down.
> I don't need any return info except success or failure. Do I have to
> implement an orchestration and create a dummy reply message? Is there
> an option to do this without an orchestration? An HTTP error code like
> the HTTP adaptor returns on failure will satisfy me.
> Anybody know if this is possible?
> Shahar
>
|
|
|
|
|