Results 1 to 2 of 2

Thread: Web Service

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2005
    Posts
    40

    Web Service

    I have a .net web service page called "Rep.asmx". There are 6 web service functions residing on this page:

    1. Function PunchIn(byval sXML as string) as string
    2. Function PunchOut(byval sXML as string) as string
    3. Function BreakStart(byval sXML as string) as string

    From a VB6 application I am doing an htto posting with the xml string to the web service.

    I am having a problem figuring out how to attach the function name to the web service url.
    Should it look like this:
    For 1: http://localhost/repclock/repclock.asmx?PunchIn
    For 2: http://localhost/repclock/repclock.asmx?PunchOut

    Any help is greatly appreciated...

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

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