View Cart|Wish List|Login|Register | Thursday, February 09, 2012
 
 Search   ..:: Support &
    Service
  Forum
::..
 
    Minimize
www.catalooksupport.com ::: another place for CATALooK.netStore support

    Minimize
SearchForum Home
     
  DotNetNuke  CATALooK.netStore  Issue in creati...
 Issue in creating advanced category from web service
 
 3/17/2010 5:50:36 AM
salaro
11 posts
www.salaro.com


Issue in creating advanced category from web service
In catalook 6.0.8 version using web service, We have created standard categories and products using web service, its working fine. But, while creating advanced category as below code in local machine for testing using your sample code based.
Dim strmessage As String
Dim remote As New CATALooKRemote.RemoteController
remote.Url = "http://localhost:49456/DNN522_Catalook608/DesktopModules/CATALooKStore/Remote.asmx"
If remote.Login(0, "host", "dnnhosttrs") Then
  
            Dim objAdvCatInfoRemote As CATALooKRemote.AdvCatInfoRemote
            objAdvCatInfoRemote = New CATALooKRemote.AdvCatInfoRemote
            objAdvCatInfoRemote.name = "Test Advanced Category 1"
            objAdvCatInfoRemote.advcatimportid = "TAC1"
            objAdvCatInfoRemote.authorizedroles = "All Users"
            objAdvCatInfoRemote.iconfile = ""
            objAdvCatInfoRemote.disabled = False
            strmessage = remote.AddUpdateAdvancedCategory(objAdvCatInfoRemote)
           
            If strmessage <> "" Then
                Label2.Text = String.Format("Error: {0}", strmessage)
            Else
                Label2.Text = "Adv.Category updated successfully"
            End If
        Else
            Label2.Text = String.Format("Error: {0}", "Login Failed")
End If
It shows the error message as below:
Error: err1
Please could you give your support to solve this error, if anything missing in our side. Thanks
  DotNetNuke  CATALooK.netStore  Issue in creati...

    Minimize
www.excommerce.com ::: eXcommerce are a dedicated reseller of Catalook. If you want the features of catalook without the hassle of setup and maintenance and want some extra support options please check our services.
      

References / Live Stores | Forum | Trial Downloads | Resource Directory | Release History | Support Requests | Referral Program | Contact
CATALooK |  Terms Of Use |  Privacy Statement
Copyright 2002-2010 CATALooK