Hi Paul,
Thanks and your assumption is correct.I have removed the create statement and the assigning of dataobject to the datastore in nvf_member_search.
Now i have deployed the webservice and trying to access the values, still data is not coming.
But if i create a WPF target and import all the objects of the webservice to this WPF and there i am debugging and checking the output of the Nvf_member_search, the data is showing in the structure,
But when i am doing this things in the Webservice traget and deploying it.After getting the WSDL file ,i am checking this in the SOAP UI. But still no data is coming.
The body of the function of_member_search_ccnt
datastore lds_member2
lds_member2 = create datastore
lds_member2.dataobject = 'd_prx_local_member_search_by_member_id' // Data window having a Sql query ( No Stored procedure)
lds_member2.settransobject( sqlcare)
lds_member2.retrieve(al_cmcl_id,as_member_id)
ll_rows = lds_member2.rowcount( )
returns lds_member2 // returning a datastore
Can you please inform me
1> how can i save a datastore in debugging mode.
2> How can i debug a webservice target,
Regards
Subrat