Skip to content

Commit

Permalink
Merge pull request #1 from jkorab/master
Browse files Browse the repository at this point in the history
Fixing misnamed service in WSDL
  • Loading branch information
jkorab committed Sep 26, 2012
2 parents f8eb4b3 + 0e44d2a commit 2d8ce6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion greeter-api/src/main/resources/wsdl/greeter.wsdl
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
</wsdl:binding>

<!-- maps a service binding to a service URL -->
<wsdl:service name="SOAPService">
<wsdl:service name="GreeterService">
<wsdl:port binding="tns:Greeter_SOAPBinding" name="SoapPort">
<soap:address location="http://localhost:9000/SoapContext/SoapPort"/>
</wsdl:port>
Expand Down

0 comments on commit 2d8ce6a

Please sign in to comment.