Runtime error java.lang.ClassCastException: org.apache.axiom.om.impl.llom.factory.OMLinkedListImplFactory cannot be cast to org.apache.axiom.om.impl.builder.OMFactoryEx

2017-06-23 Thread Robert Seletsky
Building with axis2 1.7.5 Looks like a problem with axiom libraries. Have axiom-api-1.2.20.jar, axiom-compat-1.2.20.jar, axiom.dom-1.2.20,jar, axiom-impl-1.2.13.jar (will not compile with axiom-impl-1.2.20.jar), and axiom-jaxb-1.2.20.jar deployed under WEB-INF. Robert

Re: Runtime error 'undeclared namespace "t"'

2017-06-23 Thread Martin Gainty
From: Robert Seletsky Sent: Friday, June 23, 2017 3:12 PM To: java-dev@axis.apache.org Subject: Re: Runtime error 'undeclared namespace "t"' The WSDL is supplied by Oracle (RightNow) MG>Oracles example uses double quoted delimiter for namespace URL https://doc

Re: Runtime error 'undeclared namespace "t"'

2017-06-23 Thread Andreas Veithen
Total nonsense. XML allows both single and double quotes. Andreas On Fri, Jun 23, 2017 at 8:03 PM, Martin Gainty wrote: > tick marks are a part of CDATA and not a URL delimiter which are you > attempting to declare example: > > > 2.1.7.5 enterprise.wsdl > > > xmlns="http://schemas.

Re: Runtime error 'undeclared namespace "t"'

2017-06-23 Thread Robert Seletsky
The WSDL is supplied by Oracle (RightNow) I am new to all this, but I am able to get a successful build using Maven with IntelliJ. Robert From: Martin Gainty Sent: Friday, June 23, 2017 1:03:19 PM To: java-dev@axis.apache.org Subject: Re: Runtime error 'undeclar

Tomcat 8 - what is default Axis2 version ?

2017-06-23 Thread Robert Seletsky
What is the default Axis2 version with Tomcat 8? Robert

Re: Runtime error 'undeclared namespace "t"'

2017-06-23 Thread Martin Gainty
tick marks are a part of CDATA and not a URL delimiter which are you attempting to declare example: 2.1.7.5 enterprise.wsdl http://schemas.xmlsoap.org/wsdl/"; xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema";

Re: Runtime error 'undeclared namespace "t"'

2017-06-23 Thread Robert Seletsky
Hello Martin, I can not read your reply, but resolved this issue by rebuilding WSDL with: axis2-wsdl2code-maven-plugin 1.7.5 since using axis2 1.7.5 From: Martin Gainty Sent: Friday, June 23, 2017 7:00:11 AM To: java-dev@axis.apache.org Subject: Re: Run

Re: Runtime error 'undeclared namespace "t"'

2017-06-23 Thread Martin Gainty
From: Robert Seletsky 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