|
Home > Archive > BizTalk Server General > November 2005 > SOAP problem
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]
|
|
|
| Hi,
I have a very strange situation. From the Orch. I want to call web
service. I put on the Send (send/receive) port that pipeline is
XMLTransmit. And this worked for a couple of days. Suddenly the
BizTalk started to publish error in the eventlog EventID:5720. There
was a failure executing the send pipeline:
"Microsoft.BizTalk.DefaultPipelines.XMLTransmit" Source: "XML
assembler" Send Port: "http://appserver:803/naplata.asmx" Reason:
This Assembler cannot retrieve document specification by using this
type: "string".
Then I change pipeline to PassThru and everhything start to be OK.
Is there any clue what is the reason for that ?
Regards
Dejan
| |
| Marian Drumea 2005-11-23, 5:51 pm |
| Hi pdeki,
Take a look at what Sena is saying here and try it out:
Thanks,
Marian
http://www.MarianDrumea.com/BizTalk
This is a bug in Biztalk. Whenever u have an orchestration that
consumes
a webservice that return a string (or maybe any simple type),
undeploying any other orchestration on the same box cause the
orchestration that consumes the WebService to stop working. This, I
think is because the undeployment deletes subscription record from the
schema table in the BizTalk management database. Only the workaround I
know is to re-deploy the orchestration that consumes the web service.
| |
|
|
| Marian Drumea 2005-11-23, 8:49 pm |
| Hi again,
So, for my understanding, the problem is solved by changing to PassThru
or it happens the same after SQL Server restart and the pipeline change
was just a conicidence?
Thanks,
Marian
http://www.MarianDrumea.com/BizTalk
|
|
|
|
|