Skip to content

Commit

Permalink
Speed up test by using a real domain name for SOAP server
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Aug 15, 2015
1 parent 04cee99 commit 111dcfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Soap/_files/HelloWorld.wsdl
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@
<wsdl:service name="HelloWorldService">
<wsdl:port binding="hw:HelloWorldSoapBinding"
name="HelloWorld">
<wsdlsoap:address location="http://localhost:8080/WebService/services/HelloWorld"/>
<wsdlsoap:address location="http://example.com"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>

0 comments on commit 111dcfc

Please sign in to comment.