1. Deserialize SOAP array in C# stackoverflow.comIn working with another company I'm trying to write a SOAP client to talk to their service. The service itself has no wsdl-files but I've managed to successfully write my own ... |
2. SOAP to Stream to String stackoverflow.comI have a SOAP object that I want to capture as a string. This is what I have now:
|
3. SoapFormatter versioning problem stackoverflow.comIn the application(C#) I am maintaining, there are some serialized object stored in the database, and some are created several versions ago. Now when the app tries to deserialize those objects, it ... |
4. InvalidOperationException while SOAP serialization of complex type stackoverflow.comI encountered a problem with SOAP serialization and it would be great to find an answer. Here's a very simplified example:
|
5. How to control namespace in .NET SoapFormatter? stackoverflow.comI am writing some code that needs to be backwards compatible with EXISTING remoting code that is using SOAP to serialize some objects. My difficulty is that I have had to move ... |
6. .NET 2.0 Client fails to deserialize valid Apache-SOAP web service XML, shows null for all properties stackoverflow.comA coworker has made a Java web service running on the Apache-SOAP runtime on a Tomcat 6 server, but only tested it using Eclipse's built-in tool and SoapUI. The output of ... |
7. Using SoapFormatter to Serialize Selective Properties of a Class stackoverflow.comHi I need to serialize several fields of my class
Can I serialize all fields one by one:
|
8. Web Service and System.InvalidOperationException while serializing stackoverflow.comI have the following class which throws an
|
9. Applying SoapIgnore attribute doesn't take any effect to serialization result stackoverflow.comI'm trying to figure out .NET serialization stuff and experiencing a problem. I've made a simple program to test it and got stuck with using attributes. Here's the code:
|
10. XML Serialization and Soap Serialization stackoverflow.comI think even if we will not need interoperability between applications, and even we do not communicate with web services, it is easier to serialize using SoapFormatter than XmlSerializer because SOAP ... |
11. Serialization problem: Different namespaces (.NET) stackoverflow.comWe released a program that serializes a very complex object using the .NET soap formatter. Soap didn't handle new versions of the classes involved very well so we're switching to ... |
12. Soap Ui serialization error stackoverflow.coma:DeserializationFailed The formatter threw an ... |
13. LINQ to SQL serialization issue with SOAP object stackoverflow.comOK, so this is the strangest issue in .net programming I have ever seen. It seems that object fields are serialized in .net web services in order of field initialization. It all ... |
14. Should data classes which are passed by a webservice be attributes with [Serializable] stackoverflow.comI want to transfer some data classes via Webservice:
|
15. Converting binary serialization to Soap serialization stackoverflow.comI want to send binary serialized messages, but I am worried that if there is an error when de-serializing, I won't be able to figure out the problem. For SOAP, ... |
16. How can I pass complex types like objects using Webservices? stackoverflow.comThis may sound like a simple question but as am newbie in Webservies and this is my first time using it and so am asking my doubt. Q: How can I ... |
17. Generate XSD for SOAP messages stackoverflow.comI'm consuming a classic Web Service using .NET. Is it possible to automatically generate a XSD for the messages from client to service? The service proxy can be generated using svcutil ... |
18. JAX-RPC webservice serialization issue on WAS6.1 test environment stackoverflow.comI'm trying to pass Vector of complex objects as a result of a WS method. I'm following a JavaBeans scheme and all Collections are replaced by Vectors already, but I'm still ... |
19. How to get Memory Stream to output my soap formatter message stackoverflow.comI wrote the following code, but the line |
20. C# Troubleshooting object serialization error stackoverflow.comI'm having problems sending a soap request to a webservice. I create an order, including an array of order details. Then I send that order to the webservice. ... |
21. How to prevent .Net SOAP Serialization from eating NewLines stackoverflow.comI'm using the built-in SOAP support in .Net through a wrapper class generated by Visual Studio from a WSDL. |
22. Maintain .NET Serialized data compatability when moving classes stackoverflow.comI have data that's been serialized. The classes associated with the serialized data is part of a large legacy project which has a number of 3rd party references which are ... |
23. Should I serialize .net objects to *file* using SOAPFormatter or XMLFormatter if the files are going to later be used by Unix+PC stackoverflow.comI have a desktop app that saves out user data (mostly arrays of numbers) to a file by Serializing an object. This file will later be used to reload user data ... |
24. Prefix in Webservice with SOAP stackoverflow.comi was cheaching this link: http://es.w3support.net/index.php?db=so&id=665327 i this is part of what i need, i use the same kind of code with SoapDocumentMethodAttribute and the Invoke Method, and this is my ... |
25. How to set field element name in SOAP (body)? stackoverflow.comWe're using SoapFormatter to serialize objects. |
26. class object soap serialization issues stackoverflow.comI generated a proxy class using wsdl and i created a soap serialization of that object. i need to send the xml as httpwebrequest. output xml i got is this. This is a ... |
27. Seralizing data to and from string with soap message style stackoverflow.comI have a web service proxy. On that proxy there is a method that takes two custom types. When I call the web service, a soap message is generated. In ... |
28. Create soap request stackoverflow.comI've tried to serialize an object with XmlSerializer and SoapFormatter but i can't get the output to look like this:
|
29. Extension method to serialize generic objects as a SOAP formatted stream stackoverflow.comI'm having a hard time trying to figure out a generic extension method that would serialize a given object as SOAP formatted. The actual implementation looks somewhat like this: Foobar.cs
|
30. Serializing both to local and SOAP with private members c# stackoverflow.comCan someone please point me in the right direction? I am trying to serialize some classes for dual use: 1) to save data locally in XML format and 2) to ... |
31. Issue serializing xml from base class to derived class stackoverflow.comI am having an issue serializing a derived class from an array of base class type. It is successfully recognizing the derived class upon serialization, as the serialized element names reflect the ... |
32. Object's life cycle in a WS call stackoverflow.comWhat happens to a Java object's life when it is passed to a SOAP web service and returned after modification? I know it is serialized, mar-shelled, converted to XML etc. But ... |
33. Why web services in .NET use XML Serializer rather then SOAP Serializer? stackoverflow.comI am new with web services and I cannot find answer why web services in .NET use XML serialization in order to generate SOAP message rather then use SOAP serialization and ... |
34. How to force setting a certain member value when want to serialize for soap stackoverflow.comI have this method:
|
35. How to serialize xml-object in string array in Java with KSOAP? stackoverflow.comI have response from server (WSDL SOAP) with following code:
|
36. Signed assembly generates an "Application has stopped working" on SOAP deserialization stackoverflow.comI'm instantiating an object, and filling it up using SOAP data. This used to work well. However, after giving the assembly a strong name, I'm getting the following error: The important ... |
37. Java SOAP XML Serialization Error stackoverflow.comI have a .net server hosting some webservices. I am making a Java client. I used Apache CFX to autocreate some useful classes based on the given wsdl file. However, when I make ... |
38. serialization and deserialization support in SOAP coderanch.com |
39. help regarding bypassing Soap engine serialization deserialization coderanch.comI need to create a web service which takes an xml document as input returns an xml document.Is this kind of implementation possible? what I need to do is like this: public Document webserviceName(Document inputDocument){ .... Document outputDocument; .... return d; } I need to bypass the Soap engine serialization deserialization. TIA |
40. No serializer found for class com.sun.xml.messaging.saaj.soap.ver1_1.Messag forums.oracle.com |
41. No serializer found for class soap_STRUCTS.user_auth forums.oracle.com |
42. Sending objects with SOAP, need serialization? forums.oracle.com |