| Author |
Help! BTS orch web service just won't work!
|
|
| HL7 Guy 2005-02-20, 6:11 pm |
| What we want is so simple. We have an orchestration that does nothing more
than receive an integer and write it to a file. When both the Receive and
Send ports are file-type transport, it works fine (it's too simple to fail).
But when we deploy it as a web service, it is uncallable. The web service
generates a method that invariably throws an exception when we try to call
the web service from VS.NET or Delphi.
What is the correct was to configure the receiving schema for the simple
passing of an integer, and what is the correct way to structure the web
service call in VS.NET?
| |
| unixdisciple@gmail.com 2005-02-20, 6:11 pm |
| Try use a "Receive-Send" two way port as the SOAP port. I guess you
have a one way port for receiving a FILE message and another one way
port for sending the FILE message.
| |
| BizWorld 2005-02-21, 5:52 pm |
| Check this at Microsoft site. i faced the same problem and it was resolved
easily by this topic.
http://support.microsoft.com/?kbid=837860
RESOLUTION
To resolve this problem, change the receive pipeline for the receive
location that your orchestration uses from the
Microsoft.BizTalk.DefaultPipelines.Passthrough pipeline to the
Microsoft.BizTalk.DefaultPipelines.XMLReceive pipeline.
Regards........................
MT BizWorld
<unixdisciple@gmail.com> wrote in message
news:1108758364.818922.128910@z14g2000cwz.googlegroups.com...
> Try use a "Receive-Send" two way port as the SOAP port. I guess you
> have a one way port for receiving a FILE message and another one way
> port for sending the FILE message.
>
|
|
|
|