Dynamic GP 2013 installed successfully at Windows Server 2008 R2. Database auto created on SQL Server 2008 R2. Services are created and these are running.
In a console application of Visual Studio 2012 adding the Web Service of Dynamic GP. http://IP:48620/Dynamics/GPService/mex Classes and methods shown in solution.
After running application it gives errors. One to solve give another error as like:
- The caller was not authenticated by the GP Service
- Web Service of Dynamic GP: An unsecured or incorrectly secured fault was received from the other party
- There was no endpoint listening GPService that could accept the message. This is often caused by an incorrect address or SOAP action
- Dynamic GP: The remote endpoint has sent an unrecognized fault with namespace
- Also got a lot of error which are fixed by taking help of forums/blogs...
How to confirm application can read/write data from GP using the web service?
*This post is locked for comments