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