cancel
Showing results for 
Search instead for 
Did you mean: 

Call XI web service from C#

Former Member
0 Kudos

Hi all,

i have created a wsdl-file from a message interface in XI. Now i want to implement the web service into my C# client application.

I put in the proxy classes and fill the variables. Then i call the web service with the parameters.

If i look into XI (transaction SXMB_MONI) i can see that the xml-file which was sent has no xml header like <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

How can i ensure that the xml-file will be sent with xml-header?

regards

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos