cancel
Showing results for 
Search instead for 
Did you mean: 

dot net webservice consumption in web dynpro

Former Member
0 Kudos

I have simple web service created in VS2005 in dot net which has a method named "getStaffNumber" .

After creating the model using adaptive webservice method and choosing WSDL source as Local file system/URL . In the next screen , in define logical destinations , I choose use destinations for metadata and execution and gave metadata and execution destinations . In next screen I gave WSDL url and user Id and password .

Now proxies got generated as under

getStaffNumber , getstaffnumberResponse , Request_getstaffnumber ,Response_getstaffnumber .

I am now confused as to which proxy should be mapped to controller node . Can anybody please guide ?

I am using netweaver 7.1

I am also looking for how to access http destinations in model .

Thanks in advance

NPB

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

sometime you could have a problem on wsdl compatibility. If I remember you have to edit it and replace parameters by parameter (without the s) ....

Former Member
0 Kudos

I am not having problems with WSDL . My question is for one simple method how can there be so many proxy classes ? . If It has to be generated , which class has to be mapped to context ? I am also looking for a sample application .

Thanks in advance

Answers (0)