Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...does it have "SOAP Web Services" in DotNetNuke?does it have "SOAP Web Services" in DotNetNuke?
Previous
 
Next
New Post
6/2/2006 3:05 AM
 

I'm a newbie and I wanna know SOAP Web Services' implemented in DNN or not. If the answer is Yes, how to implement Web Services in DNN.

thanks alot.

 
New Post
6/4/2006 12:38 AM
 

Implementing a web service in DNN is very possible and very easy.  All you need to do is create a basic DNN Module solution and then add your web service ASMX file to the solution.  The web service will be installed and then you can call it from another application or site.

If you want to be able to show a link to the web service in your DNN module then you can use the following code:


Private Function BuildWSLinkURL() As Control

Dim oHLink As HyperLink = New HyperLink

oHLink.NavigateUrl = "http://" & DotNetNuke.Common.Globals.GetDomainName(Request) & "/DesktopModules/" & Me.ModuleConfiguration.FriendlyName & "/" & "YourWS.asmx"

oHLink.Text = "Your WebService URL"

oHLink.Target = "_New"

Return oHLink

End Function


There are several modules at www.OnyakTech.com that include web services.  Check out the source code if you would like a quick start for your own implementation.



Professional DNN Extensions, custom solutions and mobile apps since 2003.
www.OnyakTech.com
 
New Post
6/4/2006 2:47 AM
 

Bad idea.

  1. FriendlyName != Foldername for most modules
  2. Use Common.Globals.ApplicationPath instead of http://" & DotNetNuke.Common.Globals.GetDomainName(Request)
 
New Post
6/22/2006 10:31 AM
 
Hello.  
As I make for loguearme like host, admin or another user from a webservice?
 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...does it have "SOAP Web Services" in DotNetNuke?does it have "SOAP Web Services" in DotNetNuke?


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out