Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Web Services / August 2005

Tip: Looking for answers? Try searching our database.

WSE 2.0 - Alternate Transport - MQ

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
agokli - 11 Aug 2005 00:53 GMT
I am using WSE 2.0 and MQ as alternate protocol.  I have end-point service
class as:
namespace test.wse
{

public class MQService: SoapReceiver
{
         public MQService()
        {
    Uri  uriServiceAddress = new Uri(AppSettings.ServiceURIAddress);
    Uri uriViaAddress = new Uri(AppSettings.ViaAddress);
               EndpointReference endpointReference =
                       new EndpointReference(uriServiceAddress,
                                                                           
     uriViaAddress));

    SoapReceivers.Add(endpointReference, typeof(MQService));
       }
   
      .........
     ...........
}

As code indicates, the MQService class is registered appropriately. At
present, I can see SOAPEnvelope passing through class derived from
SoapOutputChannel, but I never see  MQService: SoapReceiver being invoked.

How do I make it work? I will appreciate for assistance.

Signature

agokli

Roman Kiss [MVP] - 11 Aug 2005 06:06 GMT
agokli,

Can you post your server host process and its configuration file?
Your MQService constructor registered itself. Note that the SoapReceiver
(actually its endpoint and channel) has to be "registered" in prior of
using.

Roman

>I am using WSE 2.0 and MQ as alternate protocol.  I have end-point service
> class as:
[quoted text clipped - 24 lines]
>
> How do I make it work? I will appreciate for assistance.
agokli - 11 Aug 2005 10:52 GMT
Thanks...

I am new to this.. I think, you ae refering to hosting WSE 2.0. Can you
please provide pointer(s) or whitepaper for how to do this (e.g. host
process, configuration file and egistration of end point and channel) . May
be that is what I havve not implemented yet.

Regards,

Signature

agokli

> agokli,
>
[quoted text clipped - 33 lines]
> >
> > How do I make it work? I will appreciate for assistance.
Roman Kiss [MVP] - 11 Aug 2005 16:12 GMT
ms-help://MS.WSE20.1033/wse/html/f991ad3d-f574-4085-8a61-98326ff206ed.htm

Roman

> Thanks...
>
[quoted text clipped - 45 lines]
>> >
>> > How do I make it work? I will appreciate for assistance.

Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.