1. What is the best way to consume a web service from VB6? stackoverflow.comI need to consume an external web service from my VB6 program. I want to be able to deploy my program without the SOAP toolkit, if possible, but that's not a ... |
2. Consuming in Java a .NET Web Service that requires a custom SOAP Header stackoverflow.comSo I need to consume a Web Service that uses a custom SoapHeader, as described below. What is the simplest way to pass the correct values through this header using Java. ... |
3. Possible to consume badly formed Fault Messages? stackoverflow.comI've a WCF client communicating with an unknown server implementation which I have no control over. This client works fine it just doesn't like, what appears to be, incorrectly formed SOAP ... |
4. Consuming JSON-RPC web services in .NET stackoverflow.comA business partner has suggested building a web services library with JSON-RPC rather that SOAP. (note they are not building in .NET necessarily, but I am) I am a potential consumer of ... |
5. Consuming .NET web service in Oracle Forms stackoverflow.comI have a web service that i need to consume in Oracle Forms. The web service is SOAP based service and was generated using Microsoft Biztalk Server. The service accepts a ... |
6. How to Consume SOAP 1.2 Web Service Created in WCF by a Java Client? stackoverflow.comI'm developing a Web Service Project in which I have to implement a web service that should be interoperable on all platforms. So initially I used basicHttpBinding as it uses SOAP ... |
7. Consuming SOAP + Attachement in CF stackoverflow.comI'm making a SOAP request with cfhttp due to SSL certificates to retrieve a document. We have limited access to the server, so I'm not sure if we can adjust ... |
8. Error Consuming a SOAP Web Service stackoverflow.comI am trying to consume a web service that is exposed by [Percussion CMS][1] in order to create content items programmatically. When attempting to add the web reference in Visual Studio ... |
9. Consuming SOAP with service with name space stackoverflow.comI´m consuming a SOAP web service, that it has namespace, some similar to:
|
10. 400 Bad Request : Consuming WCF basicHttpBinding (Soap) using JScript/VBScript stackoverflow.com
|
11. Maximum String Content Length quota error when consuming WCF webservice from Biztalk stackoverflow.comI'm getting this error message ... "The Maximum string content length quota (8192) has been exceeded while reading XML data. This quota may be increased by changing the MaxStringContentLength property on the ... |
12. How to consume a SOAP (WCF) service in Plone? stackoverflow.comIm very new to Plone, having only really scratched the surface of the product. My client uses it, and would like an application built using it. Can anyone give me some pointers on ... |
13. Consuming a HTTPS Web Service in .Net 3.5 Web Project stackoverflow.comI'm trying to consume a webservice that ONLY runs on HTTPS but using the "add service" method in VS or using the WSDL to generate a code file leaves me with ... |
14. Consuming XBOX Live Web Services with Java SOAP client stackoverflow.comIf it is SOAP, in theory it should be very possible, but have anyone tried this in practice. Basically I need to write some Java code to get the gamertag for ... |
15. Consume a SOAP web service without relying on the app.config stackoverflow.comI'm building a .NET component that will call an external web service. I used the "Add Service Reference" dialog to add the web service to my component, which generates the ... |
16. WCF Client consuming ASMX Web Service with Soap Header stackoverflow.comI have an ASMX web service that has requires a soap header and a client app consuming this service via a service reference (WCF). Server:
|
17. Consuming Soap service, receiving as object, how to write as XML? stackoverflow.comI am a junior developer, and trying to write an application to consume SOAP web service. Using web reference, I can easily call web method of Soap web server, but the problem ... |
18. consuming SOAP web service in java stackoverflow.comI am looking for some alternatives of consuming a SOAP web service in java. I am currently using a stub method to consume it and it's too simple for my instructor ... |
19. How to consume .NET web service in Netbeans which has a soap authentication header stackoverflow.comI'm trying to consume a web service created in .NET which needs SOAP authentication. The part that you would be most interested is this:
|
20. What is the least painful way to consume SOAP web services in Java stackoverflow.comMost projects, we seem to do some kind of SOAP web service consumption. And every time, it feels like being hit repeatedly over the head with a brick. For example, we ... |
21. Qt - Is there any tool for generating code for consuming a SOAP web service? stackoverflow.comI'm looking for a tool that can generate Qt code for classes and methods of a web service based on it's WSDL. Is there any tool like this for Qt? |
22. How to consume a SOAP service over HTTPS in C#? stackoverflow.comWebservice administrator gave me WSDL, two certificates and a private key:
In Visual Studio 2010 I added a Web Reference (Service Reference didn't work) from the WSDL.
Then I tried to use it ... |
23. Consuming SOAP web services without the add reference approach stackoverflow.comI am looking to make a service agent in C# from scratch. If the contracts/XSD are shareable via WSDL or dll. How do I go about writing a light weight service ... |
24. Service to consume pushed SOAP messages indefinitely? stackoverflow.comI'm in a situation where another system in my domain is sending SOAP messages periodically to a given number of IP:Port addresses, and i went to be able to receive those. Now, ... |
25. Consuming HTTPS Webservice in Flex 4 stackoverflow.comI'm trying to consume one HTTPS webservice in Adobe Flash Builder. when I add the URL I get this error: There was an error during service introspection. WSDLException: faultCode=OTHER_ERROR: ... |
26. What cause WebException when consuming Web Service on Windows Mobile 6.5? stackoverflow.comMy application consume a web service but always receive the following expception on first try after the application is started: System.Net.WebException with inner exception System.InvalidOperationException and Could not evaluate expression message. ... |
27. consume SOAP web service with WS-Security stackoverflow.comI'm trying to consume a web service which uses WS Security (usernametoken, signature and encryption). I don't have any information on the web service except the wsdl. With wsdl.exe, I have created ... |
28. Consuming a web service with http request response in .NET? stackoverflow.comI need to create xml message and send it to the web service. Then I should handle the response by looking at the response xml that is coming from service. I ... |
29. Can a gSOAP client application consume more than one webservice? stackoverflow.comI am supposed to write a native c++ application that will consume more than one web service at once. Is it possible to do using gSoap? I know that in order ... |
30. consume my SOAP web service through my java applet stackoverflow.comI create a simple SOAP web service and I want to consume it using java applet....meanwhile I'm not sure if that is possible or not. so my question is how ... |
31. Consuming SOAP web services on iOS stackoverflow.comI am trying to write applications for iPad which take advantage of web services. I know the concept of a web service and have used it in C#/.NET. I ... |
32. How to Consume Webservice SOAP Request and response contains header and body in java stackoverflow.comI have the WSDL file from the bank whose service we have to consume. Using Apache axis 1.4 - WSDL2JAVA, I have generated all the proxy files. There are 4 methods I ... |
33. How do you consume a soap web service with Java? stackoverflow.comI am required to consume a soap web service with a java program I am writing. I have a basic test .NET service on my server in a .asmx file. ... |
34. SAP, consuming a webservice with jsessionid in URL stackoverflow.comI`m working on a SAP project, where i have to call a non-sap service with jsessionid in binding url. I already generated a proxy class out of the wsdl and defined ... |
35. Consume a wcf Service with a Java Client stackoverflow.comI try to consume a wcf service hosted on an iis with a simple java client. my service is a basicHttpService. now my Question. What do i need in java to access the ... |
36. How can I consume a Java based SOAP service that uses a Datahandler type in C# stackoverflow.comI'm trying to consume a SOAP service (Agile PLM webservice) using C#, but the SOAP service uses a "Datahandler" type, which seems to be language specific to Java (using Apache Axis ... |
37. how to configure soap lite client to consuming a WCF service with wshttpbinding? stackoverflow.comI have a soap lite client consuming a wcf service. I tested everything on basichttpbinding and it works fine. When I switch the binding to wshttpbinding:
|
38. Consuming a SOAP Vector Type from .Net coderanch.comI am new to web services. I am not sure if this problem should be posted in a .Net forum or Java forum because it involves a ASP.Net applicaton consuming a Java web service exposed using AXIS. But I hope i can get some help here. I have exposed my Java web services to receive a SOAP Vector type and to ... |
39. Consuming SOAP coderanch.comHello, guys! I'm having a problem right now that is burning what is lack of my brain. I'm trying call a method in a wsdl file which is located in another server. I don't have access to this server nor I know which tecnology they used to create the wsdl file. What I need to do is to call this method ... |
40. Consuming a SOAP Vector Type from .Net coderanch.comI am new to web services. I am not sure if this problem should be posted in a .Net forum or Java forum because it involves a ASP.Net applicaton consuming a Java web service exposed using AXIS. But I hope i can get some help here. I have exposed my Java web services to receive a SOAP Vector type and to ... |
41. Trying to read SOAP Headers with JAX-WS/Axis2, getting JAXBBlockImpl block object is already consume coderanch.comHello everybody, I'm working with my RAD developing a WebService and a Client using JAXWS and Axis2, whenever I try to read the SOAP Header, I get the following exception and I don't know why is this happening: javax.xml.ws.WebServiceException: An internal error occurred. The org.apache.axis2.jaxws.message.databinding.impl.JAXBBlockImpl block object is already consumed. Processing cannot continue. Run with the debug option to determine where ... |
42. create a Java Client to consume WEBSERVICES XML SOAP java-forums.orgGreetings. I must create a client java to invoke webservices SOAP, with User and key.I' ve read a lot of the API of apache axis, but not yet I still have the problem. This giving to an exception saxParserException me when creating soap envelope, that use the method call.invoke (soapEnvelope). ; if somebody has some client for webservices soap. it would ... |