View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Nacho Nacho is offline
external usenet poster
 
Posts: 6
Default Office web services toolkit search problem

Hi,
I'm trying to call a web service from an excel worksheet. I've
downloaded the office web services toolkit and tried it with many examples in
the web and worked. But now, I'm having a problem to connect to a web service
located in a computer inside my company LAN, that it's not in a public
internet server.
When I enter the address where the web service is located (i.e
http://10.0.0.10/test/urn:Echo?wsdl), it doesn't find it.
What can I be doing wrong.
Thank you in advance.