I tried using the Soap methodes in .NET. When I added the refernce for RoomService?wsdl, the return type for the addroom method is void because the XML generated from the service is <xs:element name="addRoomResponse"> - <xs:complexType> - <xs:sequence> <xs:element minOccurs="0" name="return" type="xs:long" /> </xs:sequence> </xs:complexType> </xs:element>
Since there is no nillable="true" the generated method ha s areturn tpe Void. How can I change this wsdl, or the java file so that the generated wsdl has a nillable true. also How can i change the minOccurs value? Maybe this is not the correct place to ask this question, but still trying my luck. Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenMeetings developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/openmeetings-dev?hl=en -~----------~----~----~----~------~----~------~--~---
