Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Converting .SDL to .WSDL
Message
De
17/03/2004 10:56:44
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Web Services
Titre:
Converting .SDL to .WSDL
Divers
Thread ID:
00887097
Message ID:
00887097
Vues:
54
Hi All,

I've got a .SDL web service, does any one know where I can go to find out how to convert this to a .WSDL web service?
<?xml version="1.0"?>
<serviceDescription xmlns:s0="http://tempuri.org/" name="eLibraryService" targetNamespace="http://tempuri.org/" xmlns="urn:schemas-xmlsoap-org:sdl.2000-01-25">
	<soap xmlns="urn:schemas-xmlsoap-org:soap-sdl-2000-01-25">
		<service>
			<addresses>
				<address uri="http://server01/youthw/soap.asp"/>
			</addresses>	
			<requestResponse name="SaveDocument" soapAction="http://tempuri.org/SaveDocument">
				<request ref="s0:SaveDocument"/>
				<response ref="s0:SaveDocumentResult"/>
			</requestResponse>
		</service>
	</soap>
	<schema targetNamespace="http://tempuri.org/" attributeFormDefault="qualified" elementFormDefault="qualified" xmlns="http://www.w3.org/2001/XMLSchema">
		<element name="SaveDocument">
			<complexType>
				<all>
					<element name="Method" xmlns:q1="http://www.w3.org/2001/XMLSchema" type="q1:string" nullable="true"/>
					<element name="VetRef" xmlns:q1="http://www.w3.org/2001/XMLSchema" type="q1:string" nullable="true"/>
					<element name="VetTitle" xmlns:q2="http://www.w3.org/2001/XMLSchema" type="q2:string" nullable="true"/>
					<element name="VetLocation" xmlns:q3="http://www.w3.org/2001/XMLSchema" type="q3:string" nullable="true"/>
					<element name="VetDuration" xmlns:q4="http://www.w3.org/2001/XMLSchema" type="q4:string" nullable="true"/>
					<element name="VetStart" xmlns:q5="http://www.w3.org/2001/XMLSchema" type="q5:string" nullable="true"/>
					<element name="VetEnd" xmlns:q6="http://www.w3.org/2001/XMLSchema" type="q6:string" nullable="true"/>
					<element name="VetDesc" xmlns:q7="http://www.w3.org/2001/XMLSchema" type="q7:string" nullable="true"/>
					<element name="Username" xmlns:q8="http://www.w3.org/2001/XMLSchema" type="q8:string" nullable="true"/>
					<element name="Password" xmlns:q9="http://www.w3.org/2001/XMLSchema" type="q9:string" nullable="true"/>
				</all>
			</complexType>
		</element>
		<element name="SaveDocumentResult">
			<complexType>
				<all>
					<element name="Status" xmlns:q10="http://www.w3.org/2001/XMLSchema" type="q10:string" nullable="true"/>
				</all>
			</complexType>
		</element>
	</schema>
</serviceDescription>
Also, What is good software for writting XML web services (.WSDL).

Thanks in advance.

As always any help is greatly appreciated.

Kind Regards,
Tarran Walker
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform