How to define a schema in a webservice

A

Albert

Hi everybody,

I try to make my infopath form based on a webservice. This webservice
query a tamino table who send my data and my structure of my xml. But
how to define the schema? Infopath ask me to give him a value for
example for make the schema. but how I can say to infopath that I don't
wan't to do that!

I wan't that he take my schema not create one based on my example that
I give in the wizard.

Is there any way to do that? What can I include in my webservice for he
take my schema? I have declared in my webservice the schema location:

xquery.Append("xsi:noNamespaceSchemaLocation={'http://xxx.xxx.com/HRG.xsd'}");

But infopath ask me a example value for create the schema!
Thanks for your reply!!!
 
V

virgul

Hi albert,

You can define that in the manifest.xsf replace the schema.xsd by the
schema of your desire. But that make a copy of your schema in your
infopath project. It isen't take at the internet adresse.

++
 

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