Skip to main content

Hi all,

 

Currently, if your smartobject calls a webservice you need to have the binding and endpoint of that web service in the hostconfig file. Is it possible to seperate this out into a new config file and have a reference to the new file in the hostconfig file. Similar to how you can do it with appsettings.

 

You just do 

 

<appSetting filename="">

 

Thanks in advance

Hi,

 

I think you can do that as long as web service is working on hosted machine and able to perform operations.

K2 creates ServiceObject in server and generate execution file in K2 server. From there you can call your web method.

 

So I don't see any issue with separating webconfig file using <appSettings>

 


Thanks for your reply.

 

I dont think I understand. So how do I link the seperated endpoints and bindings with the hostserver config file.

 

 


Reply