Welcome to InteropTips Sign in | Join | Help


Demos

Last post 06-30-2006, 4:17 PM by GaryDev. 2 replies.
Sort Posts: Previous Next
  •  04-11-2006, 5:27 PM 35

    Lotus Notes Form that calls a web service use the MS SOAP toolkit V2.0

    Attachment: MS SOAP Demo.nsf

    This demo requires the MS SOAP toolkit v 2 be installed on the same machine as the Notes client. The code is found in a Form called
    "Calling other .net services"

    MS SOAP toolkit by default uses RPC format SOAP calls. VS.Net web services do not. To fix this problem, specify RPC in you ASP.Net web service

    Imports System.Web.Services.Protocols

    <
    SoapRpcService(), System.Web.Services.WebService(Namespace:="http://tempuri.org/NotesCOMASP/Service1")> _
    Public
    Class Service1
    'System.Web.Services.WebMethod()
    Inherits System.Web.Services.WebService

    The code in RED is all that is added to tell the service to use RPC format in it's communication. Now the MS SOAP toolkit clients will work.

     

       

       



     

  •  06-18-2006, 8:24 AM 56 in reply to 35

    Re: Lotus Notes Form that calls a web service use the MS SOAP toolkit V2.0

    Hi Gary,

    The site is terrific  I REALLY REALLY like the web services / xml approach and will be using the code you have posted here.  One thing however, the attachment database for the MS SOAP--throws a 404.  It could be a  temporary "out of service" or it could be a mislabel. :- )

    See you Tuesday!

    Kathleen Lynch

     

     

     

  •  06-30-2006, 4:17 PM 63 in reply to 56

    Re: Lotus Notes Form that calls a web service use the MS SOAP toolkit V2.0

    Many of the example web services I used in this database are nolonger around.  Try document number 17, it still works.
View as RSS news feed in XML

Terms of Use |  Upload Agreement |  Trademarks |  Privacy Statement |  Contact Us

© 2006 Microsoft Corporation. All rights reserved.