Skip to main content

We have some web services already in production that I'd like to wrap a smartobject around. I download the dynamic web service SO from here:


http://www.k2underground.com/groups/dynamic_web_service_smartobject_service/media/p/29976.aspx


and placed the dynamicwebservices.dll in the ServiceBroker folder. I opened the BrokerManager.exe and Configure Service and then Registered a New Service Type.I followed the tutorial from this site:


http://blog.myitechnology.com/2009/07/how-to-create-k2-smartobject.html


but the Dynamic web service smart object in the workspace is not prompting me for a URL like the tutorial suggests. Is this a workspace issue or an issue with the dynamicwebservice.dll. Is there a better to accomplish this?


My service is a WCF service built on the 4.0 framework. The service itself runs fine in my other non K2 apps


thanks

Two issues here. I had to rebuild the project using the updated SDK.dll in the ServiceBroker folder. That gave me the URL parameter. But it still failed after putting that parameter in. Looks like this Dynamic Web Service was not constructed for WCF services. ONce i tried this with an asmx I received the prompts I was looking for and it works.


Is there something out there for WCF services?


There is an older WCF service on blackmarket, not sure if it will help.


 


http://www.k2underground.com/groups/dynamic_wcf_service/media/default.aspx


 


 


Reply