Access .NET DIME Service from COM SOAP Toolkit 3 client

Ask a Question related to ASP.NET Web Services, Design and Development.

  1. #1

    Default Access .NET DIME Service from COM SOAP Toolkit 3 client

    Hi

    I have created a .NET web service that can be requested to
    deliver binary data using DIME attachments.

    I also have created the client part using .NET without too
    many problems.

    But what if I need a COM client to consume the DIME
    attachments from the .NET web service?
    Are there any good books, samples that explain this
    constellation?

    Sincerely
    Stephan Brunner

    Stephan Brunenr Guest

  2. Similar Questions and Discussions

    1. ASP web service with ssl in soap toolkit 3 problem
      Hi I somehow can't access my web service thru SSL. I tried all things even including certificates in Local Computers (even in Imediate trust...
    2. Returning array Via soap toolkit to vb.net client
      Hi, I have a suite of Com components , a number of the methods return a VARIANT which is of type array . The array is multi-dimensional. I have...
    3. Using .NET web service with SOAP Toolkit 3
      I have written a .NET web service and would like to consume it using a SOAP client. To handle complex types I need to create a WSML file. I...
    4. WS-Security Authentication Using SOAP Toolkit and VB6 Client
      Has anyone successfully created ws-security headers using a VB client? My web service authenticates users correctly when I use a .Net client...
    5. SOAP Client creation in ASP.NET using MS SOAP Toolkit
      how would I create a SOAP client in ASP.Net? The following code just works fine in VB: Dim lobjSOAP As New MSSOAPLib30.SoapClient30...
  3. #2

    Default Re: Access .NET DIME Service from COM SOAP Toolkit 3 client

    Hi,
    > But what if I need a COM client to consume the DIME
    > attachments from the .NET web service?
    > Are there any good books, samples that explain this
    > constellation?
    What you mean?
    You whant to create your own COM object, but you don't know
    DIME structure? In this case take a look at:
    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnservice/h[/url]
    tml/service01152002.asp


    ______________________________________
    With best wishes, Arthur Nesterovsky
    mailto: [email]arthur@nesterovsky-bros.com[/email]
    Visit my page: [url]http://www.nesterovsky-bros.com[/url]



    Arthur Nesterovsky Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139