CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2008
    Posts
    1

    Question Handling xsi:nil in Excel VB macro

    I'm making a call to a web service from an Excel VB macro. I've loaded the .wsdl into Excel using MS Office 2003 Web Services Toolkit.

    The .wsdl allows xsi:nil to be true on most elements in a SOAP response.

    When running the service the macro fails if an element return nil. For example:

    <bedrooms xsi:nil="true"/>

    What is the correct way to handle this problem in a VB office macro?

  2. #2
    Join Date
    Nov 2012
    Posts
    1

    Smile Re: Handling xsi:nil in Excel VB macro

    I've been looking for information on this topic for a long time. Did you get to solve that issue? Any help is kindly appreciated.

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

Featured