Consulting

Results 1 to 3 of 3

Thread: Webservice into Excel

  1. #1
    VBAX Regular
    Joined
    Mar 2016
    Posts
    11
    Location

    Webservice into Excel

    Hi there

    I came across this website when I tried to find a solution to calling a webservice. In particular, the thread found by putting "36765 add a webservice reference to an excel 2010 sheet" into google. Unfortunately as a newbie I can't post direct links.

    I would like to do something similar to check whether a VAT number is valid for a particular customer of the business.

    The WDSL service can be found by typing checkVatService.wsdl into google (on vies website)

    You are able to test the service using the details on the webpage found by typing "vies technical Information.html" into google

    I wondered whether it is possible to incorporate the above into the code in the post referred to; I'd ideally like to check multiple VAT numbers at a time but not sure if its possible either?

    Thanks for looking through. I'm just starting out with VBA so I'm sure I'll be back here again and again!!!

  2. #2
    VBAX Guru Kenneth Hobs's Avatar
    Joined
    Nov 2005
    Location
    Tecumseh, OK
    Posts
    4,956
    Location
    Welcome to the forum!

    I don't know that many are using soap anymore. You can see example VBA code at: http://www.vbaexpress.com/forum/show...tes-into-Excel

  3. #3
    VBAX Regular
    Joined
    Mar 2016
    Posts
    11
    Location
    Thanks for the reply. That is the one I'd found, but I must confess my technical ability to manipulate the example into my scenario is all but none existent! However, is SOAP is redundant technology I may just have to go with the manual process of checking each one in turn!

Tags for this Thread

Posting Permissions

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