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
Patrick Halstead - 30 Jul 2004 02:35 GMT
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?
> Hi
>
[quoted text clipped - 13 lines]
>
> --Papanii
Dincer Ozturan - 30 Jul 2004 11:23 GMT
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
> Hi
>
[quoted text clipped - 13 lines]
>
> --Papanii