I'm
using wsdl2java to generate client and server code. My wsdl has the
following:
xmlns:tns="http://Sirit/ETTM/"
targetNamespace="http://Sirit/ETTM/"
<soap:operation soapAction="http://Sirit/ETTM/GetTransactions"
style="document" />
<soap:operation soapAction="http://Sirit/ETTM/AcknowledgeQueryResults" style="document" />
<soap:address location="http://localhost/ETTMServices/TZCService.asmx" />
<soap:operation soapAction="http://Sirit/ETTM/AcknowledgeQueryResults" style="document" />
<soap:address location="http://localhost/ETTMServices/TZCService.asmx" />
I'm
trying to create a Web Service on my localhost using Axis 1.2. How do I
replace the URLs in
the
generated code? Do I replace "//Sirit/ETTM/" everywhere with
"//localhost:8080/axis/"?
Thanks
for your help,
Jan
