• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Found unknown simple type: javax.xml.soap.SOAPElement

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am using J2ME Wirelwss Toolkit 2.2

I am calling .Net web service.
I have deployed web service on IIS. The WSDL file contains the following element

<s:element name="GetAuthenticatedResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="GetAuthenticatedResult">
<s:complexType mixed="true">
<s:sequence>
<s:any />
</s:sequence>
</s:complexType>
</s:element>
</s:sequence>
</s:complexType>
</s:element>

GetAuthenticatedResponse operation returning XMLDocument

When i am using this WSDL file for generating stub using wireless toolkit stub generator its giving me following error

error: Found unknown simple type: javax.xml.soap.SOAPElement
warning: Operation GetAuthenticated does not have all valid types for this platform; skipping generation of operation.

Pls tell me whats wrong with the WSDL file
Its urgent
thanx in advance

Raj
reply
    Bookmark Topic Watch Topic
  • New Topic