|
Home > Archive > BizTalk Server Orchestration > July 2004 > Start orchestration with activation receive
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 |
Start orchestration with activation receive
|
|
| HÃ¥kan Thornqvist 2004-07-22, 7:50 am |
| Scenario:
First in my Orchestration is a receiveshape with the Activate property set to true. The port connected to this shape I have published as a WebService.
Now, from an external application I want to call this WS to start the orchestration.
Problem:
As this process at this stage does not need any perameters to evaluate, I want the WS to take _no_ parameters(ex. Operation_1()).
I can't seem to create an "empty" message for the recieveshape to achieve this. At the moment the messagetype is string, and the method is "operation_1(string part)".
I've tried to create a multi-part messagetype with no parts, as I read this in another post with a similar problem, but the other way around (calling an outside webservice with no parameters).
Thanks
// HÃ¥kan
| |
| Vikas Nahata [MSFT] 2004-07-22, 5:56 pm |
| This is a limitation. You cannot create a multipart message without any
part and hence you cannot publish a web service without any parameters.
There is no workaround for it.
--------------------
| >>Thread-Topic: Start orchestration with activation receive
| >>thread-index: AcRv8WONbuQUcvc9SGWjwWsV/oHqkA==
| >>X-WBNR-Posting-Host: 195.67.43.215
| >>From: "=?Utf-8?B?SMOla2FuIFRob3JucXZpc3Q=?=" <Håkan
Thornqvist@discussions.microsoft.com>
| >>Subject: Start orchestration with activation receive
| >>Date: Thu, 22 Jul 2004 06:40:02 -0700
| >>Lines: 13
| >>Message-ID: <A58A8A7D-654F-4E15-88E3-61078E5B76D7@microsoft.com>
| >>MIME-Version: 1.0
| >>Content-Type: text/plain;
| >> charset="Utf-8"
| >>Content-Transfer-Encoding: 8bit
| >>X-Newsreader: Microsoft CDO for Windows 2000
| >>Content-Class: urn:content-classes:message
| >>Importance: normal
| >>Priority: normal
| >>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| >>Newsgroups: microsoft.public.biztalk.orchestration
| >>NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.157
| >>Path: cpmsftngxa06.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
| >>Xref: cpmsftngxa06.phx.gbl microsoft.public.biztalk.orchestration:7263
| >>X-Tomcat-NG: microsoft.public.biztalk.orchestration
| >>
| >>Scenario:
| >>First in my Orchestration is a receiveshape with the Activate property
set to true. The port connected to this shape I have published as a
WebService.
| >>Now, from an external application I want to call this WS to start the
orchestration.
| >>
| >>Problem:
| >>As this process at this stage does not need any perameters to evaluate,
I want the WS to take _no_ parameters(ex. Operation_1()).
| >>I can't seem to create an "empty" message for the recieveshape to
achieve this. At the moment the messagetype is string, and the method is
"operation_1(string part)".
| >>
| >>I've tried to create a multi-part messagetype with no parts, as I read
this in another post with a similar problem, but the other way around
(calling an outside webservice with no parameters).
| >>
| >>Thanks
| >>
| >>// HÃ¥kan
| >>
This posting is provided "AS IS" with no warranties, and confers no rights.
EBusiness Server Team
|
|
|
|
|