alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Apache CXF example source code file (DiscoveryServiceSOAP_HTTP.wsdl)

This example Apache CXF source code file (DiscoveryServiceSOAP_HTTP.wsdl) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Apache CXF tags/keywords

copyright, discoveryservice, discoveryservice, forum, telemanagement, this, tmf854, tmf854, tmf854-discoveryservice-soap-http, utf-8, utf-8, version, version

The Apache CXF DiscoveryServiceSOAP_HTTP.wsdl source code

<?xml version="1.0" encoding="UTF-8"?>
<!-- TMF854 Version 1.0 - Copyright TeleManagement Forum 2005, 2006 -->
<wsdl:definitions xmlns:tmf854WS="tmf854.v1.ws" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" targetNamespace="tmf854.v1.ws" name="TMF854-DiscoveryService-SOAP-HTTP">
	<wsdl:import namespace="tmf854.v1.ws" location="../../binding/soap_http/DiscoveryServiceSOAP.wsdl" />

	<wsdl:service name="DiscoveryService">
		<wsdl:port name="DiscoveryService" binding="tmf854WS:DiscoveryServiceSoapHTTPBinding">
			<soap:address location="http://aserver/mtosi/v1/DiscoveryService" />
		</wsdl:port>
	</wsdl:service>

<!--  This is the 1.0 version of the service, which has been deprecated in 1.1
	<wsdl:service name="DiscoveryService">
		<wsdl:port name="DiscoveryService" binding="tmf854WS:DiscoveryInterfaceSoapHTTPBinding">
			<soap:address location="http://aserver/mtosi/v1/DiscoveryService" />
		</wsdl:port>
	</wsdl:service>
-->

</wsdl:definitions>

Other Apache CXF examples (source code examples)

Here is a short list of links related to this Apache CXF DiscoveryServiceSOAP_HTTP.wsdl source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.