1. .NET SOAP Common types stackoverflow.comIs there a way when creating web services to specify the types to use? Specifically, I want to be able to use the same type on both the client and server ... |
2. .Net webservice, how to access...? stackoverflow.comNote: I am just consuming webservice I have no control over webservice code. So in .net 2.0 I reference the webservice and see a class in the webservice namespace, say foobar. It's ... |
3. How do I prevent DateTime from including zone offset in SOAP xsd:dateTime element? stackoverflow.comI have this in some WSDL:
Which results in the following text in the SOAP envelope:
Only some times have the milliseconds and zone offset. This causes me a ... |
4. VB.NET: How can I remap the soap.location property of a web service at runtime? stackoverflow.comI have a web application I'm deploying at multiple clients. Each client will be consuming a web service that was developed by a third party and is hosted at each ... |
5. encrypting soap in .net stackoverflow.comI have been trying to encrypt soap message and send to the server, so that the server can decrypt, process the message, encrypt the response again and send back to the ... |
6. Creating new Soap Web Service with .NET 3.5 stackoverflow.comI haven't really looked into the new .NET stuff since 2.0, but I'm wondering what the preffered way is for creating Web Services is now (SOAP, not RESTful). I remember ... |
7. Working with ADO.NET Entity Objects and Soap-based Web Services stackoverflow.comI'm building a traditional ASP.NET Web Service -- the style built using asmx. It's a pretty simple service. I started using the new Ado.NET Entity Framework for my persistence ... |
8. Passing multi-dimensional variant array from a .Net web service to Classic vb stackoverflow.comI am converting a SOAP toolkit 3 Vb web service to a .Net web service. I have a requirement where in I want to pass a two dimensional variant array to ... |
9. How do I call a Web Service in VB6? stackoverflow.comI have an old VB 6 Application. I now want to access a Web service/web method in it, I am using MSSOAPLib30 DLL for the interaction. Everything is fine with the simple ... |
10. DateTime Xml Deserialization stackoverflow.comSorry if this issue has been beaten to death, but I can't seem to find a good answer to my question. I have written a .NET 2.0 client that consumes a web ... |
11. Read the XML/SOAP from an XMLDocument stackoverflow.comI assume somehow you can user an XmlReader to read the envelope from an XmlDocument. Does anyone have a good example how? I want to simply extract the entire ... |
12. (aren't web services platform independent?) web service works in .net 2.0+ projects, but not .net 1.1 stackoverflow.comI've been supplied a web service by a colleague that I tested by creating a quick .net3.5 project. the service exposes a simple method that returns a DataTable and everything ... |
13. Using a SOAP 1.1 web service from .NET 3.5 stackoverflow.comIt appears that .NET 3.5 is enforcing the SOAP 1.2 schema when dealing with web services, even if the service specifies SOAP 1.1 in the schema for the SOAP envelope. ... |
14. turn off soap extension on webmethod stackoverflow.comIt possible turn off soap extension on webmethod ? Something like this :
|
15. Does anyone know of a Java implementation similar to the .NET SoapFormatter stackoverflow.comI am looking for a library or code snippet to allow me to serialize and de serialize an object into a SOAP representation. Similar to what the .NET SoapFormatter does ... |
16. How do I save updates in a GridView control in VB to an existing XML document? stackoverflow.comI have an existing xml document with music playlist information, which is read into a GridView control in Visual Basic. I am now wanting to save any updates in the GridView ... |
17. SOAP services calls from IIS 5.1 (XP) timing out stackoverflow.comWe have an ASP.NET web application running in IIS that uses the SoapHttpClientProtocol class to make SOAP calls. In the last few days several XP machines have started to report timeout ... |
18. Can't generate valid web. referense stackoverflow.comI set up Open-xchage(wrote on Java) on openSUSE and installed SOAP extension on it. Then i tried to generate web referense in vs2008, but it doesn't work. Can I generate WebReferense ... |
19. Why would a WebService return nulls when the actual service returns data? stackoverflow.comI have a webservice (out of my control) that I have to talk to. I also have a packet-sniffer on the line, and (SURPRISE!!!) the developers of the webservice aren't lying. They ... |
20. Calling a web service without using soap stackoverflow.comHow can I call a web service directly without using soap? I basically want to use the web service like a class library and have the same performance as if it was ... |
21. How to get radar images to a .NET program stackoverflow.comHow do I get radar images to a .Net program using this service: http://www.nws.noaa.gov/forecasts/xml/ I literally have no clue where to start. If someone could provide some sample code or ... |
22. What is best way to post data to an url if someone does not call an web service? stackoverflow.comAlright...I have kind of a big quesstion...ok here goes...Usually if i understand it well...web services work in a way that i write a method to get some data from the database ... |
23. Dynamically call SOAP service from own scripting language stackoverflow.comMy application has its own scripting language of which I cannot get rid of (lots of customer-specific scripts written). Now my customers are asking if it would be possible to ... |
24. VB6 base64 Binary stackoverflow.comI have a problem on this webservice: http://credenciados.pronto.com.br/carga.asmx?op=IncluirMultimidia2 on arrayArquivo parameter, i use this function to generate data:
|
25. SOAP - Simple Object Access Protocol? stackoverflow.comSOAP - Simple Object Access ProtocolI find some Difficulty in understanding the expansion of SOAP.
|
26. How to load test a SOAP interface (are SOAP function calls atomic)? stackoverflow.comA server offers a SOAP function call interface. |
27. Are SOAP Remote Procedure Calls atomic blocking calls? stackoverflow.comUsing VB Express 2008, if the code makes a Remote Procedure call to a SOAP function on another machine is the CPU blocked until the call returns? |
28. Sample Java or .NET application that uses web services? stackoverflow.comI'm setting up an environment and am going to be doing some transactional application performance monitoring. In my environment, I want to install an application (thick or thin client), that ... |
29. SOAP interceptor for .NET? stackoverflow.comI'm working with an API and my results (CRUD) are getting mangled somehow in the return and .NET is throwing invalid XML errors. Is there a setup trick to getting ... |
30. View/log raw SOAP requests/responses using System.Web.Services.Protocols.SoapHttpClientProtocol stackoverflow.comI have a SOAP web service in .NET which uses: System.Web.Services.Protocols.SoapHttpClientProtocol How can I get the raw SOAP request/response XML that's getting sent over HTTP so that I can log the incoming/outgoing ... |
31. How to find X509SerialNumber stackoverflow.comI'm building soap message which requires wse security and for some reason, the client requires KeyInfo, subject and serial #. but the serial # displayued for the x509 is hex and ... |
32. .NET 3.5 - Is there a SOAP Parser in the framework stackoverflow.comTitle says it all really, so not a wordy question... Are there any SOAP parser classes within the .NET 3.5 framework? In summary I have a string that contains a SOAP message, I ... |
33. How to override GetWebResponse stackoverflow.comI'm trying to do what this guy does here to parse the SOAP response manually: http://www.codeproject.com/KB/webservices/Java_WS_NET.aspx My problem is the proxy class that i have generated from the vendor's java web ... |
34. How to create this xml file by using System.Xml stackoverflow.comI am trying to create an xml file like below in .NET. Actually I couldnt do
I can do like below, I need something like above
|
35. ODBC to Webservice calls stackoverflow.comI have inherited a problem... In our organisation there is a system written in VB/Access and is compiled into an MDE. We do not have the source. It currently looks up data from another ... |
36. xml engine for multiple service provider stackoverflow.comWith real examples and their use, can someone please help me understand:
|
37. Passing DateTime from Java app to .Net web-service stackoverflow.comeveryone! I'm writing an java application to get data from .net web-service. Asp.net web-service has one parameter of datetime. I need to do select query to mysql db with this date as parameter. ... |
38. How can I setup a .NET 4.0 web service to be available to other machines on my local network? stackoverflow.comI have coded a web service using the .Net 4.0 framework and I can successfully invoke it using a test client (SoapUI) on the local machine after publishing the application to ... |
39. .Net calling Java Webservice, I need to convert an XMLSchema/long to anXMLSoap/long stackoverflow.comI am using C# with .net 4 and am trying to consume a java webservice. My code was autogenerated by adding a .net 2.0 style webservice reference. I believe ... |
40. Wrap a body in a soap template? stackoverflow.comI am trying to load the following xml in below and then replace the tokens wrapped in {} with the appropriate values, but I noticed that it complains that {} is ... |
41. What are benefits of Soap over normal Xml? stackoverflow.comWhat are benefits of Soap?Why it is widely used in Web Services? |
42. vb calling webservice with soap gives SoapMapper: array dimensions do not match definition stackoverflow.comhello i 'm calling a webservice with the code below on vb codes inside a excel 2007 form. my problem is getting "SoapMapper: array dimensions do not match definition" error if returning ... |
43. How to stop .net Xml Serialisation inserting illegal characters stackoverflow.comAnything below 0x20 (except for 0x09, 0x0a, 0x0d i.e. tab, carrige return and line feed) cannot be included in an XML document. I have some data coming out of a Database and ... |
44. .NET call webservices and returns nulls stackoverflow.comI have a webservices and I've added it to my .NET project as a web reference. One of the web methods returns a nested array (NameValuePairDTOArray[NameValuePairDTO[]). I can only get null ... |
45. SOAP and java.net.SocketException coderanch.com |
46. javax.xml.soap.SOAPException: java.net.ConnectException coderanch.com |
47. Configure Eclipse to work with Microsoft .NET SOAP libraries? java-forums.orgDoes anyone know how to configure the Eclipse Java development environment to work with SOAP web services that use Microsoft .NET libraries? Our company has built our web services around Microsoft SOAP .NET libraries and we are having a heck of a time helping our customers using Eclipse (and Java) to work successfully. We dont have any problems when using NetBeans ... |