Two Laptop Bag
The moose likes Java Micro Edition and the fly likes Found unknown simple type: javax.xml.soap.SOAPElement Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Mobile » Java Micro Edition
Reply Bookmark "Found unknown simple type: javax.xml.soap.SOAPElement" Watch "Found unknown simple type: javax.xml.soap.SOAPElement" New topic
Author

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

RajKumar Boga
Greenhorn

Joined: Apr 26, 2006
Posts: 9
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Found unknown simple type: javax.xml.soap.SOAPElement
 
Similar Threads
H
WSDL and a error
Create / Generate Soap Header client stub / java classes using JAX-RPC API
Empty target namespace with axis1.2
AxisFault: Document root element is missing