Populate Control by WCF Service method

  • 27 January 2016
  • 1 reply
  • 2 views

Badge +3

Hi Team 

 

I need to call one WCF web service method to populate the drop down conctrol

Please assit me on this 

 

I see some post that we need to create SmartObject for same by registering the same on SmartObject Service Tester Utility then can generate SO

 

Will this also generate all methods that is already there in Web Service

 

 

 

K2 Version : 4.6.11

WCF is deployed on different server (outside k2)


1 reply

Userlevel 3
Badge +8

Dear , 

 

I have the same scenario here , we got WCF on another server ,

We created "Proxy" dll , and we give it the URL for the WCF , we consume the data as XML and then parse it , and save it into our DB table as objects ,

Then we use that table to create smart objects from , and use these smartobjects in our ddl / lists as data source .

 

Hope this helps

Best regards.

Reply