nusoap
nusoap (php) + java object as an input
I try to call a servise using nusoap. Service originally is written in Java and requires a java object as an input.[详细]
2023-01-13 15:50 分类:问答SOAP doesn't work
I trying to work with SOAP, but it doesn\'t work. I tried localhost and another server. For example: soap.xml:[详细]
2023-01-11 21:22 分类:问答PHP Soap Header help
I have a fairly simple php/soap header question. Here\'s what I need. <ns1:Identity token=\"123456789\"></ns1:Identity>[详细]
2023-01-10 16:06 分类:问答PHP SOAP web service call
I\'ll start out by saying that I\'ve never used SOAP before. Anyway, Here\'s the code I\'m trying to create.[详细]
2023-01-10 15:38 分类:问答How to reduce bytes number in SOAP response?
is there a way to reduce the number of bytes sent to the network from a SOAP response? I use nuSoap in PHP and would like to avo开发者_JAVA百科id xsi:type=\"xsd:string\", xsi:type=\"xsd:int\" in every[详细]
2023-01-08 20:25 分类:问答Use NuSoap basic auth webservice in C#
He there, I have a basic webservice which works in C# if i remove the Basic auth option. But when i add the Basic auth meganism and set NetworkCredentials in C# I get this wierd error.[详细]
2023-01-08 08:12 分类:问答WCF .Net 4.0 Client Error in deserializing body of reply message
I am trying to get a WCF .Net 4.0 client to work with a NuSOAP/0.7.2 (1.94) Web Service.First thing, the web service is not based on current SOA standards so I had to create a custom encoder to handle[详细]
2023-01-08 04:34 分类:问答Nusoap not throwing exception when my Webservice is down
I have a Php application running on my \"Server A\" that consumes a .NET Web Service hosted on my \"Server B\". For some reason sometimes the IIS on my \"B Server\" fails to respond and on my 开发者_运[详细]
2023-01-07 21:48 分类:问答Nusoap - fix empty xmlns attribute for the response
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.[详细]
2023-01-07 19:29 分类:问答Nusoap with https
I am unsure if there is any difference for P开发者_如何学GoHP-Nusoap client in sending web services request to http and https. For the user testing, the client was using http://xxx.xxx.xxx.xxx:3833/ws[详细]
2023-01-04 21:53 分类:问答