| 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
|
 |
 |
|
|
subject: Found unknown simple type: javax.xml.soap.SOAPElement
|
|
|