How to use an external webservice in a codebehind for a macro
Hey guys.I amrelativelynew toUmbracoand have notmade manymacros.The ones I've madeso farare "basics"that are madein VisualStudio(2010) andthen moved to Umbracoinstallationfolder.They workjust fine:)
Iwill useUmbracoas a front-end (in the beginning), hereIpresent a productanda product-blog.In addition,I willlet the users login (to the backend server) through amacro.New usersshould also be ableto register (also to the backend server).This also occursthrough amacro.
I have created aweb serviceon ourbackendserver toreceivedata from thefrontend(Umbraco).I will alsocreate aweb service forusersto signin andforward theuser to the backendafterapprovedlogin.Again, I needtotake advantage ofexternalweb servicein amacro.
The questionis, howcan I dothis withoutContour?
In advance, thank youfor all the helpyoucan give.Itisappreciated bya beginnerinmacroandUmbraco:)
How to use an external webservice in a codebehind for a macro
Hey guys. I am relatively new to Umbraco and have not made many macros. The ones I've made so far are "basics" that are made in Visual Studio (2010) and then moved to Umbraco installation folder. They work just fine :)
I will use Umbraco as a front-end (in the beginning), here I present a product and a product-blog. In addition, I will let the users log in (to the backend server) through a macro. New users should also be able to register (also to the backend server).This also occurs through a macro.
I have created a web service on our backend server to receive data from the frontend(Umbraco). I will also create a web service for users to sign in and forward the user to the backend after approved login. Again, I need to take advantage of external web service in a macro.
The question is, how can I do this without Contour?
In advance, thank you for all the help you can give. It is appreciated by a beginner inmacro and Umbraco :)
Continue coding!
I actually got this to work. It was "only" to copy the bindings from the web.config file(Visual Studio) to web.config (Umbraco) and then copy the aspx + dll file into the umbraco installation (usercontrolls + bin)
Beautiful!
is working on a reply...