Program with Automation
Just finish a program in C# that will create a Web Service from a given SAP remote function call RFC or BAPI. That save me a lot of time and effort everytime.
This is how I did:
1: Create a ASP.Net DLL and register it as COM InterOP
2: This DLL should use EnvDTE assembly and all the IDE information will be passed on to the program interface
3: Create VSZ file and put it under C:\Program Files\Microsoft Visual Studio .NET 2003\VC#\CSharpProjectItems along with VSDIR file and icon file.
VSZ file
VSWIZARD 7.0
Wizard="SAPWSWizard.SAPWSWizard"
Param="TOOLDIR=C:\WebServiceShare\"
VSDIR file
CSharpSAPWS.vsz| |ADD SAP Web Service Item Wizard|270|#2264| |0|0|Service
That will do it.
浙公网安备 33010602011771号