Search Result

Collapse
17 results in 0.0044 seconds.
Keywords
Members
Tags
web service
  •  

  • consuming a WCF RESTFUL web service with sencha touch 1

    SALAM all.
    i'm doing a cross mobile app using sencha touch 1 and i want to consume a RESTFUL web service that i made it with WCF.
    the link ti my web service is "localhost: 8732/log/log/admin/pass/admin" and in my sencha touch 1 app, i add this code
    Code:
    Ext.Ajax.request({
       url: 'http://localhost:8732/log/log/admin/pass/admin',
      success : function(response, opts) {
          var obj = eval('('+
    ...
    See more | Go to post

  • why the SOAPPY for client is only using http 1.0

    How come SOAPpy for client in Python is only using 1.0, Is there a way to force it to use http 1.1 since the server web service in using soap1.1

    Regards,

    Peter Zhou
    See more | Go to post

  • C++ back end. Web based front end. Best option

    Hello everyone

    I have develop a plugin based Job scheduler in C++. This program is console based and multiplatform. Implements a list and the plugins have the logic of the job, the program only sequence or parallel the jobs.

    I need a front end for monitor the queue status, change jobs priorities, etc... not only monitor, and I don't know exactly how to process.

    I have develop a little front end with WebToolkit...
    See more | Go to post

  • How to Pass an Array from Perl Soap::Lite to a C# Web Service

    I had a lot of problems doing this, so when I finally got it to work, I thought I would share the wealth. I was really trying to pass a file from a Perl script to a C# web service, but it never worked. The best I could do was passing the contents of the file as an array, and even that was no picnic.

    So you need to install Perl, and then the Soap::Lite package. I am working in both AIX and Windows.

    Compose a Perl script...
    See more | Go to post
    Last edited by numberwhun; Dec 6 '10, 10:50 PM. Reason: Please Use Code Tags!!

  • aarti369
    started a topic web service wrapper for an executable

    web service wrapper for an executable

    Hi,
    I have some executable for some application. I want to create a web service wrapper for these executable. For that I came to know that I should create a program to communicate with .exe files that means I should create an API. Is it the right way to create a web service wrapper. If yes then how can I create a program to communicate with exe files. If suppose I have an executable for a calculator program then how can create a program communicating...
    See more | Go to post

  • AndrewK
    started a topic Problem Calling ASP.NET Web Service from SAP

    Problem Calling ASP.NET Web Service from SAP

    I've developed a fairly simple web service which receives an xml string, validates it and passes it on to our internal database.
    This has been written to enable one of our clients to send us idocs from their SAP system.
    The trouble is that, although the web service works fine from a .net program, over the internet, the client's SAP system can't access it. They either get just an http 200 back (rather than the status code that the web...
    See more | Go to post

  • Referring to a Local Machine from a WebService

    Hi there,

    i have a simple application which connects to a web service and then this web service creates a file on the machine which the application was accessed on...

    the problem i have though is that when i use the web service im not sure how i need to or the format to refer to the local machine (i.e do i use machine name, the IP address??) in order to save the file to this local machine.

    Any help would...
    See more | Go to post

  • barmatt80
    started a topic Null values and web service

    Null values and web service

    I am stumped on a web service.

    I have a web service that calls a sql stored procedure. the procedure has 1 input and 20 output paramenters.

    I can call the stored procedure just fine and it works, but the problem i am having is values in the database are null values.

    How do i handle this so it does not kill my web service?

    Thanks for the help
    See more | Go to post

  • Shobhit Kr
    started a topic Mobile PDA Clinet

    Mobile PDA Clinet

    I designed an application using the VB.NET Web Service and .NET VB Based Client for the PDA WinCE 5.0 OS, Web Service is connected and Hosted on the Database server and i am using SQL2005 Database, I am using the Web Methods from the PDA Clinet and All are working fine on WLAN Environment.

    My PDA Application is hanging if PDA is out of reach of WLAN, and its not connecting to IIS SERVER Release until i will not restart the Server Machine...
    See more | Go to post

  • CustomerReferences entry not included in FedEx web service request generated via PHP

    I am working on this FedEx web service integration project for some time. I am using PHP to make calls to the FedEx server. Everything seems to be working properly.

    But I am having problems with CustomerReferen ces fields appearing in the original fedex request that is sent to the server. I am using the ShipService_v7. wsdl. I asked FedEx tech support saying that would not be able to help with PHP code. But my problem is even the sample...
    See more | Go to post

  • para15000
    started a topic Conversion error in web service

    Conversion error in web service

    Hello,

    I am working on a single sign on sollution for two different websites.
    I am trying to make the methods in my customized(over riden) provider post to a web service and get the results from it so that the same login.

    It works for most methods but there are ones that return System.We.Secur ity sp3ecific objects that fail. For example

    Code:
    public override MembershipUser GetUser(object providerUserKey,
    ...
    See more | Go to post

  • tonysmith99
    started a topic XSD file for Web Service Input
    in .NET

    XSD file for Web Service Input

    Hi ,

    This question is for .Net 2005.

    I'm creating a .Net application which will receive the input from the business users as an XML file and it will pass the input to the java web service.

    The java web-service has around input 300 fields. I have added the web reference of the java web service in the .Net project. This has generated WSDL file, Web service XSD file and its class file.

    Now,...
    See more | Go to post

  • gjones
    started a topic Using a web service in Visual Studio 2003

    Using a web service in Visual Studio 2003

    Hi,

    I am new to web services but I have been asked to connect to an external web service through Visual Studio 2003.

    The problem that I have is that the company who developed the web service have not and will not publish their WSDL online and the web service is in the form of a .svc file.

    The other problem is that I have to go through a proxy server for external access.

    I have created a...
    See more | Go to post

  • barmatt80
    started a topic Web service to call sql stored procedure

    Web service to call sql stored procedure

    I don't know if this is the right part of the forum. But.... I have been working all night trying to create a web service to call a stored procedure in sql server 2008. The stored procedure calls a linked server to a db2 database that accepts 1 integer and returns 6 variables.

    The end result would be publish the web service to our sharepoint servers. This is not a problem.

    I am just trying to wrap my head around...
    See more | Go to post

  • Launching app from website, retrieving query string info

    I'm trying to launch my C# app from a website and send it some query parameters like so: http://www.test.com/app.application?...t&param2=test2

    According to: http://msdn.microsoft.com/en-us/library/ms172242.aspx, I need to have this line of code:

    Code:
    string queryString = ApplicationDeployment.CurrentDeployment.ActivationUri.Query;
    But my app crashes. It says that (after narrowing it down) ActivationUri...
    See more | Go to post
Working...