Post XML to Webservice

From: Ken (dotnet_at_NOSPAMM.baldygo.com)
Date: 02/11/05


Date: Fri, 11 Feb 2005 08:43:06 -0800

I Have a webservice with a method that accepts XmlNode:

 <WebMethod()> Function XMLUpload(ByVal MyDocument As System.Xml.XmlNode) As String

How do I get a VB6 Application to send XML to this method
I have been using MSXML2.xmlHTTP and MSXML2.DOMDocument
But nothing works.

Any code snippets that get me out of this 3 day search around the net would make me a Happy Chappy

Ken

___
Newsgroups brought to you courtesy of www.dotnetjohn.com



Relevant Pages

  • RE: Converting VB6 Fileopen/input/close to vb.net
    ... swallow and spit it out as a single string. ... stand alone components set for those VB6 file methods(such as FileOpen, ... Dim file_num As Integer = FreeFile ... For standard binary file read/write, in .NET, you can use BinaryReader ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Converting Quick Basic to Visual Basic
    ... "Bill McCarthy" wrote in message ... VB3 or earlier applications cannot be opened directly by VB6 IDE, and also require replacement of control libraries etc, etc. ... You still declare a String the same way and you assign and use strings the same way. ... could you imagine if every object had to have an ansi string property and a unicode string property for each property. ...
    (microsoft.public.vb.general.discussion)
  • Re: COM interop and Object Required
    ... string String ... int Long ... public class ComObject: IComInterface ... In VB6 I have added a reference to this class. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: My.Settings Questions
    ... You said an i quote "It works like VB6" refering to the my.settings class ... fact is that the My namespace is a language enhancement introduced in the VB ... Private Declare Function WritePrivateProfileString Lib "kernel32" _ ... ByVal lpFileName As String) As Long ...
    (microsoft.public.dotnet.languages.vb)
  • Re: COM interop and Object Required
    ... string String ... int Long ... public class ComObject: IComInterface ... In VB6 I have added a reference to this class. ...
    (microsoft.public.dotnet.languages.csharp)