Hi, I'm trying to knock together some code to query a UDDI registry and call a Web Service given it's WSDL URL. I've got the latter part of the problem working (calling the Web Service) using some of the WSDL URLs listed on the XMethods site. However, if I navigate to the WSDL overview document URL via the UDDI registry I seem to get a different WSDL URL with no service element. The WSIF code (modified from the DynamicInvoker) sample fails because this WSDL URL doesn't contain any services.
I don't understand why the UDDI registry doesn't contain a pointer to the URL with the service element, but a different WSDL file. Sorry if the question seems dumb, I'm a bit new to this stuff ;-) Thanks for any help John