Re: [Axapta-Knowledge-Village] How can we Connect PHP software to Axapta ,Is it Possible through business connector?

2007-01-09 Thread Luis Martinez
t; > Can you give me exaple code or any reference website to execute query or > class in axapta objects. > > Regards > Yahya > > > ----- Original Message ----- > From: Luis Martinez > To: > Axapta-Knowledge-Village@yahoogroups.com > Sent: Wednesday, January 03, 2007

Re: [Axapta-Knowledge-Village] How can we Connect PHP software to Axapta ,Is it Possible through business connector?

2007-01-08 Thread Yahya Yanto
: Wednesday, January 03, 2007 9:55 PM Subject: Re: [Axapta-Knowledge-Village] How can we Connect PHP software to Axapta ,Is it Possible through business connector? An example, retrieving customer information code. Observation: in my last post , I said to yours that had problems with com

Re: [Axapta-Knowledge-Village] How can we Connect PHP software to Axapta ,Is it Possible through business connector?

2007-01-04 Thread Luis Martinez
did you register Axapta Business Connector ? from Axapta Configuration Utility ? Axapta Configuration Utility > Business Connector > Register > Register Server Side DCOM or Register COM+ greetings. On 1/3/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > >Example COM with php AccountNum Nam

Re: AW: [Axapta-Knowledge-Village] How can we Connect PHP software to Axapta ,Is it Possible through business connector?

2007-01-04 Thread Steen Rabol
om > Betreff: Re: [Axapta-Knowledge-Village] How can we Connect > PHP software to Axapta ,Is it Possible through business > connector? > > > > Example COM with php AccountNum Name Address Phone Fax Dear > All, > > I wrote below code in PHP,i got this error ,anybody how

AW: [Axapta-Knowledge-Village] How can we Connect PHP software to Axapta ,Is it Possible through business connector?

2007-01-04 Thread Andreas Rudischhauser
we Connect PHP software to Axapta ,Is it Possible through business connector? Example COM with php AccountNum Name Address Phone Fax Dear All, I wrote below code in PHP,i got this error ,anybody how can i solve this error. Fatal error: Cannot instantiate non-existent class: com in /var/www

Re: [Axapta-Knowledge-Village] How can we Connect PHP software to Axapta ,Is it Possible through business connector?

2007-01-04 Thread [EMAIL PROTECTED]
Example COM with phpAccountNum Name Address Phone Fax Dear All, I wrote below code in PHP,i got this error ,anybody how can i solve this error. Fatal error: Cannot instantiate non-existent class: com in /var/www/html/demos/traniee/phpCOMExample.php on line 30

Re: [Axapta-Knowledge-Village] How can we Connect PHP software to Axapta ,Is it Possible through business connector?

2007-01-03 Thread Luis Martinez
An example, retrieving customer information code. Observation: in my last post , I said to yours that had problems with com connector... peculiarly with php does not appear to me any error (Apache + php)... but with IIS (Internet Information Server) yes, any Idea about it ? greetings. **

AW: [Axapta-Knowledge-Village] How can we Connect PHP software to Axapta ,Is it Possible through business connector?

2007-01-03 Thread Andreas Rudischhauser
llage@yahoogroups.com Betreff: [Axapta-Knowledge-Village] How can we Connect PHP software to Axapta ,Is it Possible through business connector? Dear all, I can connect .NET to Axapta using Business connector(Using IAxapta... Interfaces ). I have one functionality in which we need to connect PHP sof

[Axapta-Knowledge-Village] How can we Connect PHP software to Axapta ,Is it Possible through business connector?

2007-01-03 Thread [EMAIL PROTECTED]
Dear all, I can connect .NET to Axapta using Business connector(Using IAxapta... Interfaces ). I have one functionality in which we need to connect PHP software to Axapta using Business connector ,Is it possible ,if possible how can I connect PHP to Axapta Using Axapta Business connector.