cancel
Showing results for 
Search instead for 
Did you mean: 

.Net Integration with ABAP web services

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,

there is a well known datatype BAPIRET2 but there is no such type (per default) called BAPI2RET. maybe you just have a typo in your .net code.

ad 1) given you mean 'after sucessfully running the webservice wizard and having released the webservice for the runtime' the answer is no, you don't have to do anything else.

ad 2) no. this is not required.

anton