Skip to Content
0
Former Member
May 30, 2008 at 04:28 PM

B1WS Web services Wrapper

95 Views

Hello,

I Recently downloaded and installed WEB SERVICES WRAPPER ( B1WS)

installation went fine i configured my IIS server to accept B1WS

all seems fine but when i try to use the loggin function

u2018 Create Service WebReference 
  Dim login As LoginService = New LoginService 
' service command login call 
 sessionID = login.Login( 
"localhost",  
"COM_OBS_AUT_TEST",  
LoginWebRef.LoginDatabaseType.dst_MSSQL2005, true, 
"sa", "xx",  
"manager", "manager",  
LoginWebRef.LoginLanguage.ln_English, true, 
"localhost:30000")

I get an exception thrown which reads the following

LOGIN ERROR ENV: RECEIVER 100000001 Connection with liscense server failed.

this is a new tool availible from sap and i tried to get support direcetly from SAP but they never heard of this nor support it.

Anyone have this issue? am i missing a step in my configuration?