Hi Gurus,
I am new to Biztalk, so I started to call a simple web service(HelloWorld) in Orchestration, I have developed an orchestration that call hello world web services. In Orchestration, I placed a Receive that can receive a msg type of Helloworld_Request. then It passed to a Send msg that calls the web service (HelloWorld Operation) and receives response from the service. and send the output to port. I deployed it and published as web service. I call this service in web application, It is throwing SoapException: Internal Soap Process Failure. What might be the problem?
Thanks and Regards
Venkat.