Results 1 to 4 of 4

Thread: post to .net webservice using inet control[resolved]

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2002
    Location
    Norwich, UK
    Posts
    405

    Resolved post to .net webservice using inet control[resolved]

    I am trying to use a .net webservice in a vb6 app, but without using a control i have to then put on the client machines.

    i have tried posting data to the webservice using the inet control but i keep getting a malformed url error, i'm not sure if im even posting to the correct place

    Code:
        
        wsurl = "http://localhost/Email/Email.asmx/SendEmail"
        postdata = "isHTML=true&[email protected]&[email protected]&Subject=this is a test email&Body=this is the body of the test email&applicationName=testapp2&emailID=test2"
        Inet1.Execute wsurl, "POST", postdata
    Last edited by sagey; May 31st, 2005 at 11:06 AM. Reason: [resolved]

Posting Permissions

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



Click Here to Expand Forum to Full Width