Hi,

I have downloaded the Beta release of AXIS.

If you try to generate the client classes from the WSDL provided in the
samples/addr directory, using dot net, then it gives errors.

This is because the schema namespace used in that WSDL is
"http://www.w3.org/1999/XMLSchema";

dot net assumes that you would be using the namespace:
"http://www.w3.org/2001/XMLSchema";

So it does NOT generate the WSDL.

Also the WSDL that you have included does NOT contain the messages
corresponding to response of the addEntry method.
dot net assumes that you would be having message elements for it! (they can
be left empty in case there is no response)

So it should have the following additions:

 <message name="AddEntryResponse">

 </message>

and in the   <portType name="AddressBook"> you should have:
<output message="tns:AddEntryResponse"/>

This makes dot net wsdl generation tool happy! :-)

Can you please include the above changes in the WSDL?

Warm Regards,
Paramdeep



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

Reply via email to