biztalk

Publish biztalk service in separate biztalk server error


I am New to biztalk

I have created two way port and publish my biztalk project as a biztalk service in my local machine.
Then I have Created Small Client App and access the Biztalk app through published biztalk service. Successfully send the schema and received the response. But For same Application I have created an another web service in seperate server, which has biztalk.

I want the biztalk application in my local machine as it is , and access that biztalk application from seperate server biztalk service.

When I consumed the seperate server web service and try to call the web method, it says:

System.Web.Services.Protocols.SoapException: Internal SOAP Processing Failure

My Soap Transport Properties page web asmx:

/SampleBiztalkApp_Proxy/WebService_SampleBiztalkApp.asmx

My Soap Transport Properties page Public Address:

{RemoteMechineName}/SampleBiztalkApp_ProxyGID /SampleBiztalkApp_SampleOrchestration_PortRR.asmx

Is there any other configuration to do so?
If you have any idea about publishing biztalk service in seperate machine.
Thank's


Solution

  • BizTalk Server has to be installed and configured on the other machine as well. This is because the Receive Location is running in an Isolated Host within IIS but it's still BizTalk.