Hello,
I wrote a DI Server Programm that works when the Server an Client are on the same PC.
But if I try from another Client to connect I get Error's.
I tryed also with the IP and different Ports, but no luck.
Send to the Server:
<?xml version="1.0" ?><env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Body><dis:Login xmlns:dis="http://www.sap.com/SBO/DIS"><DatabaseServer>TTDESKTOP\TTSQL</DatabaseServer><DatabaseName>RUECKER2</DatabaseName><DatabaseType>dst_MSSQL2008</DatabaseType><CompanyUsername>manager</CompanyUsername><CompanyPassword>Password</CompanyPassword><Language>ln_German</Language><LicenseServer>TTDESKTOP\TTSQL:30000</LicenseServer></dis:Login></env:Body></env:Envelope>
Received:
<?xml version="1.0"?><env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body><env:Fault><env:Code><env:Value>env:Receiver</env:Value><env:Subcode><env:Value>-131</env:Value></env:Subcode></env:Code><env:Reason><env:Text xml:lang="en">The TAO NT Naming Service has stopped</env:Text></env:Reason><env:Detail><Command>Login</Command></env:Detail></env:Fault></env:Body></env:Envelope>