Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics GP (Archived)

webHttpBinding configuration for GP Web Services??

Posted on by Microsoft Employee

We need GP web services to behave just like any other web service on the web. Normally, you consume web services from anywhere on the web. But we are having trouble getting GP web services to do this. We seem to only be able to consume web services from the local network, which is not what we need.

It seems like the default binding is wsHttpBinding, but this seemingly will not let us consume web services from other locations on the web. https://msdn.microsoft.com/en-us/library/ff624119.aspx

Would webHttpBinding allow us to consume these GP web services from the web? http://stackoverflow.com/questions/2650785/basichttpbinding-vs-wshttpbinding-vs-webhttpbinding

How do we configure GP web services to use webHttpBinding? Will this let us consume GP web services from the web? msdn.microsoft.com/.../ff624119.aspx

*This post is locked for comments

  • Verified answer
    Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: webHttpBinding configuration for GP Web Services??

    webHttpBinding is REST API.

    basicHttpBinding is for SOAP v1.1

    wsHttpBinding is for WCF.

    Accessing remote server using wsHttpBinding requires a fully qualified URL or IP address to be defined in the app.config.

    <endpoint address="1.2.3.4/.../GPService&quot;

    ...

    and you must supply proper credentials:

    wsDynamicsGP = new DynamicsGPClient();

    wsDynamicsGP.ClientCredentials.Windows.ClientCredential.Domain = "mydomain";

    wsDynamicsGP.ClientCredentials.Windows.ClientCredential.UserName = "myuser";

    wsDynamicsGP.ClientCredentials.Windows.ClientCredential.Password = "mypass";

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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,235 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans