Soap, Web Services and infopath

P

Papanii

Hi

I have a couple of problems when it comes to InfoPath's web service
utility. Since I am using a SQL and XML in my development project, I decided
on using SQL's SQLXML 3.0 utility for various part of my project. One of the
key areas I am using it is for the creation of xml web services. This
utility has the ability of creating a web service that exposes the stored
procedures within the database as web methods. To be specific, the exact
problem I am having is with respect to the WSDL file created by SQLXML 3.0.
For some reason when I provide InfoPath with the location of the WSDL file
even though it is able to find the procedure, it gives me an error :
InfoPath was unable to create a schema from the results of the web service
call." .. Under the details tab it states: "The SOAP message cannot be
parsed." I can't seem to get around this problem. Any help would be greatly
appreciated.



--Papanii
 
P

Patrick Halstead

Can you open the WSDL in Internet Explorer, save it to your local file share
and then specify the file:///c:\pathtowsdl.xml\ in the web service query
text field? Does that work?
 
D

Dincer Ozturan

Hi,
Does the webservice methods created by your utility return Xml?; As I 've heard if they return any other type, infopath typically can not interpret the web service schema.
Dincer Ozturan
 

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