Search Result

Collapse
13 results in 0.0041 seconds.
Keywords
Members
Tags
soap
  •  

  • hanane
    started a topic My First Web Service Invocation

    My First Web Service Invocation

    Hi,
    I am trying to invoke my first Web Service but kept getting the same error msg: "failed attempting to read SOAP response from service. This is probably due to a communication error"

    This is the WS description:
    Code:
     
    <?xml version="1.0" encoding="UTF-8"?>
    <definitions name="HelloService"
        targetNamespace="http://dl.dropbox.com/u/2920864/HelloService.wsdl"
    ...
    See more | Go to post

  • rytlaw
    started a topic ASMX web service function reads incomplete XML
    in XML

    ASMX web service function reads incomplete XML

    I wrote a simple web service function using ASMX:

    Code:
    	Public Function processMessage(ByVal Messages as XMLElement) As String	 	
            Dim strS as string
            strS = Messages.outerXML
            Return strS
        End Function
    This should is used to handle SOAP request like the following:
    Code:
    <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope"
    ...
    See more | Go to post

  • Transforming a SOAP result with a XSL using 'Javascript Soap Client'

    Hi,

    I have an WebService (.net 3.5) with Soap 1.1 method. I am using ASP 3 (classic) with Javascript Soap Client to call the WebService and I need to transform the result with a XSL file, but i don“t know how to do this with a SOAP 1.1. I have some solutions with a default XML results.

    XML Result:

    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    ...
    See more | Go to post
    Last edited by Peterson Chaves; Jun 24 '11, 12:56 PM. Reason: Correct title.

  • 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

  • rbpkirow
    started a topic Web Service client using C++
    in .NET

    Web Service client using C++

    Hello.
    I have a client-server app.
    The server is developed with apache and perl.
    The client is developed in Visual C++.
    When I try to access from C++ client to a web service, I receive the next error:
    "ATLSOAP: CSoapRootHandle r::GetElementEn try -- element not found: MyRequestRespon se."
    in the function of WebReference.h
    "__atlsoap_ hr = BeginParse(__at lsoap_spReadStr eam);"
    ...
    See more | Go to post

  • SOAP - Unsupported HTTP response status 403 Forbidden

    This looks like the important part:
    2010-04-26 16:14:40.049848 wsdl: HTTP ERROR: Unsupported HTTP response status 403 Forbidden (soapclient->response has contents of the response)
    2010-04-26 16:14:40.050039 nusoap_client: checkWSDL
    2010-04-26 16:14:40.050463 nusoap_client: got wsdl error: HTTP ERROR: Unsupported HTTP response status 403 Forbidden (soapclient->response has contents of the response)

    The full...
    See more | Go to post
    Last edited by burkenstein; Apr 26 '10, 08:50 PM. Reason: spelling error

  • Elixir
    started a topic Modifying the soap body for web services.

    Modifying the soap body for web services.

    Hello, I'm having a bit of trouble with a .NET webservice. I'm creating a webmethod called getItems which will accept and return the following data in a soap envelope from sql server. I'm just curious as to how to force the web service to return the soap data in the format following, currently the data is formatted differently. The methods and their functions will now be explained:

    The getItems webmethod will return all publications...
    See more | Go to post

  • wse3.0 WseWsdl3.exe tool: Schema Validation Errors.

    Hello public,

    Got a problem. While generating proxy classes getting warnings: Schema Validation Errors: Error compiling schema.

    WSDL descriptor is public: http://eptstest-integra.sodra.lt/ora...tiAsmenis?wsdl

    Have tried with Altova XML spy and SoapUI 3.5. Descriptors load well except WseWsdl3.exe tool.

    Using such proxy class is ok until you get fault response,...
    See more | Go to post

  • luftikus143
    started a topic Proper Format for REST service ?
    in PHP

    Proper Format for REST service ?

    Hi there,

    not sure if this is the right forum for this. But as I am programming everything in PHP, I have the (strong) tendency to look for advice here... :-)

    We've a large (UNEP GEO) Data Portal, which hosts >500 variables, covering each country of the globe with data, if possible, over the last 30 years or so. One can query and visualize data for GDP, Forest Cover, CO2 Emissions, Population etc., displaying them...
    See more | Go to post

  • flydev
    started a topic SOLVED: nuSOAP returns empty object
    in PHP

    SOLVED: nuSOAP returns empty object

    Hello, I have very little knowledge when it comes to SOAP, but a developer I'm working with says it will make things easier when passing data to/from client software and the mySQL database. Anyhow, I created this SOAP server per examples and instructions on various websites, and the server appears to be functioning (Server). However, the client software developer says they are getting the "Schedule" object back empty, regardless of what...
    See more | Go to post
    Last edited by flydev; Dec 14 '09, 06:36 AM. Reason: Problem Solved

  • How to grab unknown SOAP header, convert to string, and pass to class library parser?

    Situation:

    I have been tasked to provide a non-intrusive solution to allow .NET web services to grab an incoming SOAP header and process the credentials stored within in such a way that a credential object is returned to the web method so they can access the appropriate role information to add to database query.

    In order to accomplish this, I created two class libraries, one that provides the "CredentialProf ile"...
    See more | Go to post

  • Sanahmm
    started a topic Deserialization Logical Error
    in .NET

    Deserialization Logical Error

    Hi All
    I have a bad problem
    I hope someone help me as soon as
    I have a class with several properties and some of properties types are Collection of my other classes
    I Impliment ISerializable So i can Serialize Objects (Soap Serialize)
    But when I Want to Deserialize Object From XML file It Deserialize Internal Collection (I Trace it)
    Buuuuuuuuuuuut when Come back to Upper class Elements of Collections...
    See more | Go to post

  • cGemm11
    started a topic Problem with SoapHttpClientProtocol Invoke()
    in .NET

    Problem with SoapHttpClientProtocol Invoke()

    Hello. I am having a problem with the SoapHttpClientP rotocol recognizing a class hierarchy defined in my WSDL and schema. I am using VC#2008Express to import a WSDL from my SOAP server and build a basic client app. I have a base class A and a subclass B extending A. The WSDL defines an action that can be invoked that returns an instance of A. When queried, the server responds with an instance of the subclass B. However, the VC# client returns...
    See more | Go to post
Working...