Options

PHP and WebServices

ex_gjrmex_gjrm Member Posts: 3
edited 2010-05-28 in NAV Three Tier
Hi,

I've tried to connect to Dynamics Nav by PHP to Read a Customer and show information of the Customer Table. I read information of how to do it in Freddy's Blog and it helped me a lot. (Thanks Freddy!!!). It worked.

But now I need to Create a new Customer instead of Read it. I've tried it in C# and it was so easy because of (after adding a WebSevice) I could create a Customer class, then added properties and execute the CREATE method. But in PHP I can't do it.

Somebody can help me??

Thanks.

Comments

  • Options
    kinekine Member Posts: 12,562
    What deoes it mean "But in PHP I can't do it."? Some error, some syntax problems, you do not know how to write it...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • Options
    ex_gjrmex_gjrm Member Posts: 3
    Hello Kamil,
    Can you give us an example to create a Customer in NAV with the method Create.
    I don´t know how we pass the parameters in PHP to the method Create(Customer)

    Thanks
Sign In or Register to comment.