Search Results

2
votes

Need assistance with diagnosing SOAP packet problem with Amazon S3

If you want to send the data in the SOAP message itself, you need to use PutObjectInline, and not PutObject (which expects the data to be a DIME attachment). see …
1
vote

XML Serialization issue for minoccurs

in .NET WS for non-nullable types (in .NET) that are marked optional in the schema have an additional specified property generated for them that control if the element appears. Very annoyingly, the …