webservices-client
PHP Webservice using NUSoap Client not working
We need to communicate with the .NET webservice url and get the date from the method by passing respective arguments. When trying to use with the NUSOAP library in the reponse i got the error as resul[详细]
2023-04-12 18:32 分类:问答Generating client stubs from WSDL
I am starting on a new project with commercial vendor. I need to write an integration module in our application to consume commercial vendor\'s web service. So, WSDL is not controlled by us.[详细]
2023-04-03 16:14 分类:问答Invoke method in COM component exposed webservice throwing error
I am basically a .NET guy.I don\'t have much knowledge in VB (COM components). Now,I come across a project where i need to expose a COM dll as a webservice and consume the same in my Asp.NET applicati[详细]
2023-03-31 15:45 分类:问答is there any Java API to catch request and response SOAP envelops?
I can uses Web service client classes to obtain the result but instead of th开发者_Python百科e text result i want complete SOAP message in my JavaSE program. How can I do that? Any Idea?Yes there is.[详细]
2023-03-16 19:05 分类:问答What are WCF Proxies and what are they good for?
I have recently been educating myself about WCF and I have even written some production services using WCF. But I have never really looked too much into WCF until recen开发者_Go百科tly.[详细]
2023-03-11 04:36 分类:问答capturing .net webservice out parameter using ksoap2
i was trying to call a .net webservice with the Android SDK, that was simple using the ksoap2 library, including passing and getting complex types.yet i faced a more complicated problem, the[详细]
2023-03-06 07:24 分类:问答Accessing SOAP web service from Silverlight 4 client
I am doing a proof of concept where I access a public web service from my Silverlight 4 client application.When I attempt to make the call this sample public web service, I get the following error:[详细]
2023-02-18 22:54 分类:问答Using RijndaelManaged encryption in Silverlight
I\'m implementing a webservice client that is required to encrypt the request using 128-bits Rijndael. Because the RijndaelManaged class doesn\'t exist in Silverlight, I\'ve followed the advice here:[详细]
2023-02-18 12:58 分类:问答JAX-WS client causes Jetty EofException
I am using an embedded Jetty server to provide Web Services (using Jetty-JAXWS2-SPI to allow Jetty to serve the requests) and I am seeing the following errors when a connection terminates from my JAX-[详细]
2023-02-16 18:39 分类:问答Publicly available webservice I can use
I am learning to write PHP client programs which call webservices with POST & GET. Is there any publicly available webservice I can use for trying out client programs? Basically, I don\'t want to[详细]
2023-02-15 13:05 分类:问答