Splunk Dev

Why am I receiving an XmlException when logging on using the C# sdk?

shaselschwerdt
Engager

I have a very simple code snippet in a console app designed to just setup a service and log on.

var service = new Service(new Uri( "https://my-instance-name.cloud.splunk.com" ) );
service.LogOnAsync( "username", "password" ).Wait();

The inner exception of the AggregateException is an XmlException with this message: "Unexpected DTD declaration. Line 1, position 3." I'm sure this is something really simple.

For reference, I'm trying to connect to Splunk Cloud with the Splunk.Client NuGet v.2.2.5 and .NET Framework v4.5.2.

Thanks for any help.

Tags (3)
0 Karma
1 Solution

shaselschwerdt
Engager

I actually fiddled the response and found out I was getting a full html page back, so apparently I was using the wrong uri endpoint.

View solution in original post

0 Karma

shaselschwerdt
Engager

I actually fiddled the response and found out I was getting a full html page back, so apparently I was using the wrong uri endpoint.

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...