Search Result

Collapse
6 results in 0.0015 seconds.
Keywords
Members
Tags
nusoap
  •  

  • In nuSOAP, how to return simple data type having multiple occurance as response?

    Suppose my response message can be like this
    Code:
    <Response>
    <ResponseCode>false</ResponseCode>
    <ResponseMessage>reason 1</ResponseMessage>
    <ResponseMessage>reason 2</ResponseMessage>
    <ResponseMessage>reason 3</ResponseMessage>
    </Response>
    <ResponseMessag e> this (xsd:string) item is having multiple occurance....
    See more | Go to post

  • how to set maximum nuSOAP webservice access frequency in php??

    how to set maximum nuSOAP webservice access frequency in php??

    Like if any client tries to access my web service more than 100 times in a min it should throw an error message.

    Thanks in advance :)
    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

  • 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

  • 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

  • craig.keightley@gmail.com
    Guest started a topic New to webservices, wsdl and nusoap
    in PHP

    New to webservices, wsdl and nusoap

    I have access to the following web service but always retreive the
    same error:-

    Array
    (
    [faultcode] =soapenv:Server .userException
    [faultstring] =se.brodit.ws.I nvalidUserExcep tion
    [detail] =Array
    (
    [hostname] =webserver
    )

    )





    This is the following code (taken from numerous examples)

    // Pull in the NuSOAP code
    require_once('n usoap/nusoap.php');...
    See more | Go to post
Working...