Re: SV: SV: [Axapta-Knowledge-Village] Axapta Com PHP

2009-03-12 Thread nicoschueller
Super! This is a very big help for me! Thanks! --- In Axapta-Knowledge-Village@yahoogroups.com, "Steen Rabol" wrote: > > Yes a XML document as parameter > > > > > > e.g > > $xml = ""; > > $xml .= ""1234567"; > > $xml .= "Customer name"; > > $xml .= ""; > > > > Then > > >

Re: SV: [Axapta-Knowledge-Village] Axapta Com PHP

2009-03-11 Thread nicoschueller
Thank you for your answer. Did you mean a php xml document as one parameter? Can you explain a litte bit more, please? --- In Axapta-Knowledge-Village@yahoogroups.com, "Steen Rabol" wrote: > > You could also use a XML document as parameter which can contain _MANNY_ > parameters J >

Re: SV: [Axapta-Knowledge-Village] Axapta Com PHP

2009-03-11 Thread nicoschueller
Thank you for your answer. Did you mean a php xml document as one parameter? Can you explain a litte bit more, please? --- In Axapta-Knowledge-Village@yahoogroups.com, "Steen Rabol" wrote: > > You could also use a XML document as parameter which can contain _MANNY_ > parameters J > > >

[Axapta-Knowledge-Village] Axapta Com PHP

2009-03-10 Thread nicoschueller
Hello, i have create a php-site with connect to Axapta com connector. It works fine up to 6 parameters. OK i known that i must use a parameterlist for more parameters, but i can't create it in php. In VBA ist works fine. PHP $axa=new COM("AxaptaCOMConnector.Axapta2") or die("Cannot start axa f