Web Service to Infopath Problems

K

Kevin

I have created a web service that provides a DataSet from a database.

I have tested it manually etc and both the WSDL and data appear to be
correct - they display correctly in IE6.

When I try to connect to this web service to create an infopath form, I get
the following error (which is preceded by some references to fields in the
schema)

Undeclared XSD Element: '{http://www.w3.org/2001/XMLSchema}'schema

I am using .NET 2.0 with SQL Express 2005 as the database.

I know that I can connect directly to SQL Express (and have done so), but I
want to learn how to create and use web services, as I have some other
production databases that are Firebird (interbase) and Velocis (RDM Server)
that I would eventually like to access.

I am currently stuck at this point - so any help would be greatly
appreciated...

Kevin
 

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