What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! Bug Reports » Chat LOg viewer Broken

Chat LOg viewer Broken
Author: Message:
pablindo
New Member
*


Posts: 1
Joined: Dec 2011
O.P. Chat LOg viewer Broken
What happened? My Chat Log viewer is showing the follow message: The HTTP service located at https://service.msgplus.net/MsgPlusService/MsgPlusOnLineLogs.svc is too busy.

I dont know what to do.
12-16-2011 12:58 PM
Profile E-Mail PM Find Quote Report
si3rra
Full Member
***

Avatar
i'm with stupid -->

Posts: 175
Reputation: 1
41 / Male / Flag
Joined: Jan 2003
RE: Chat LOg viewer Broken
MsgPlusOnLineLogs Service


You have created a service.

To test this service, you will need to create a client and use it to call the service. You can do this using the svcutil.exe tool from the command line with the following syntax:



svcutil.exe https://service.msgplus.net/MsgPlusService/MsgPlusOnLineLogs.svc/mex

This will generate a configuration file and a code file that contains the client class. Add the two files to your client application and use the generated client class to call the Service. For example:


C#

class Test
{
    static void Main()
    {
        MsgPlusOnLineLogsClient client = new MsgPlusOnLineLogsClient();

        // Use the 'client' variable to call operations on the service.

        // Always close the client.
        client.Close();
    }
}



Visual Basic

Class Test
    Shared Sub Main()
        Dim client As MsgPlusOnLineLogsClient = New MsgPlusOnLineLogsClient()
        ' Use the 'client' variable to call operations on the service.

        ' Always close the client.
        client.Close()
    End Sub
End Class
12-17-2011 12:43 AM
Profile PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Chat LOg viewer Broken
si3rra,

That is just the output of that link. It doesn't provide anything usefull*.
The OP is not making his own client. The message he shows is a genuine error. Which needs to be explained and fixed by Yuna because their online service is obviously faulty.

(*it would be the same as showing the source of the "Forum is too busy" page when there is a forum overload here)


;)

This post was edited on 12-17-2011 at 03:59 AM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
12-17-2011 03:43 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On