Hello,
I have received a WSDL file from a customer. With this I have created a proxy class via WSDL. --> IO
The server must be connected via Authorization.
I don't see anything there. How can I make the connection via Authorization?
The proxy class is quite complex. I need only 2 requests.
Is there any way I can best create the request. There is no support from the customer.
The alternative would be to create it myself via XDocument, which I am not in favor of.
private void btnOrderData_Click(object sender, EventArgs e)
{
using (PDXCSMEService danS = new PDXCSMEService())
{
//danS .Url = "";
// danS.Auto....???

