WSDL File on Local Drive - your search returned no results

R

redryderridesagain

Using Microsoft Office 2003 Web Services Toolkit for VBA. I have
sucessfully generated proxy classes from WSDL files through the web,
however when I try to use a WSDL File on My Local Drive the via the
Tools>Web Services References ... function, the message is "your
search returned no results". Note this is not the same as when there
is no file of .wsdl type on the local drive.

What do I need to do here? Thanks
 
R

redryderridesagain

And the answer is take out the comment at the top of the wsdl file and
things are back to normal (or was it break up defintions tag with a
few carriage returns.)

Half baked is better than not in the oven when it comes to VBA.
 
R

redryderridesagain

UsingMicrosoftOffice 2003 Web Services Toolkit for VBA. I have
sucessfully generated proxy classes from WSDL files through the web,
however when I try to use a WSDL File on My Local Drive the via the
Tools>Web Services References ... function, the message is "your
search returned no results". Note this is not the same as when there
is no file of .wsdl type on the local drive.

What do I need to do here? Thanks

I lied its the UTF encoding statement that buggers things up. Take out
'encoding ="UTF-8"' and it displays the wsdl for import. Any help on
getting around this is appreciated.

<?xml version="1.0" encoding="UTF-8"?>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top