"Vishuonline" <Vishuonline (AT) discussions (DOT) microsoft.com> wrote
Quote:
Guys,
I have had some experience in working with webservices created in .NET but
this is the first time I am trying out one made in Java.
When I run the wsdl exe to create a proxy class for the wsdl provided it
throws the following error.
Error: Unable to import binding 'CosmosXXXXXBinding' from namespace 'urn
:XXXXX'.
- Unable to import operation 'XXXXXXX'.
- The datatype 'Array' is missing. |
I see no problems with the <wsdl:types> element. Since the error message
refers to the binding, please post the binding and portType. Perhaps one of
those refers to 'Array'.
John