cancel
Showing results for 
Search instead for 
Did you mean: 

How to create a *.bat file to call a SAP service

Former Member
0 Kudos

Hello,

How to creat a *. bat file to call a SAP service?

I have create a couple of SAP services that I want to call from a *.bat file.

Is there a way to do this?

Thanks,

Steve

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi steve,

1) create a java project

2) create a webservice proxy

3) create a class and implement the main() to call the webservice

4) write your .bat file, like java [package].[class]

@saphelp about webservice proxies:

http://help.sap.com/saphelp_nwce10/helpdata/en/45/113a1221337249e10000000a155369/content.htm

hth,

jens