Hello Martin,
I can not read your reply, but resolved this issue by rebuilding WSDL with:
<artifactId>axis2-wsdl2code-maven-plugin</artifactId>
<version>1.7.5</version>
since using axis2 1.7.5
________________________________
From: Martin Gainty <[email protected]>
Sent: Friday, June 23, 2017 7:00:11 AM
To: [email protected]
Subject: Re: Runtime error 'undeclared namespace "t"'
________________________________
From: Robert Seletsky <[email protected]>
Sent: Thursday, June 22, 2017 2:38 PM
To: [email protected]
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