Hi,

I have written simple webmethod using asp.net wich takes 2 parameters
name and age. I have a client programme written in vb6 using soap
toolkit to invoke this webmethod. This is working fine.

But my oroblem is if I pass incorrect parameters i.e. say Name1 and
Age1 instead of Name and Age, it does not throw any error.

I have read documents on msdn on how to validate incoming soap message
available in c#. but cannot find anything using vb.

Can anyone post a sample of vb6 programme to validate soap message and
invoke webmethod?

Any help is grately appreciated.

Pratibha