cancel
Showing results for 
Search instead for 
Did you mean: 

data type SapProxy in .net connector

Former Member
0 Kudos

Hi, i just want to know how is correct to work with SapProxy data type (.net connector 2.0 in visual studio 2003.)

I want to use more bapi functions but if i add more bapis to one sapProxy data type, that constructor of sapProxy raise an exception. But no everytime

If i create different sapProxy data types for diferent bapis it work properly, but i need to use so many bapis and i will have equal many sapProxies data types. Is there some else possibility. Thank for your ideas. Palo

Accepted Solutions (0)

Answers (1)

Answers (1)

reiner_hille-doering
Active Contributor
0 Kudos

You can add as many BAPIs to your proxy as you like. There was a problem with the originally shiped version of NCo that sometimes caused XML-Namespace collisions. This is fixed in the patch available in OSS note 506603.

Former Member
0 Kudos

Thank you i fix it, it work properly now.

Former Member
0 Kudos

Where can I downlaod the Patch 506603