GSM-Forum

GSM-Forum (https://forum.gsmhosting.com/vbb/)
-   GSM Programming & Reverse Engineering (https://forum.gsmhosting.com/vbb/f83/)
-   -   NOKIA SERVICE - Webservice (https://forum.gsmhosting.com/vbb/f83/nokia-service-webservice-1367766/)

ligteltelecom 10-21-2011 17:50

NOKIA SERVICE - Webservice
 
Hi,

I tried to use these webservices, but no success!
https://www.caresuite.nokia.com/care...CareSuite?WSDL
https://www.dsut.online.nokia.com/oti/CareSuite?WSDL
https://www.dsut-qa.online.nokia.com/oti/CareSuite?WSDL

I got this error below:
http://www.ligteltelecom.com.br/NOKI...VICE_ERROR.JPG

Can Anyone help me?

frozenice 10-21-2011 19:15

use the WSDL importer wizard from your delphi IDE
then yuse HTTPRIO as your web services client then
you can specify from there your WSDLLocation param

for your to read something about
Creating a Web Service Client with Delphi


tool you can refer to and use
SOAP Client and Debugger



good luck :)



try to use C# it will be much more easier to work with the Soap services..

ligteltelecom 10-21-2011 19:54

Quote:

Originally Posted by frozenice (Post 7821270)
use the WSDL importer wizard from your delphi IDE
then yuse HTTPRIO as your web services client then
you can specify from there your WSDLLocation param

for your to read something about
Creating a Web Service Client with Delphi


tool you can refer to and use
SOAP Client and Debugger



good luck :)



try to use C# it will be much more easier to work with the Soap services..


I tried for WSDL IMPORT same
But got this error.

orbita 10-23-2011 16:32

You forget about SSL. ;)

By default delphi not support SSL, use INDY or other libraries.

ligteltelecom 10-23-2011 21:50

My C# code below:

My function getsID (it will take the value of JSESSIONID)

Code:

public string getsID()
      {
              string sID = "";
              string site = "https://www.caresuite.nokia.com/caresuite/get_params.do?application_id=2";
              HttpWebRequest request = (HttpWebRequest)WebRequest.Create(site);
              request.CookieContainer = new CookieContainer();
              HttpWebResponse response = (HttpWebResponse)request.GetResponse();
              response.Cookies = request.CookieContainer.GetCookies(request.RequestUri);
             
              foreach (Cookie cky in response.Cookies)
              {
                  Console.WriteLine(cky.Value);
                  sID = cky.Value;
                 
              }

              return sID;
      }


Code:

private void button1_Click(object sender, EventArgs e)
        {  Funcoes fs = new Funcoes();
            careSuite.POSTI_CareSuite_Interface cSuite = new careSuite.POSTI_CareSuite_Interface();
            string products = "86024CAD1E83101D97359D7351051156";
            string sID = fs.getsID();
            cSuite.GetProductList(sID, products);
        }


I got this error "{"Unable to connect to the remote server"}"


ligteltelecom 11-02-2011 12:11

anyone help me?
I want get product list of the server.


All times are GMT +1. The time now is 04:47.


vBulletin Optimisation provided by vB Optimise (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
- GSM Hosting Ltd. - 1999-2023 -

Page generated in 0.13809 seconds with 7 queries

SEO by vBSEO