Discussion:
HTTP POST
(too old to reply)
Paul Somers(MVP)
2005-08-02 12:43:03 UTC
Permalink
Hi,

I have a HTTP send port, that http posts messages to a service.

The message goes through sucessfuly, I do not care about the response
message, there is none, its a one way stream.

However I am seeing lots of messages stuck in HAT as Active in the SendPort,
they
are effictevley stopped, why are they still there? The message was
transmitted....

Snap shot from HAT:
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:12:54 PM

HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:17:07 PM

HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:34:38 PM

HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:54:20 PM


Regards,

Paul
Jeff Lynch
2005-08-02 15:47:22 UTC
Permalink
Paul,

It almost looks as if these are retry events judging by the time period
between each (except the last). Even though your send port is "one-way", the
adapter is using a standard HTTP handshake and probably needs some sort of
response from your service.

Just a thought!
--
Jeff Lynch
"A BizTalk Enthusiast"
http://codebetter.com/blogs/jeff.lynch
Post by Paul Somers(MVP)
Hi,
I have a HTTP send port, that http posts messages to a service.
The message goes through sucessfuly, I do not care about the response
message, there is none, its a one way stream.
However I am seeing lots of messages stuck in HAT as Active in the
SendPort, they
are effictevley stopped, why are they still there? The message was
transmitted....
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:12:54 PM
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:17:07 PM
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:34:38 PM
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:54:20 PM
Regards,
Paul
Scott Colestock
2005-08-02 18:36:53 UTC
Permalink
I've seen similar behavior when interacting with a web server that didn't
complete the protocol with an HTTP 200, etc.

Scott Colestock
Post by Jeff Lynch
Paul,
It almost looks as if these are retry events judging by the time period
between each (except the last). Even though your send port is "one-way",
the adapter is using a standard HTTP handshake and probably needs some
sort of response from your service.
Just a thought!
--
Jeff Lynch
"A BizTalk Enthusiast"
http://codebetter.com/blogs/jeff.lynch
Post by Paul Somers(MVP)
Hi,
I have a HTTP send port, that http posts messages to a service.
The message goes through sucessfuly, I do not care about the response
message, there is none, its a one way stream.
However I am seeing lots of messages stuck in HAT as Active in the
SendPort, they
are effictevley stopped, why are they still there? The message was
transmitted....
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:12:54 PM
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:17:07 PM
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:34:38 PM
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:54:20 PM
Regards,
Paul
Paul Somers(MVP)
2005-08-03 08:12:10 UTC
Permalink
If it does not complete with HTTP 200, the message should retry? It does not
in this case, it just sits doing nothing.

Paul.
Post by Scott Colestock
I've seen similar behavior when interacting with a web server that didn't
complete the protocol with an HTTP 200, etc.
Scott Colestock
Post by Jeff Lynch
Paul,
It almost looks as if these are retry events judging by the time period
between each (except the last). Even though your send port is "one-way",
the adapter is using a standard HTTP handshake and probably needs some
sort of response from your service.
Just a thought!
--
Jeff Lynch
"A BizTalk Enthusiast"
http://codebetter.com/blogs/jeff.lynch
Post by Paul Somers(MVP)
Hi,
I have a HTTP send port, that http posts messages to a service.
The message goes through sucessfuly, I do not care about the response
message, there is none, its a one way stream.
However I am seeing lots of messages stuck in HAT as Active in the
SendPort, they
are effictevley stopped, why are they still there? The message was
transmitted....
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:12:54 PM
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:17:07 PM
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:34:38 PM
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:54:20 PM
Regards,
Paul
Scott Colestock
2005-08-03 14:22:36 UTC
Permalink
Is there any small chance that you configured send port as solicit-response
instead of one-way?
(just guessing...)

Scott Colestock
Post by Paul Somers(MVP)
If it does not complete with HTTP 200, the message should retry? It does
not in this case, it just sits doing nothing.
Paul.
Post by Scott Colestock
I've seen similar behavior when interacting with a web server that didn't
complete the protocol with an HTTP 200, etc.
Scott Colestock
Post by Jeff Lynch
Paul,
It almost looks as if these are retry events judging by the time period
between each (except the last). Even though your send port is "one-way",
the adapter is using a standard HTTP handshake and probably needs some
sort of response from your service.
Just a thought!
--
Jeff Lynch
"A BizTalk Enthusiast"
http://codebetter.com/blogs/jeff.lynch
Post by Paul Somers(MVP)
Hi,
I have a HTTP send port, that http posts messages to a service.
The message goes through sucessfuly, I do not care about the response
message, there is none, its a one way stream.
However I am seeing lots of messages stuck in HAT as Active in the
SendPort, they
are effictevley stopped, why are they still there? The message was
transmitted....
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:12:54 PM
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:17:07 PM
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:34:38 PM
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:54:20 PM
Regards,
Paul
Paul Somers(MVP)
2005-08-05 09:33:44 UTC
Permalink
Hi Scott,

Unfourtantly its one way send, It all looks set up correctly, it just sits
there stuck, and i'd rather not try and go through in a live system and
clean these up. I'll have to PSS it :(

Paul.
Post by Scott Colestock
Is there any small chance that you configured send port as
solicit-response instead of one-way?
(just guessing...)
Scott Colestock
Post by Paul Somers(MVP)
If it does not complete with HTTP 200, the message should retry? It does
not in this case, it just sits doing nothing.
Paul.
Post by Scott Colestock
I've seen similar behavior when interacting with a web server that
didn't complete the protocol with an HTTP 200, etc.
Scott Colestock
Post by Jeff Lynch
Paul,
It almost looks as if these are retry events judging by the time period
between each (except the last). Even though your send port is
"one-way", the adapter is using a standard HTTP handshake and probably
needs some sort of response from your service.
Just a thought!
--
Jeff Lynch
"A BizTalk Enthusiast"
http://codebetter.com/blogs/jeff.lynch
Post by Paul Somers(MVP)
Hi,
I have a HTTP send port, that http posts messages to a service.
The message goes through sucessfuly, I do not care about the response
message, there is none, its a one way stream.
However I am seeing lots of messages stuck in HAT as Active in the
SendPort, they
are effictevley stopped, why are they still there? The message was
transmitted....
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:12:54 PM
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:17:07 PM
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:34:38 PM
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:54:20 PM
Regards,
Paul
Paul Somers(MVP)
2005-08-03 08:11:10 UTC
Permalink
These are all single messages, I sent 4 messages, and they were all received
by the destination system. I have no control over the destination system
unfourtantley.

Paul.
Post by Jeff Lynch
Paul,
It almost looks as if these are retry events judging by the time period
between each (except the last). Even though your send port is "one-way",
the adapter is using a standard HTTP handshake and probably needs some
sort of response from your service.
Just a thought!
--
Jeff Lynch
"A BizTalk Enthusiast"
http://codebetter.com/blogs/jeff.lynch
Post by Paul Somers(MVP)
Hi,
I have a HTTP send port, that http posts messages to a service.
The message goes through sucessfuly, I do not care about the response
message, there is none, its a one way stream.
However I am seeing lots of messages stuck in HAT as Active in the
SendPort, they
are effictevley stopped, why are they still there? The message was
transmitted....
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:12:54 PM
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:17:07 PM
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:34:38 PM
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:54:20 PM
Regards,
Paul
Very nice site! Good work. http://www.sessit.port5.com
2007-03-01 03:39:33 UTC
Permalink
Post by Paul Somers(MVP)
Hi,
I have a HTTP send port, that http posts messages to a service.
The message goes through sucessfuly, I do not care about the response
message, there is none, its a one way stream.
However I am seeing lots of messages stuck in HAT as Active in the SendPort,
they
are effictevley stopped, why are they still there? The message was
transmitted....
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:12:54 PM
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:17:07 PM
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:34:38 PM
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:54:20 PM
Regards,
Paul
Very nice site! Good work. http://www.sessit.port5.com

BizTalk Utilities - Frustration free BizTalk Adapters
http://www.topxml.com/biztalkutilities
mmm.. nice design, I must say.. http://www.paradistc.org/italia
2007-03-12 09:49:58 UTC
Permalink
Post by Paul Somers(MVP)
Hi,
I have a HTTP send port, that http posts messages to a service.
The message goes through sucessfuly, I do not care about the response
message, there is none, its a one way stream.
However I am seeing lots of messages stuck in HAT as Active in the SendPort,
they
are effictevley stopped, why are they still there? The message was
transmitted....
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:12:54 PM
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:17:07 PM
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:34:38 PM
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:54:20 PM
Regards,
Paul
mmm.. nice design, I must say.. http://www.paradistc.org/italia

BizTalk Utilities - Frustration free BizTalk Adapters
http://www.topxml.com/biztalkutilities
Du musst ein Fachmann sein - wirklich guter Aufstellungsort, den du hast! http://www.paradistc.org/liberi
2007-03-15 00:54:44 UTC
Permalink
Post by Paul Somers(MVP)
Hi,
I have a HTTP send port, that http posts messages to a service.
The message goes through sucessfuly, I do not care about the response
message, there is none, its a one way stream.
However I am seeing lots of messages stuck in HAT as Active in the SendPort,
they
are effictevley stopped, why are they still there? The message was
transmitted....
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:12:54 PM
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:17:07 PM
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:34:38 PM
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:54:20 PM
Regards,
Paul
Du musst ein Fachmann sein - wirklich guter Aufstellungsort, den du hast! http://www.paradistc.org/liberi

BizTalk Utilities - Frustration free BizTalk Adapters
http://www.topxml.com/biztalkutilities
i'am really impressed!! http://www.sanzkdni59.org/libera
2007-03-16 23:16:01 UTC
Permalink
Post by Paul Somers(MVP)
Hi,
I have a HTTP send port, that http posts messages to a service.
The message goes through sucessfuly, I do not care about the response
message, there is none, its a one way stream.
However I am seeing lots of messages stuck in HAT as Active in the SendPort,
they
are effictevley stopped, why are they still there? The message was
transmitted....
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:12:54 PM
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:17:07 PM
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:34:38 PM
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:54:20 PM
Regards,
Paul
i'am really impressed!! http://www.sanzkdni59.org/libera

BizTalk Utilities - Frustration free BizTalk Adapters
http://www.topxml.com/biztalkutilities
luogo grande:) nessun osservazioni! http://www.paradistc.org/sardinia
2007-03-18 14:41:11 UTC
Permalink
Post by Paul Somers(MVP)
Hi,
I have a HTTP send port, that http posts messages to a service.
The message goes through sucessfuly, I do not care about the response
message, there is none, its a one way stream.
However I am seeing lots of messages stuck in HAT as Active in the SendPort,
they
are effictevley stopped, why are they still there? The message was
transmitted....
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:12:54 PM
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:17:07 PM
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:34:38 PM
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:54:20 PM
Regards,
Paul
luogo grande:) nessun osservazioni! http://www.paradistc.org/sardinia

BizTalk Utilities - Frustration free BizTalk Adapters
http://www.topxml.com/biztalkutilities
Chi ha fatto questo? E un buon posto per trovare le informazioni importanti!:) http://www.sanzkdni59.org/formula-1
2007-03-20 05:39:02 UTC
Permalink
Post by Paul Somers(MVP)
Hi,
I have a HTTP send port, that http posts messages to a service.
The message goes through sucessfuly, I do not care about the response
message, there is none, its a one way stream.
However I am seeing lots of messages stuck in HAT as Active in the SendPort,
they
are effictevley stopped, why are they still there? The message was
transmitted....
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:12:54 PM
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:17:07 PM
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:34:38 PM
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:54:20 PM
Regards,
Paul
Chi ha fatto questo? E un buon posto per trovare le informazioni importanti!:) http://www.sanzkdni59.org/formula-1

BizTalk Utilities - Frustration free BizTalk Adapters
http://www.topxml.com/biztalkutilities
Lavoro eccellente! ..ringraziamenti per le informazioni..realmente lo apprezzo: D http://www.sanzkdni59.org/del-piero
2007-03-20 21:39:23 UTC
Permalink
Post by Paul Somers(MVP)
Hi,
I have a HTTP send port, that http posts messages to a service.
The message goes through sucessfuly, I do not care about the response
message, there is none, its a one way stream.
However I am seeing lots of messages stuck in HAT as Active in the SendPort,
they
are effictevley stopped, why are they still there? The message was
transmitted....
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:12:54 PM
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:17:07 PM
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:34:38 PM
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:54:20 PM
Regards,
Paul
Lavoro eccellente! ..ringraziamenti per le informazioni..realmente lo apprezzo: D http://www.sanzkdni59.org/del-piero

BizTalk Utilities - Frustration free BizTalk Adapters
http://www.topxml.com/biztalkutilities
Interessieren. SEHR interessant! ;) http://www.circumno3.org/sesso
2007-03-31 03:03:10 UTC
Permalink
Post by Paul Somers(MVP)
Hi,
I have a HTTP send port, that http posts messages to a service.
The message goes through sucessfuly, I do not care about the response
message, there is none, its a one way stream.
However I am seeing lots of messages stuck in HAT as Active in the SendPort,
they
are effictevley stopped, why are they still there? The message was
transmitted....
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:12:54 PM
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:17:07 PM
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:34:38 PM
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:54:20 PM
Regards,
Paul
Interessieren. SEHR interessant! ;) http://www.circumno3.org/sesso

BizTalk Utilities - Frustration free BizTalk Adapters
http://www.topxml.com/biztalkutilities
Du musst ein Fachmann sein - wirklich guter Aufstellungsort, den du hast! http://www.circumno3.org/guerra
2007-03-31 07:08:45 UTC
Permalink
Post by Paul Somers(MVP)
Hi,
I have a HTTP send port, that http posts messages to a service.
The message goes through sucessfuly, I do not care about the response
message, there is none, its a one way stream.
However I am seeing lots of messages stuck in HAT as Active in the SendPort,
they
are effictevley stopped, why are they still there? The message was
transmitted....
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:12:54 PM
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:17:07 PM
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:34:38 PM
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:54:20 PM
Regards,
Paul
Du musst ein Fachmann sein - wirklich guter Aufstellungsort, den du hast! http://www.circumno3.org/guerra

BizTalk Utilities - Frustration free BizTalk Adapters
http://www.topxml.com/biztalkutilities
L'information interessante que vous avez! I'am allant revenir bientot. http://www.qukeartiere90.org/valentino-rossi
2007-03-31 11:16:34 UTC
Permalink
Post by Paul Somers(MVP)
Hi,
I have a HTTP send port, that http posts messages to a service.
The message goes through sucessfuly, I do not care about the response
message, there is none, its a one way stream.
However I am seeing lots of messages stuck in HAT as Active in the SendPort,
they
are effictevley stopped, why are they still there? The message was
transmitted....
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:12:54 PM
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:17:07 PM
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:34:38 PM
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:54:20 PM
Regards,
Paul
L'information interessante que vous avez! I'am allant revenir bientot. http://www.qukeartiere90.org/valentino-rossi

BizTalk Utilities - Frustration free BizTalk Adapters
http://www.topxml.com/biztalkutilities
Ich erklare meinen Freunden uber diese Seite. Interessieren! http://www.qukeartiere90.org/erotismo
2007-03-31 15:14:38 UTC
Permalink
Post by Paul Somers(MVP)
Hi,
I have a HTTP send port, that http posts messages to a service.
The message goes through sucessfuly, I do not care about the response
message, there is none, its a one way stream.
However I am seeing lots of messages stuck in HAT as Active in the SendPort,
they
are effictevley stopped, why are they still there? The message was
transmitted....
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:12:54 PM
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:17:07 PM
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:34:38 PM
HTTPSendPort
Messaging
Active
CD-DEV10
BizTalkMsgBoxDb
BizTalkServerApplication
27/07/2005 04:54:20 PM
Regards,
Paul
Ich erklare meinen Freunden uber diese Seite. Interessieren! http://www.qukeartiere90.org/erotismo

BizTalk Utilities - Frustration free BizTalk Adapters
http://www.topxml.com/biztalkutilities

Continue reading on narkive:
Loading...