Search results for query: *

  1. C

    There is an error in XML document (1, 220).

    UserControl Hi John H. You are quite a frequent flyer on vbdotnetforums.com ;o) I've got i little further on finding the error. It seems that I only get the error when connecting to the webservice through my winforms UserControl. Tracing the WSE doesn't help me because absolutely nothing...
  2. C

    There is an error in XML document (1, 220).

    Hi There. I've developed a webservice that makes a structured return. The webservice code is as follows: Public Class DiskInfo Public Size As Int64 Public FreeSpace As Int64 End Class 'DiskInfo <WebMethod()> _ Public Function GetDiskInfo() As DiskInfo Dim volumeHandling...
  3. C

    Modify a Web Service's WSDL Using a SoapExtension

    Hi John. You are absolutely right. Everything is working as expected. Thankyou!
  4. C

    Modify a Web Service's WSDL Using a SoapExtension

    Hi JohnH. Thankyou for your reply! When adding the ReflectorExtension class to the web.config file i'm getting this error; "The value of the property 'type' cannot be parsed. The error is: Could not load file or assembly 'App_code' or one of its dependencies." Ending with the project not...
  5. C

    Modify a Web Service's WSDL Using a SoapExtension

    I'm trying to reproduce the C# example provided below on howto change the scheme for the URI to point at https (secure socket layer) instead of http. Link to example: http://blogs.msdn.com/kaevans/archive/2005/11/16/493496.aspx. I'm getting loads of different errors in VB.NET, might be my...
Back
Top