Web Service - Extract Files

V

vb6dev2003

Hi,

I asked a similar question a while back with not much luck, so I am going to
try again:

Let's say I created a simple InfoPath form from a xsd schema file. I then
added a Web Service to the form called: myWS.
When extracting the files from my newly created xsn form, I end up with
myWS.xsd, myWS1.xsd, myWS2.xsd, myWS3.xsd, myWS4.xsd, and myWS5.xsd. On the
other hand, my main schema is still in 1 single xsd file.

Now, I open the xsn form again, delete the Web Service and add back the same
WS. I extract the files:
I end up with myWS6.xsd, myWS7.xsd, ..., myWS11.xsd!!

Why, and more importantly, how can I clean up the mess (delete old xsd file
that are not in use anymore).

Any clue?

Thanks.

vbdev
 

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