nusoap
How to make NuSOAP works with Symfony 1.4?
I\'m trying to make my webservice in symfony with NuSOAP. I also made a client for test purpose. I managed to make it work in my /web/ directory, but i can\'t access my symfony methods from there.[详细]
2023-03-19 12:50 分类:问答Webservice Error while using nusoap.php
I am trying to create a php web service using nusoap lib. My code is reproduced below. include(\"lib/nusoap.php\");[详细]
2023-03-19 03:13 分类:问答EWS - php sending email with attachment
I\'m new to using EWS from Exchangeclient classes. I\'m looking for a simple example how to send an email with an attachment. I\'ve found examples about how to send an email but not sending an email[详细]
2023-03-10 11:43 分类:问答webservices using nusoap
i am using nusoa开发者_Python百科p for webservices to intigrate hotel api into my web application.[详细]
2023-03-09 04:14 分类:问答Sending a GUID via Nusoap to WCF
I am using Nusoap to call a WCF service. Prev开发者_运维知识库iously all the functions had \"string\" or \"int\", but this time we have Guid.Will it work?Do I need to do something special on either si[详细]
2023-03-08 15:42 分类:问答Passthru Soap Request (i.e.. act as proxy for Soap Request)
I am working on a project for a client, that they have several applications that communicate with a soap server, however they require all requests to go thru a proxy, and want to be able to answer sev[详细]
2023-03-07 21:44 分类:问答Making a SOAP request over HTTPS using PHP and NuSOAP
I\'ve been stuck with this for days now and I can\'t seem to f开发者_如何学Cind the answer anywhere, even though I think it\'s a fairly common task. Can anyone help?[详细]
2023-03-01 21:18 分类:问答Sending a Image or other data in nuSoap
How to开发者_开发百科 send a image or a file using the web service to the server ?Here is a good example of how to send a file using NuSOAP:[详细]
2023-03-01 12:28 分类:问答HTTP Request with PHP + NuSoap
I\'m trying to create a http request to our web service, my test XML works when directly inputted into the we开发者_高级运维bservices test input field and I click \"Invoke\", but when trying to use th[详细]
2023-03-01 12:13 分类:问答NuSoap returns extra characters
I am using NoSoap to host web services and it\'s been good since this weird problem happened. For the xml output it will produce extra 3 charaters prior to soap xml, wchich caused xml parsing error. I[详细]
2023-02-27 04:37 分类:问答