[Axapta-Knowledge-Village] Web Service accessing the COM connector, login issue

2006-01-12 Thread Eric Rouse
Hi all, I'm currently working on writing a Web Service that will reside on our production server. The problem I'm having is I get back an error from the logon method stating that it didn't find the configuration I supplied. I figured that was easy, I'll just create a new domain account, log i

Re: [Axapta-Knowledge-Village] Web Service

2005-05-27 Thread Varden Morris
Hi Brandon   Check this link:   http://msdn.microsoft.com/library/default.asp?url="">   Varden MorrisBrandon George <[EMAIL PROTECTED]> wrote: Hello All!       I have created a Class in Axapta that I need to access through COM / Axapta Business Connector. I am going to be using C# to create a

[Axapta-Knowledge-Village] Web Service

2005-05-26 Thread Brandon George
Hello All!       I have created a Class in Axapta that I need to access through COM / Axapta Business Connector. I am going to be using C# to create a web service that wraps this class, so I can expose it to the rest of our applications / web site.   Does anyone have the syntax and what is