________________________________
From: Robert Seletsky <rsele...@unm.edu>
Sent: Thursday, June 22, 2017 2:38 PM
To: java-dev@axis.apache.org
Subject: Runtime error 'undeclared namespace "t"'
Getting runtime error 'undeclared namespace "t"' since ServiceStub.java
(generated from WSDL via wsdlcode) is missing
xmlns:t='http://docs.oasis-open.org/ws-sx/ws-trust/200512'
MG>any reason you are using single-tick ' instead of quote
xmlns:t="http://docs.oasis-open.org/ws-sx/ws-trust/20051"
which is in the WSDL file.
Please advise.
Robert