|
Home > Archive > BizTalk Server Orchestration > May 2004 > consuming/exposing webservice
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 |
consuming/exposing webservice
|
|
| Marco De Rossi 2004-05-30, 10:47 am |
| I should create an orchestration exposed as a web service that is called by an asp.net application, consumes a web service and returns the web service response back to the asp.net as it is. I tried with the a simple Hello world web service. The operation
the orchestration exposes does not return a string value. It instead returns a void. Every time I call this operation, I get the following error:
"System.Web.Services.Protocols.SoapException: Internal SOAP Processing Failure at Microsoft.BizTalk.WebServices.ServerProxy.ServerProxy.Invoke(String functionName, Object[] parameters, ParamInfo[] inParamInfos, ParamInfo[] outParamInfos....."
can someone tell me what is happening and which are the exact steps I should take to develop my orchestration?
Thank you
Marco
| |
| Marco De Rossi 2004-05-31, 4:54 pm |
| It was (partially my fault) :-). The soap error was caused:
1st) By a security issue (aspnet couldn't access biztalk database)
2nd) By an incorrect sequence of deploying orchestration, binding and starting, solved using biztalk documentation and biztalk explorer
did anyone use wse 2.0 with biztalk 2004?
P.S. Microsoft should really improve and automatize the orchestration deployment project :-(
|
|
|
|
|