What is the best way to generate soap xml in C #? I prefer using xml serialization if possible. In addition, I need to add some custom attributes to the soap header, so I'm not sure if this complicates the situation.
One more note: I connect to the soap server on the linux server via TCP - the soap server was built in C ++.
In addition, the soap server does not respond to wsdl requests - it is completely blocked. Security is very tight, where I work ... :)
If you have an XSD, check out WSCF.blue .
, . , , WCF- , SOAP .
? -?
WCF " " Visual Studio - !
, SOAP- - WCF !
. msdn.microsoft.com/WCF , ..
- WCF XML, , WCF DataContractSerializer ( 10% , XML-, ).
The best way would be to use the "Add Service Link" and point to the WSDL services either on disk or on the network. Then call the service through the generated proxy class.
See " " How to use the web service . "
Source: https://habr.com/ru/post/1741345/More articles:How to close a window (unload NIB)? - cocoaJScrollPanel without scrollbars - javaHow to remove BB codes from a string? - phpReading data from a PHP text file - fileWill Apache running on port 8080 prevent dynamically loaded scripts in JavaScript? - javascriptThe fastest way to find the sum of digits for large numbers - c ++jQuery hide all rows of a table that contain a hidden field corresponding to a value - jqueryМожет ли интерполяция freemarker содержать интерполяцию? - variablesFacebook API issue, authorization revocation - javascriptDoes IE 7 support pseudo-class content? - cssAll Articles