cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP web service integration with .Net

Former Member
0 Kudos

Hi Experts,

I have generated a web service from FM, and generated a WSDL from wsadmin transaction. but when i am trying to access this from visula studio 2005, it gives me a strange error saying Bapi2ret is undefined.

1) After generating WSDL is there any other step that we need to do before accessing the webservice from visual studio 2005?

2) Do we need to Publish this Enterprise Service repository? if yes please let me know the process to do so.

Thanks in advance.

Regards

Bharath

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Which particular FM have you generated a service for? If you go to SE37 in the SAP system and look at the function module it will likely have a parameter or table with the type BAPIRET2 which is the SAP standard structure for return messages from BAPI type function modules.

It looks like somehow and somewhere the name of the parameter has changed from BAPIRET2 to BAPI2RET maybe?

Gareth.