on 2016 Nov 16 9:14 AM
Hello everyone! I'm facing an issue with SAP B1 DI Server. I'm developing a webservice using wsdl references from DI Server. I referenced the wsdl files in my project and everything seems to work fine. But, when I try to connect to B1 I systematically get an error saying that I can't connect to Business One.
I've checked:
1.- Di Server License: I didn't have it, but asked for it and installed it.
2.- SBO DI Server: Up & Running
3.- TAO NT Service: Up & Running
What is most strange is that yesterday I tested the same code from my WS and it worked beautifully. Today when I try to perform another test it crashed. Any thoughts? Many Thanks! K.R
Hello All!!
When I reference the wsdl files on my project, by default, it uses the name "localhost" to refer to the location of this ws.
What I did was that, once I referenced the ws on my code,I changed the URL using the real IP address:
Dim oCompanyService As CompanyService (This refers to CompanyServer.wsdl)
oCompanyService = New CompanyService()
oCompanyService.Url = "http://192.168.2.4:4532/B1WS/Service.asmx" --->Originally here, by default, the system use localhost
Doing this, there are no more connection problems and the service works smoothly
Many Thanks!
K.R
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you post your code? But first, I want to know if you have DI Server license?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try to restart SLD and License manage and see if it'll work
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
98 | |
8 | |
6 | |
6 | |
5 | |
5 | |
4 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.