web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics GP (Archived)

The caller was not authenticated by the GP Service

(0) ShareShare
ReportReport
Posted on by

Dynamic GP 2013 Setup successfully done at server (Windows Server 2008 R2). Database auto created on SQL Server 2008 R2. Services are created and these are running.

Taking a console application on Visual Studio 2012 and added the Web Service of Dynamic GP. http://IP:48620/Dynamics/GPService/mex

Use a sample code to test which are given bellow:

using System;

using System.Collections.Generic;

using System.Linq;

using System.Text;

using System.Threading.Tasks;

using  WebServiceConsoleApp.DynamicGPAtTen;

using System.ServiceModel; 

namespace WebServiceConsoleApp

{

    class Program

    {

        static void Main(string[] args)

        {

            CompanyKey companyKey;

            Context context;

            Vendor vendor;

            VendorKey vendorKey;

            Policy vendorPolicy; 

            // Create an instance of the service

            DynamicsGPClient wsDynamicsGP = new DynamicsGPClient(); 

            // Create a context object with which to call the web service

            context = new Context(); 

            // Specify which company to use (sample company)

            companyKey = new CompanyKey();

            companyKey.Id = (-1); 

            // Set up the context

            context.OrganizationKey = companyKey; 

            // Create a new vendor key

            vendorKey = new VendorKey();

            vendorKey.Id = "TstVndr0001"; 

            // Populate the vendor object

            vendor = new Vendor();

            vendor.Key = vendorKey;

            vendor.Name = "TestVendor0001"; 

            // Get the create policy for the vendor

            vendorPolicy = wsDynamicsGP.GetPolicyByOperation("CreateVendor",  context); 

            // Create the vendor

            wsDynamicsGP.CreateVendor(vendor, context, vendorPolicy); 

            // Close the service

            if (wsDynamicsGP.State != CommunicationState.Faulted)

            {

                wsDynamicsGP.Close();

            }

        }

    }

}


After running application it gives following error message:

The caller was not authenticated by the service.

Any idea to solve?

Detail info on Image


 


*This post is locked for comments

I have the same question (0)
  • Community Member Profile Picture
    on at

    Hi,

    I was also getting the same error. Did you solve this? Please help.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > 🔒一 Microsoft Dynamics GP (Archived)

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans