Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > Biztalk
|
Biztalk General discussion about Biztalk server.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Biztalk section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 27th, 2004, 05:34 AM
Registered User
 
Join Date: Aug 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Problem in using BizTalk Orchestration as WebServi

Hi,
I developed a very simple orchestration which is receiving a message (InputSch) and transfer this message to output message (OutputSch) and sends it to output port. I have created a two dimensional port (I shall receive a request and send a response) type port. I exposed this orchestration as web service.

Then i developed a simple Web Application in .net, then added the web reference to this orchestation service. Then i declared the the objects for my orchestration port, input scheman and output schema, (the code is)

serviceorch.serviceprj_serviceorch_FutPort obj = new serviceorch.serviceprj_serviceorch_FutPort();
            serviceorch.inputsch input = new serviceorch.inputsch();
            serviceorch.outputsch output = new serviceorch.outputsch();


then i run my application. Till now every thing is ok. i mean service is accesed and the service variables created without any error.

But when i call function (ReturnOutputSch) which takes "InputSch" (which is my input schema) type object as input and return "OutputSch" (which is my output schema) as output of the function, (the code is)

output = obj.ReturnOutputSch(input);

and now after adding this code to my web application when i run my web application i get the following error in my browser

Line 38: object[] results = this.Invoke("ReturnOutputSch", new object[] {

I dont have any idea about what is the problem. If u have any idea about this probelem then plz share it with me.
With tnx in advance.
Bye





Similar Threads
Thread Thread Starter Forum Replies Last Post
BizTalk Orchestration terminated Suddenly gmk51080 Biztalk 0 August 4th, 2008 03:07 AM
question:biztalk 2004 subscription/orchestration pratdevil Biztalk 1 February 21st, 2006 05:11 AM
Sending message to Biztalk Orchestration from WS debsoft Biztalk 0 September 2nd, 2005 05:23 AM
BizTalk 2004 orchestration failover question johnbaa Biztalk 0 November 23rd, 2004 09:46 AM
How to start Biztalk orchestration from .NET code? omshaath Biztalk 1 October 1st, 2004 09:08 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.