NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
NuSoap and Netbeans


Joined: 20 Feb 2008
Posts: 1
Reply with quote
Hello, I'm trying to create a java ME web service client in netbeans to access a web service generated through nusoap.
But when I retrieve the wsdl file this error occurs,

'all' element in complex-type element is not supported by JSR-172

Here is a part of the wsdl file, where I believe the problem is:

<xsd:complexType name="getcategoriesRequestType">

<xsd:all>
<xsd:element name="top_category" type="xsd:string"/>
</xsd:all>
</xsd:complexType>

<xsd:complexType name="getcategoriesResponseType">

<xsd:all>
<xsd:element name="return" type="xsd:string"/>
</xsd:all>

Can I change the xsd:all to something supported by the java ME specifications?
View user's profileFind all posts by moiseqSend private message


Joined: 25 Feb 2008
Posts: 1
Reply with quote
I'm having exactly the same problem! when i googled for the error message this was the only result i got
help would be appreciated! Wink
View user's profileFind all posts by veng3anceSend private message
NuSoap and Netbeans
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic