aslom 2004/08/23 14:03:38
Modified: java/samples/multibinding StockQuoteService.wsdl Log: updated service location in WSDL Revision Changes Path 1.2 +18 -17 ws-wsif/java/samples/multibinding/StockQuoteService.wsdl Index: StockQuoteService.wsdl =================================================================== RCS file: /home/cvs/ws-wsif/java/samples/multibinding/StockQuoteService.wsdl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- StockQuoteService.wsdl 17 Dec 2002 17:14:12 -0000 1.1 +++ StockQuoteService.wsdl 23 Aug 2004 21:03:38 -0000 1.2 @@ -1,14 +1,14 @@ <?xml version='1.0' encoding='UTF-8'?> -<definitions name='net.xmethods.services.stockquote.StockQuote' - targetNamespace='http://www.themindelectric.com/wsdl/net.xmethods.services.stockquote.StockQuote/' - xmlns:tns='http://www.themindelectric.com/wsdl/net.xmethods.services.stockquote.StockQuote/' - xmlns:electric='http://www.themindelectric.com/' - xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' - xmlns:xsd='http://www.w3.org/2001/XMLSchema' +<definitions name='net.xmethods.services.stockquote.StockQuote' + targetNamespace='http://www.themindelectric.com/wsdl/net.xmethods.services.stockquote.StockQuote/' + xmlns:tns='http://www.themindelectric.com/wsdl/net.xmethods.services.stockquote.StockQuote/' + xmlns:electric='http://www.themindelectric.com/' + xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' + xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:format="http://schemas.xmlsoap.org/wsdl/formatbinding/" xmlns:java="http://schemas.xmlsoap.org/wsdl/java/" - xmlns:soapenc='http://schemas.xmlsoap.org/soap/encoding/' - xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/' + xmlns:soapenc='http://schemas.xmlsoap.org/soap/encoding/' + xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/' xmlns='http://schemas.xmlsoap.org/wsdl/'> <message name='getQuoteResponse1'> @@ -27,26 +27,26 @@ </portType> <!-- SOAP binding --> - <binding name='StockQuoteSOAPBinding' + <binding name='StockQuoteSOAPBinding' type='tns:net.xmethods.services.stockquote.StockQuotePortType'> <soap:binding style='rpc' transport='http://schemas.xmlsoap.org/soap/http'/> <operation name='getQuote'> <soap:operation soapAction='urn:xmethods-delayed-quotes#getQuote'/> <input> - <soap:body use='encoded' - namespace='urn:xmethods-delayed-quotes' + <soap:body use='encoded' + namespace='urn:xmethods-delayed-quotes' encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/> </input> <output> - <soap:body use='encoded' - namespace='urn:xmethods-delayed-quotes' + <soap:body use='encoded' + namespace='urn:xmethods-delayed-quotes' encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/> </output> </operation> </binding> <!-- Java binding --> - <binding name='StockQuoteJavaBinding' + <binding name='StockQuoteJavaBinding' type='tns:net.xmethods.services.stockquote.StockQuotePortType'> <java:binding/> <format:typeMapping encoding="Java" style="Java"> @@ -63,12 +63,13 @@ <service name='net.xmethods.services.stockquote.StockQuoteService'> <documentation>net.xmethods.services.stockquote.StockQuote web service</documentation> - <port name='StockQuoteSOAPPort' + <port name='StockQuoteSOAPPort' binding='tns:StockQuoteSOAPBinding'> - <soap:address location='http://66.28.98.121:9090/soap'/> + <!--soap:address location='http://66.28.98.121:9090/soap'/--> + <soap:address location='http://64.124.140.30:9090/soap'/> </port> <port name="StockQuoteJavaPort" binding="tns:StockQuoteJavaBinding"> <java:address className="multibinding.service.StockQuoteService"/> </port> </service> -</definitions> \ No newline at end of file +</definitions>
