473,326 Members | 2,813 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

WSDL file error

Hello All,
Iam writing a wsdl file using the Servicedescription
class.The document I get is a well formed xml document.But
some how when I try to add this wsdl file as a webrefernce
to another project in VisualStudio.NET it gives me the
following error
"
c:\inetpub\wwwroot\WebApplication3\Web
References\WebReference\Reference.map(1): Custom tool
error: Unable to import WebService/Schema. Cannot find
definition for
http://schemas.xmlsoap.org/wsdl/:SchemaWebSoapSoap.
Service Description with namespace
http://schemas.xmlsoap.org/wsdl/ is missing.
Parameter name: name"

The following is the wsdl file that I generate

<?xml version="1.0" encoding="utf-8"?>
<definitions
xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:s="http://www.w3.org/2001/XMLSchema"
xmlns:s0="www.xyz.com"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/"
xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
targetNamespace="www.xyz.com"
xmlns="http://schemas.xmlsoap.org/wsdl/">
<types>
<s:schema xmlns:sr="www.xyz.com"
attributeFormDefault="qualified"
elementFormDefault="qualified"
targetNamespace="www.xyz.com">
<s:complexType name="GetRDF">
<s:sequence />
</s:complexType>
<s:complexType name="GetRDFResponse">
<s:sequence />
</s:complexType>
<s:complexType name="GetRDFTriples">
<s:sequence />
</s:complexType>
<s:complexType name="GetRDFTriplesResponse">
<s:sequence />
</s:complexType>
<s:complexType name="GetRDFNTriples">
<s:sequence />
</s:complexType>
<s:complexType name="GetRDFNTriplesResponse">
<s:sequence />
</s:complexType>
<s:complexType name="GetSchemaLocation">
<s:sequence />
</s:complexType>
<s:complexType name="GetSchemaLocationResponse">
<s:sequence />
</s:complexType>
<s:complexType name="GetSubjects">
<s:sequence />
</s:complexType>
<s:complexType name="GetSubjectsResponse">
<s:sequence />
</s:complexType>
<s:complexType name="GetObjects">
<s:sequence />
</s:complexType>
<s:complexType name="GetObjectsResponse">
<s:sequence />
</s:complexType>
<s:complexType name="GetSubClasses">
<s:sequence />
</s:complexType>
<s:complexType name="GetSubClassesResponse">
<s:sequence />
</s:complexType>
<s:complexType name="GetSuperClasses">
<s:sequence />
</s:complexType>
<s:complexType name="GetSuperClassesResponse">
<s:sequence />
</s:complexType>
<s:complexType name="GetSubProperties">
<s:sequence />
</s:complexType>
<s:complexType name="GetSubPropertiesResponse">
<s:sequence />
</s:complexType>
<s:complexType name="GetSuperProperties">
<s:sequence />
</s:complexType>
<s:complexType name="GetSuperPropertiesResponse">
<s:sequence />
</s:complexType>
<s:complexType name="GetDomains">
<s:sequence />
</s:complexType>
<s:complexType name="GetDomainsResponse">
<s:sequence />
</s:complexType>
<s:complexType name="GetDomainProperties">
<s:sequence />
</s:complexType>
<s:complexType name="GetDomainPropertiesResponse">
<s:sequence />
</s:complexType>
<s:complexType name="GetRanges">
<s:sequence />
</s:complexType>
<s:complexType name="GetRangesResponse">
<s:sequence />
</s:complexType>
<s:complexType name="GetRangeProperties">
<s:sequence />
</s:complexType>
<s:complexType name="GetRangePropertiesResponse">
<s:sequence />
</s:complexType>
</s:schema>
</types>
<message name="SchemaWebSoapGetRDFrequestIn">
<part />
</message>
<message name="SchemaWebSoapGetRDFrequestOut">
<part />
</message>
<message name="SchemaWebSoapGetRDFTriplesrequestIn">
<part />
</message>
<message name="SchemaWebSoapGetRDFTriplesrequestOut">
<part />
</message>
<message name="SchemaWebSoapGetRDFNTriplesrequestIn">
<part />
</message>
<message name="SchemaWebSoapGetRDFNTriplesrequestOut">
<part />
</message>
<message name="SchemaWebSoapGetSchemaLocationrequestIn">
<part />
</message>
<message name="SchemaWebSoapGetSchemaLocationrequestOut">
<part />
</message>
<message name="SchemaWebSoapGetSubjectsrequestIn">
<part />
<part />
</message>
<message name="SchemaWebSoapGetSubjectsrequestOut">
<part />
</message>
<message name="SchemaWebSoapGetObjectsrequestIn">
<part />
<part />
</message>
<message name="SchemaWebSoapGetObjectsrequestOut">
<part />
</message>
<message name="SchemaWebSoapGetSubClassesrequestIn">
<part />
</message>
<message name="SchemaWebSoapGetSubClassesrequestOut">
<part />
</message>
<message name="SchemaWebSoapGetSuperClassesrequestIn">
<part />
</message>
<message name="SchemaWebSoapGetSuperClassesrequestOut">
<part />
</message>
<message name="SchemaWebSoapGetSubPropertiesrequestIn">
<part />
</message>
<message name="SchemaWebSoapGetSubPropertiesrequestOut">
<part />
</message>
<message name="SchemaWebSoapGetSuperPropertiesrequestIn">
<part />
</message>
<message
name="SchemaWebSoapGetSuperPropertiesrequestOut">
<part />
</message>
<message name="SchemaWebSoapGetDomainsrequestIn">
<part />
</message>
<message name="SchemaWebSoapGetDomainsrequestOut">
<part />
</message>
<message
name="SchemaWebSoapGetDomainPropertiesrequestIn">
<part />
</message>
<message
name="SchemaWebSoapGetDomainPropertiesrequestOut">
<part />
</message>
<message name="SchemaWebSoapGetRangesrequestIn">
<part />
</message>
<message name="SchemaWebSoapGetRangesrequestOut">
<part />
</message>
<message name="SchemaWebSoapGetRangePropertiesrequestIn">
<part />
</message>
<message
name="SchemaWebSoapGetRangePropertiesrequestOut">
<part />
</message>
<portType name="SchemaWebSoap">
<operation name="GetRDF">
<input message="SchemaWebSoapGetRDFrequestIn" />
<output message="SchemaWebSoapGetRDFrequestOut" />
</operation>
<operation name="GetRDFTriples">
<input
message="SchemaWebSoapGetRDFTriplesrequestIn" />
<output
message="SchemaWebSoapGetRDFTriplesrequestOut" />
</operation>
<operation name="GetRDFNTriples">
<input
message="SchemaWebSoapGetRDFNTriplesrequestIn" />
<output
message="SchemaWebSoapGetRDFNTriplesrequestOut" />
</operation>
<operation name="GetSchemaLocation">
<input
message="SchemaWebSoapGetSchemaLocationrequestIn" />
<output
message="SchemaWebSoapGetSchemaLocationrequestOut" />
</operation>
<operation name="GetSubjects">
<input message="SchemaWebSoapGetSubjectsrequestIn" />
<output
message="SchemaWebSoapGetSubjectsrequestOut" />
</operation>
<operation name="GetObjects">
<input message="SchemaWebSoapGetObjectsrequestIn" />
<output
message="SchemaWebSoapGetObjectsrequestOut" />
</operation>
<operation name="GetSubClasses">
<input
message="SchemaWebSoapGetSubClassesrequestIn" />
<output
message="SchemaWebSoapGetSubClassesrequestOut" />
</operation>
<operation name="GetSuperClasses">
<input
message="SchemaWebSoapGetSuperClassesrequestIn" />
<output
message="SchemaWebSoapGetSuperClassesrequestOut" />
</operation>
<operation name="GetSubProperties">
<input
message="SchemaWebSoapGetSubPropertiesrequestIn" />
<output
message="SchemaWebSoapGetSubPropertiesrequestOut" />
</operation>
<operation name="GetSuperProperties">
<input
message="SchemaWebSoapGetSuperPropertiesrequestIn" />
<output
message="SchemaWebSoapGetSuperPropertiesrequestOut " />
</operation>
<operation name="GetDomains">
<input message="SchemaWebSoapGetDomainsrequestIn" />
<output
message="SchemaWebSoapGetDomainsrequestOut" />
</operation>
<operation name="GetDomainProperties">
<input
message="SchemaWebSoapGetDomainPropertiesrequestIn " />
<output
message="SchemaWebSoapGetDomainPropertiesrequestOu t" />
</operation>
<operation name="GetRanges">
<input message="SchemaWebSoapGetRangesrequestIn" />
<output message="SchemaWebSoapGetRangesrequestOut" />
</operation>
<operation name="GetRangeProperties">
<input
message="SchemaWebSoapGetRangePropertiesrequestIn" />
<output
message="SchemaWebSoapGetRangePropertiesrequestOut " />
</operation>
</portType>
<service name="SchemaWeb">
<port name="SchemaWebSoap" binding="SchemaWebSoapSoap">
<soap:address
location="http://www.schemaweb.info/webservices/soap/Schema
WebSoap.asmx" />
</port>
</service>
</definitions>

Any help is greatly appreciated.

Thanks
Suresh

Nov 15 '05 #1
0 1454

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: trexim | last post by:
Hi, I am trying to create a Web Reference for CSTA using the URL http://www.ecma-international.org/standards/ecma-348/csta-wsdl/csta-wsdl-all-operations.wsdl Visual .Net complains that: "...
1
by: ffhansix | last post by:
Hi, I am having problems with generating a c# proxy class from a IBM websphere WSDL file, when running the wsdl.exe to create the c# proxy file command i recieve an error: Warning: one or...
0
by: Dave | last post by:
Hi, If anyone could help with this, I would greatly appreciate it! I've created my own WSDL file and referenced an XSD file too. I've generated a service side interface using wsdl /server, and...
2
by: pshvarts | last post by:
(I'm new in SOAP) I get some wsdl file (from apache service ). I tried creating SOAP client with .NET - trying to add Web Reference and get error like: "Custom tool error: Unable to import...
0
by: Andreas | last post by:
Hi, Im trying to consume a webservice described by the WSDL below, however When i try to add the WSDL it does not work, tried to run it through WSDL.EXE It validates in XMLSpy, but WSDL.exe...
13
by: ScottM | last post by:
I have run into a problem generating the class file via the WSDL utility. I have a WSDL file that was generated by XMLSpy and is able to be read by the Java code utility, but I get the following...
1
by: Vishuonline | last post by:
Guys, I have had some experience in working with webservices created in .NET but this is the first time I am trying out one made in Java. When I run the wsdl exe to create a proxy class for...
0
by: shaily | last post by:
hi I have a java web service called "Registration service" and C# client which is a consumer of that service java web service running under Tomcat has following interface API exposed ...
1
by: Christof Winter | last post by:
I am trying to use a webservice with SOAPpy: import SOAPpy intact_wsdl = "http://www.ebi.ac.uk/intact/binary-search-ws/binarysearch?wsdl" intact_serv = SOAPpy.WSDL.Proxy(intact_wsdl) The...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.