Ask a Question related to ASP.NET Web Services, Design and Development.
-
Wm. Scott Miller #1
Import XSD schema into WSDL
I have an XSD file supplied by a company. I have to interact with a
webservice on their site but they didn't supply a WSDL. I generated my own
WSDL to communicate and copied and pasted the XSD into the file manually.
This worked, but makes the file huge. Additionally, I had to make some
modifications to the XSD to make it all work. What I'd like to do is
reference the XSD from my WSDL and define a schema in the WSDL to make the
"modifications" that I had to do to the original file to make it work. How
is this done? I've tried wsdl:import, xsd:import and XMLSpy is telling me
it cannot find the schema object I'm trying to use out of the XSD file.
Another time, I got a object already defined error (I have to create an
object with the same name as one in the XSD file and it is not detecting
that the file and the local XSD are different). Additionally, the WSDL.exe
gives me "A schema with the namespace '' has already been added"
What is going on and how to I do this?
Thanks,
Scott
Wm. Scott Miller Guest
-
how to use get to embed schema into WSDL
Hi, So we have a web method, GetOrders(). GetOrders() internally gets a typed dataset, and then converts it to XML (it might be an... -
Typed Dataset schema not showing in WSDL
I have a simple typed dataset that is being returned by a WebMethod. When I use WSDL to query the webservice, the schema of the dataset is not being... -
How To control how WSDL generate schema for nested .NET classes ? (part 2)
Hi, I've got another issue about how WSDL handles nested classes. consider this type : Public Class CMPXQueryEnvResponse Public Envelope() As... -
How To control how WSDL generate schema for nested .NET classes ?
Hi, is there any attrubute I can place on the web service side to control how nested types are defined in the WSDL ? basically I'd like that such... -
WSDL.EXE: WSDL Import Directive
Hi I was supplied a WSDL file to use as the basis for creating a Web Service. I tried to use the WSDL.EXE tool to generate the VB code to create...



Reply With Quote

