|
Home > Archive > BizTalk Server General > April 2004 > How to use SOAP without Orchestration?
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 |
How to use SOAP without Orchestration?
|
|
| Claudio Santos 2004-04-28, 6:36 pm |
| Hi,
I am trying to send a message to a Web Service just using messaging, but I´m receive this error "AssemblyName context property was not valid".
Note: I created a "Static Solicit-Response Send Port" whith Tranposrt Type "SOAP" and Address (URI) "http://localhost/wstest/test.asmx"
When I send this message using the orcherstration, it works.
Anyone can help me?
| |
| Matt Milner 2004-04-28, 10:35 pm |
| I think I saw recently somewhere that web services can only be called from
orchestrations. It was either in the doc or in a post from an MS
representative.
Matt
"Claudio Santos" <anonymous@discussions.microsoft.com> wrote in message
news:67B67D95-C498-49F3-8D2D-512A9976B469@microsoft.com...
> Hi,
>
> I am trying to send a message to a Web Service just using messaging, but
I´m receive this error "AssemblyName context property was not valid".
>
> Note: I created a "Static Solicit-Response Send Port" whith Tranposrt Type
"SOAP" and Address (URI) "http://localhost/wstest/test.asmx"
>
> When I send this message using the orcherstration, it works.
>
> Anyone can help me?
| |
| Sung-Hwa Jin [MSFT] 2004-04-29, 6:36 pm |
| True. You can call external web services using SOAP adapter only from the
orchestration. However you can implement a web service without
orchestration by implementing content-based routing. You can expose the
schema as a web service.
Thanks,
SH
--------------------[vbcol=seagreen]
cpmsftngxa10.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftngp13
.phx.gbl[vbcol=seagreen]
Type[vbcol=seagreen]
This posting is provided "AS IS" with no warranties, and confers no rights.
EBusiness Server Team
|
|
|
|
|