hi, I am trying to use org.apache.axis.types.URI as a parameter in a web service method. But when I generate the stubs it creates a java file called Uri.In the wsdl the following entry is present for this parameter <xs:complexType name="uri"> - <xs:sequence> <xs:element minOccurs="0" name="fragment" type="xs:string" /> <xs:element minOccurs="0" name="host" type="xs:string" /> <xs:element minOccurs="0" name="path" type="xs:string" /> <xs:element name="port" type="xs:int" /> <xs:element minOccurs="0" name="queryString" type="xs:string" /> <xs:element minOccurs="0" name="regBasedAuthority" type="xs:string" /> <xs:element minOccurs="0" name="scheme" type="xs:string" /> <xs:element minOccurs="0" name="userinfo" type="xs:string" /> </xs:sequence> </xs:complexType>
Please let me know what is need to configure in the web service method to get org.apache.axis.types.URI as a parameter in the sub, instead of getting uri generated. -- View this message in context: http://www.nabble.com/How-to-use-org.apache.axis.types.URI-as-a-parameter-in-a-web-service-method-tp24859704p24859704.html Sent from the Axis - User mailing list archive at Nabble.com.
