Thank you Eduard, I didn't find any code called for CreateBusinessService.
The production I think is a generic, not an HL7 like I usually use.
If I run in a terminal the code you specified for the Business Service named "Weather" then I get no errors. Yet I still get the error.
If I create a new Business Server with the EnsLib.SOAP.GenericService I still get the error when I call to http://127.0.0.1:57774/esb/soap/EnsLib.SOAP.GenericService/GlobalWeather.asmx
Here is my web app setup in security:
Here is the Business Service configuration from the Production class
<Item Name="Weather" Category="" ClassName="EnsLib.SOAP.GenericService" PoolSize="0" Enabled="true" Foreground="false" Comment="" LogTraceEvents="false" Schedule="">
<Setting Target="Host" Name="TargetConfigName">Weather BO</Setting>
<Setting Target="Adapter" Name="AdapterURL">/GlobalWeather.asmx</Setting>
<Setting Target="Adapter" Name="EnableStandardRequests">1</Setting>
<Setting Target="Adapter" Name="Port"></Setting>
</Item>
- Log in to post comments