Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6762147
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T14:16:53+00:00 2026-05-26T14:16:53+00:00

OK I am brand new to .asmx creation and I am having a hell

  • 0

OK I am brand new to .asmx creation and I am having a hell of a time figuring out to send a URL to .asmx file. The .asmx file is expecting to receive a parameter named givenURL.

The paremeter givenURL needs to be sent from Windows Forms.

I need to know how I go about doing this? Do I use SOAP or can I just send it using VB? I’ve been playing with this for 2 days now and it is really starting to get to me! Thanks in advance. Any help is appreciated.

<WebMethod(Description:="Creates PDF Using URL")> _
Public Function CreatePDF(ByVal givenURL As String) As Byte
    Dim theDoc As New Doc
    Dim theID = theDoc.AddImageUrl(givenURL, True, 0, True)

    Do While True
        theDoc.FrameRect()
        If Not theDoc.Chainable(theID) Then
            Exit Do
        End If

        theDoc.Page = theDoc.AddPage()
        theID = theDoc.AddImageToChain(theID)
    Loop
    theDoc.SaveOptions.Linearize = True

    Dim theData As Byte() = theDoc.GetData()

    Return theData(0)

End Function
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T14:16:54+00:00Added an answer on May 26, 2026 at 2:16 pm

    You will need to create a reference to your web service in your Windows forms application.

    When you reference the web service, Visual Studio will generate a proxy class, abstracting away the complexity involved in generating the SOAP messages and enabling you to deal purely with the proxy object whilst communicating with your web service.

    See: Create Simple Web Service in Visual Studio 2008 / 2010

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm brand new to ruby and rails and I'm having trouble creating a sign-out
Brand new to using python, need help figuring out why my command line is
Brand new to Cocoa and I'm trying to figure out how to copy an
I'm brand new to C++ and am having trouble trying to get a function
I'm brand new with log4j and I can't seem to figure this out. If
Brand new to coding; been utilizing stackoverflow religiously for months; first time asking a
Brand new to android and facing a weird problem.Check out the code below FirstActivity.java:
Brand new to C here. The program is supposed to read in a file
Brand new to the Log4Net library and there is something I have not been
Brand new to Python (and programming in general), if this is simple and/or answered

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.