It looks like you're new here. Sign in or register to get started.
thegunzo wrote: @abhi1901 for PHP you can look herehttp://www.dynamics.is/?p=390 and here for php and javascripthttp://blogs.msdn.com/b/freddyk/
thegunzo wrote: Have you published the customer list page ? How does your WSDL look like ?
Comments
for PHP you can look here
http://www.dynamics.is/?p=390
and here for php and javascript
http://blogs.msdn.com/b/freddyk/
Gunnar Gestsson
Microsoft Certified IT Professional
Dynamics NAV MVP
http://www.dynamics.is
http://Objects4NAV.com
Thank you for your reply. it was very helpful.
I tried to use PHP from the above blog and now it is showing me soap error..
How does your WSDL look like ?
Gunnar Gestsson
Microsoft Certified IT Professional
Dynamics NAV MVP
http://www.dynamics.is
http://Objects4NAV.com
MESSAGE('%1',GetCustomer('740'));
//MESSAGE('hi');
GetCustomer(CustNo : Code[20]) MyVar : Text[50]
IF Customer.GET(CustNo) THEN
EXIT(Customer.Name)
ELSE
EXIT('Not Found!');
This is the CU I have written. and I want the output of this in browser.. Do I have to do anything in CU?