Re: SimpleDeserializer problem

2004-12-06 Thread tony . q . weddle
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

Re: SimpleDeserializer problem

2004-12-05 Thread Kibaya E.
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

Re: SimpleDeserializer problem

2004-12-03 Thread tony . q . weddle
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

SimpleDeserializer problem

2004-12-02 Thread Kibaya E.
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: ==