cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy class template is not available

Former Member
0 Kudos

I have installed .Net connector 2.0.

I know that wizard is not available, but there is no template for proxy classes. I can only create sapwasdl files and add functions to them but classes are not created autimatically as described in faq-doc.

The following instructions was checked and are ok:

HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\CurrentVersion

This should contain a version, e.g. "1.4".

Then go to the subkey with this version (which MUST exist), e.g.

HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.4

It should contain a Value "JavaHome" that has to point to a valid directory where a JRE is installed. This directory must have a subdir "bin" with "Java.exe" in it.

please help!!!

Thanks

Alex

Message was edited by: Volker Schmitt

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

OK, there is no bug. It seems to be a strategy that classes are not generated.

Sorry

reiner_hille-doering
Active Contributor
0 Kudos

The classes <b>are</b> generated, but you usually don't see them: They are added to the project as child elements of the .sapwsdl file. Click on the "Show all files" button in the button bar of the Solution Explorer to see the files.

Former Member
0 Kudos

i see, thanx a lot!