Author: ffang
Date: Mon Oct 29 22:42:53 2007
New Revision: 589965
URL: http://svn.apache.org/viewvc?rev=589965&view=rev
Log:
change the port used in cxf-wsdl-first sample from 8192 to 8092
Modified:
incubator/servicemix/branches/servicemix-3.2/samples/cxf-wsdl-first/README.txt
incubator/servicemix/branches/servicemix-3.2/samples/cxf-wsdl-first/client.html
incubator/servicemix/branches/servicemix-3.2/samples/cxf-wsdl-first/wsdl-first-cxfbc-su/src/main/resources/person.wsdl
incubator/servicemix/branches/servicemix-3.2/samples/cxf-wsdl-first/wsdl-first-cxfse-su/src/main/resources/person.wsdl
Modified:
incubator/servicemix/branches/servicemix-3.2/samples/cxf-wsdl-first/README.txt
URL:
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/samples/cxf-wsdl-first/README.txt?rev=589965&r1=589964&r2=589965&view=diff
==============================================================================
---
incubator/servicemix/branches/servicemix-3.2/samples/cxf-wsdl-first/README.txt
(original)
+++
incubator/servicemix/branches/servicemix-3.2/samples/cxf-wsdl-first/README.txt
Mon Oct 29 22:42:53 2007
@@ -29,7 +29,7 @@
mvn install jbi:projectDeploy
You can browse the WSDL at
- http://localhost:8192/PersonService?wsdl
+ http://localhost:8092/PersonService?wsdl
You can also open the client.html page in a browser
to send a request to the service.
Modified:
incubator/servicemix/branches/servicemix-3.2/samples/cxf-wsdl-first/client.html
URL:
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/samples/cxf-wsdl-first/client.html?rev=589965&r1=589964&r2=589965&view=diff
==============================================================================
---
incubator/servicemix/branches/servicemix-3.2/samples/cxf-wsdl-first/client.html
(original)
+++
incubator/servicemix/branches/servicemix-3.2/samples/cxf-wsdl-first/client.html
Mon Oct 29 22:42:53 2007
@@ -21,7 +21,7 @@
<head>
<title>ServiceMix WSDL-First Example</title>
<script type="text/javascript">
-var urlToOpen = "http://localhost:8192/PersonService/"; //default URL to open
+var urlToOpen = "http://localhost:8092/PersonService/"; //default URL to open
function getHTTPObject() {
var xmlhttp = false;
Modified:
incubator/servicemix/branches/servicemix-3.2/samples/cxf-wsdl-first/wsdl-first-cxfbc-su/src/main/resources/person.wsdl
URL:
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/samples/cxf-wsdl-first/wsdl-first-cxfbc-su/src/main/resources/person.wsdl?rev=589965&r1=589964&r2=589965&view=diff
==============================================================================
---
incubator/servicemix/branches/servicemix-3.2/samples/cxf-wsdl-first/wsdl-first-cxfbc-su/src/main/resources/person.wsdl
(original)
+++
incubator/servicemix/branches/servicemix-3.2/samples/cxf-wsdl-first/wsdl-first-cxfbc-su/src/main/resources/person.wsdl
Mon Oct 29 22:42:53 2007
@@ -91,7 +91,7 @@
<wsdl:service name="PersonService">
<wsdl:port binding="tns:PersonSOAPBinding" name="soap">
- <soap:address location="http://localhost:8192/PersonService/" />
+ <soap:address location="http://localhost:8092/PersonService/" />
</wsdl:port>
</wsdl:service>
Modified:
incubator/servicemix/branches/servicemix-3.2/samples/cxf-wsdl-first/wsdl-first-cxfse-su/src/main/resources/person.wsdl
URL:
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/samples/cxf-wsdl-first/wsdl-first-cxfse-su/src/main/resources/person.wsdl?rev=589965&r1=589964&r2=589965&view=diff
==============================================================================
---
incubator/servicemix/branches/servicemix-3.2/samples/cxf-wsdl-first/wsdl-first-cxfse-su/src/main/resources/person.wsdl
(original)
+++
incubator/servicemix/branches/servicemix-3.2/samples/cxf-wsdl-first/wsdl-first-cxfse-su/src/main/resources/person.wsdl
Mon Oct 29 22:42:53 2007
@@ -91,7 +91,7 @@
<wsdl:service name="PersonService">
<wsdl:port binding="tns:PersonSOAPBinding" name="soap">
- <soap:address location="http://localhost:8192/PersonService/" />
+ <soap:address location="http://localhost:8092/PersonService/" />
</wsdl:port>
</wsdl:service>