Hop til indhold

.net Anvendelse Af Configuration Interface (Configuration.wsdl)?


Recommended Posts

Jeg forsøgter at anvende Configuration interfacet i IHC controlleren på samme måde som jeg anvender Controller og ResourceInteraction interfacene.

 

Men jeg får altid følgende fejlmelding: "The request failed with HTTP status 501: Not implemented."

 

 

ConfigurationServiceService er den autogenererede proxy fra configuration.wsdl.

 

Kode: 

 

            protected ConfigurationServiceService ServerHandle { get; set; }

...

            ServerHandle = new ConfigurationServiceService();

 

            var ub = new UriBuilder(ServerHandle.Url) { Host = _AuthenticationService.ServerUri.Host };

            ServerHandle.Url = ub.ToString();

 

            ServerHandle.CookieContainer = new CookieContainer();

            ServerHandle.CookieContainer.Add(_AuthenticationService.Cookie);

 

            WSSystemInfo info = ServerHandle.getSystemInfo();

 

Fejler i sidste linje.

 

Min mistanke er at der skal sættes flere oplysninger i ServerHandle for at få lov til at udføre web service kald.

 

 

 

Med venlig hilsen Villy.
Link til kommentar
Del på andre sites

  • 11 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Gæst
Svar på dette emne...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loader...
 Share

×
×
  • Tilføj...

Important Information

Privatlivspolitik og We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.

1200x630bb.png

ok