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

HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...Add a webservice for User Admin?Add a webservice for User Admin?
Previous
 
Next
New Post
4/13/2012 6:55 PM
 

I successfully added a web service to my DNN site:
http://www.dotnetnuke.com/Resources/B... 

My goal is to allow our customer service agents access to portal user accounts from an internal web app. I was thinking that if this web service were hosted on the DNN site, I wouldn't have any problems. However just trying to get user information returns an error that memberProvider is null/nothing:

Public Shared Function GetUserById(ByVal portalId As Integer, ByVal userId As Integer) As UserInfo
        Return memberProvider.GetUser(portalId, userId)
End Function

I'm not sure how to create an instance of memberProvider. Is this caused by some configuration setting I need to include in the web.config? What am I missing?

Any suggestions are appreciated. Thanks


 
New Post
4/14/2012 12:33 AM
 
   memberProvider has its context. It has no problem if you call it on dnn app because dnn knows how to initialize it. However, when you call directly it from external application, you will get error because it has no way to know how to initialize it.

    Maybe you can create a aspx page which inherit from DotNetNuke.Framework.PageBase, pass some parameter to let it carry your actions, then you can call that page from your own app. Of course, I believe web services can also do same things.

Over 20 + professional dnn modules for News Article, Store, Video Gallery, Photo Gallery, Ultra Flash Player,YouTube Video, Image Slide show, Skin Chameleon and much more from DnnModule.com
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...Add a webservice for User Admin?Add a webservice for User Admin?


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