On Sun, 8 Oct 2006 22:56:01 -0700, Sarav
<Sarav@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
I am a newbie in Biztalk 2003. I want to execute a requirement of
mine, which says that a biztalk webservice must be handled across the aspx
pages. Is it possible? For example If you are having a student results
processing webservice, In the first page I should get the student
informations like name, age, dob etc... and in the second page marks details.
All should be invoked by a single webservice call which is a biztalk
orchestaration. I don't know how to do that. If anybody knows please help me.
This looks a lot like the question in another newsgroup that I have
just answered.
Basically, what you want is an orchestration which receives two
different documents. So you should create a locigal request-response
port in the orchestration, and to that port, you can add another
operation. Name the operations as you want your methods on the web
service to be named.
Then, use correlation on the two document types in order to get the
correct marks into the orchestration for the correct student.
That should be doable.
--
eliasen, representing himself and not the company he works for.
Re: Custom pipeline in a Orchestration webservice ... other message and implement your transform functionality.... In Orchestration my Receive shape receives the message type... But when i publish this Orchestration as a webservice.... (microsoft.public.biztalk.general)
Re: Consuming BizTalk webservice ... The web service exposed by your orchestration is not different from any other webservice. ... In your orchestration case the parameter you pass will be the message, from a XSD schema which is equivalent to a complex type in ..NET. ... Say for example a webservice is expecting an object of type Employee, then the client application needs to construct that object and pass it as a parameter, which will eventually get serialized in the wire format and transmitted to the webservice. ... calls all want this object of "rootNodeName" type. ... (microsoft.public.biztalk.general)
RE: Manual Invokation of orchestration from remote machine. ... I have a question regarding the orchestration as a webservice.... The wizard created the webservice which is in turn calling the ... >> BTSHttpReceive.dll is the piece that allows BizTalk to receive messages from HTTP. ... (microsoft.public.biztalk.general)
Re: Web Reference Problem ...BizTalk 2004 doesn't support array parameters in webservices directly in the ... component you call from the orchestration from an expression shape. ... Are you exposing the webservice and consuming it from the same biztalk ... or are this separate biztalk groups entirely? ... (microsoft.public.biztalk.general)
use of unconstructed message.. ... iam consuming .net webservice from orchestration and this webserivice takes ... two primitive data type parameters and returns int value to orchestration.... Once i tried to compile it is throwing compilation error "use of ...unconstructed message outmsg ". ... (microsoft.public.biztalk.general)