Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. admin.asmx --SharePoint Services

admin.asmx --SharePoint Services

Scheduled Pinned Locked Moved Visual Basic
csharpsharepointwcftestingbeta-testing
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    FriendlySoluations
    wrote on last edited by
    #1

    Hi guys I am getting a soap exception in creation of a site in wss , this is the following code. Dim siteURL As String = "http://servername:4000/sitename" Dim siteTitle As String = "TestSite" Dim sitedes As String = "Site for testing" Dim lcid As Integer = 1033 Dim SiteTemp As String = "STS#2" Dim adminService As New AdminSer.Admin() adminService.Credentials = New Net.NetworkCredential("admin", "pass", "workgroup") adminService.CreateSite(siteURL, siteTitle, sitedes, lcid, SiteTemp, "workgroup\admin", "adminName", "", "", "") Not sure what is happening, any inner exception is nothing. Any pointer is appreciated. Thanks

    D 1 Reply Last reply
    0
    • F FriendlySoluations

      Hi guys I am getting a soap exception in creation of a site in wss , this is the following code. Dim siteURL As String = "http://servername:4000/sitename" Dim siteTitle As String = "TestSite" Dim sitedes As String = "Site for testing" Dim lcid As Integer = 1033 Dim SiteTemp As String = "STS#2" Dim adminService As New AdminSer.Admin() adminService.Credentials = New Net.NetworkCredential("admin", "pass", "workgroup") adminService.CreateSite(siteURL, siteTitle, sitedes, lcid, SiteTemp, "workgroup\admin", "adminName", "", "", "") Not sure what is happening, any inner exception is nothing. Any pointer is appreciated. Thanks

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      ...and the Exception would be ____??????

      A guide to posting questions on CodeProject[^]
      Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
           2006, 2007, 2008

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups