Search Result

Collapse
9 results in 0.0019 seconds.
Keywords
Members
Tags
web services
  •  

  • tookerello
    started a topic How to get web service values in client app?

    How to get web service values in client app?

    hi how can i view the the web service result in my client app?
    the web service is:

    Code:
    public struct SecurityInfo
    {
        public string location;
        public string areacode;
    }
    [WebService(Namespace = "http://192.168.1.6/WebService/Service.asmx",
    Description = "A Simple Web Calculator Service",
    Name = "CalculatorWebService")]
    [WebServiceBinding(ConformsTo
    ...
    See more | Go to post

  • Nusoap - fix empty xmlns attribute for the response

    Code:
    Hi, i have created a simple web service using Php Nusoap. its working correctly but the only thing missing is to add the default xmlns attribute to the response tag.
    
    Here is the copy of Response : 
    
      <?xml version="1.0" encoding="ISO-8859-1"?>
    <SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    ...
    See more | Go to post

  • cstacy
    started a topic problem with classes: client v. web service

    problem with classes: client v. web service

    My application sometimes wants to process objects it gets from a web service, but sometimes wants to process purely local objects. In either case, the objects implement the same protocol. For example, both locally created and ws created objects have a "title" property that I want to read.

    I would like to have a shared definition of this common protocol, and I would like to call the same method names on both kinds of...
    See more | Go to post

  • Meganutter
    started a topic [VS2k8] Web Services keep using old code

    [VS2k8] Web Services keep using old code

    Hi all,

    i'm having a really bothersome problem, i am currently building a web service and are testing it using a windows forms application. The problem is however, any changes to the code in the web service does not get reflected into the test application. I tried the following with no results.

    - Rebuild webservice
    - Update reference
    - Clean, build
    - Remove Temporary ASP.NET files
    - Remove...
    See more | Go to post

  • how to read ArrayOfAnyType from .Net web service using JAVA code

    i am try to read an object from .Net Webservice i got this type
    ArrayOfAnyType
    as in this lines of code:

    public class NewClass {



    try { // Call Web Service Operation
    org.tempuri.Cou ntryWS service = new org.tempuri.Cou ntryWS();
    org.tempuri.Cou ntryWSSoap port = service.getCoun tryWSSoap();
    // TODO process result here
    ...
    See more | Go to post

  • Comunication: Web Services, Windows Service, ASP.NET Website

    Hello,

    I would like to develop a:
    - Windows Service for doing specific Tasks
    - Web Service as a communication gateway between the Windows Service and a ASP.NET Website
    - ASP.NET Website

    The scenario:
    A user clicks a button on a ASP.NET website to get some forecast. The button invokes a web service method i.e. GetForecast(). Now the web method calls a task method on the Windows Service. Finally the...
    See more | Go to post

  • Call back from web service using Async return?

    Hi,

    I have a web service that I call from a winforms application. This web service can be cancelled, or completed,and then will call back the win forms application with a response (i.e.
    Code:
    e.Complete == true
    etc).

    This functionality is provided in the VS2005 tools for writing the web service (WCF) so the method called is <MethodName>Asy nc(); which fires off <methodName>Com pleted event when it is done.
    ...
    See more | Go to post

  • Integration between MS Project and an ERP system

    Hi Everyone,

    I hope this question is in the right section:

    Is anyone aware of a successful implemenatation of MS Project server with web services to integrate with an ERP system?

    I would especially like to hear about case studies where MS Project iniated processes in the ERP and/or case studies that integrated MS Project with Mincom Ellipse.

    Hope to hear from someone soon!
    See more | Go to post

  • R.A.
    Guest started a topic how to return xml document from a web service

    how to return xml document from a web service

    Hi,

    I have an web service method that accept an xml document and returns a
    different xml document.

    Based on the input xml I fill a dataset with information from a database.
    If the dataset has rows then I need to return those rows to the consumer.
    I can't tell if the consumer of the web service will use .Net or maybe java.
    1) If the web service method returns a Dataset then the consumer will get...
    See more | Go to post
Working...