Options

Parameter from Sharepoint to web service

nightrodnightrod Member Posts: 68
edited 2009-11-28 in Navision e-Commerce
Hi,

I am using Microsoft Sharepoint Designer to create a Page with Dynamics Nav 2009 SP1 data.
Created a web part and created a XML web services connection to the Dynamics Nav page Customer List web service.
This works OK.
The only problem is that in the xml web service connection i need to set a parameter for Customer Number.
So i enter a customer number in the xml web service connection for the first record.
when i run the sharepoint page it only shows me the first record.
How can i set the parameter to show me the complete list of records.
i have tryed to us a *
i have tyred to use FirstNo..LastNo
But no succes.
Who can help me with this.
There is also no information about this setup found on google.
Thanx #-o

Comments

  • Options
    Ashish_GuptaAshish_Gupta Member Posts: 56
    hi
    if you are using READ method of navision webservice then we can only read single record but if you are using READMULTIPLE method then there are 3 parametere to pass (filter,bookmark,no of records) you simply pass (null,null,0) then you got whole list of customers from customer table.
    Ashish Gupta
    Navision Technical Consultant
Sign In or Register to comment.