Kabaya,
You'll have to learn a bit about defining XML schema. Often just looking
at examples will teach you enough to get something working. There are also
some books on Web services, which include information on defining WSDL.
This is what I had to do, as I'd done no web services work up to a fe
Thanks Tony for the adviceunfortunately iam still
new to all this, could you kindly help further and get
me on to how i should really do it. It surely seems to
be the problem.
kibaya
--- [EMAIL PROTECTED] wrote:
> Kibaya,
>
> My guess is that you have specified the
> exchangeRequest message a
Kibaya,
My guess is that you have specified the exchangeRequest
message as being of type xsd:anyType and Axis can't do anything except
assume that it is a simple type. This means that Axis is expecting no child
elements of the RequestSecurityToken element. But you have lots of child
elements. As
Hi folks,
Iam still grappling with my problem, not yet solved.
The web service is rightly deployed but on running the
client, i keep on getting simpledeserializer error
thrown by the server! Any ideas where i might have
totally mesed up?
Here is how it looks:
==