skip to Main Content
author
119 views
1 vote

Asp.net – Can not open the zip file that zipped by C#

I’m writing a web app ,it can upload/download files, here is my code about download files(just for test):

author
92 views
0 votes

Asp.net – C#.NET XML Serialization: XMLAttribute is not setting NameSpace and only Password Element within UserName Object is having Attribute

I am trying to generate this Soap XML:
<soapenv:Envelope xmlns:bsvc="urn:com.workday/bsvc" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header>

Back To Top
Search