I got exactly this same error when my endpoint URL was not correctly defined.
It needs to start with http:// or https://, or one of the other transports that
is supported by Axis2. Hope this helps.
-andy
From: Adnan [mailto:[email protected]]
Sent: Wednesday, May 26, 2010 4:39 AM
To: java-user
Could be because the WSDL defines the message as follows:
But MaintenanceHistory is not a type; it's an element.
Andreas
On Wed, May 26, 2010 at 17:07, Steven De Groote
wrote:
> Hi all,
>
> I'm struggling to find out how to use the generated code by axis2.
> I have a wsdl file (see below) fro
Hi all,
I'm struggling to find out how to use the generated code by axis2.
I have a wsdl file (see below) from where I generated the server code.
Everything fine so far, but I am struggling a bit with a particular part.
Basically, this WS should return one item of MaintenanceHistory.
LBClientOpR
Hi,
I am a newbie trying to crete my first module/handler class. As per the doc at:
http://ws.apache.org/axis2/1_5_1/modules.html
all the methods of org.apache.axis2.modules.Module can have a blank
impl. It suits fine as most have void return type. But "public boolean
canSupportAssertion(Assertion
Hello.
I have spent many days sorting out this problem but did not get any solution,
this mail should be in ode list but (it is there) but i sending it here because
the error i am getting is from axis2, either i am missing somthing or there
might be somthing wrong with ode-axis2 interface . I g