This is a section of my wsdl,
| <?xml version="1.0" encoding="utf-8"?> | <!-- | COPYRIGHT (c) 2003 OPC Foundation. All rights reserved. | http://www.opcfoundation.org | Use subject to the OPC Foundation License Agreement found at the following URL: | http://www.opcfoundation.org/Downloads/LicenseAgreement.asp | --> | <definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:s0="http://opcfoundation.org/webservices/XMLDA/1.0/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://opcfoundation.org/webservices/XMLDA/1.0/" xmlns="http://schemas.xmlsoap.org/wsdl/"> | <types> | <s:schema elementFormDefault="qualified" targetNamespace="http://opcfoundation.org/webservices/XMLDA/1.0/"> | <s:element name="GetStatus"> | <s:complexType> | <s:attribute name="LocaleID" type="s:string" /> | <s:attribute name="ClientRequestHandle" type="s:string" /> | </s:complexType> | | </s:element> | <s:element name="GetStatusResponse"> | <s:complexType> | <s:sequence> | <s:element minOccurs="0" maxOccurs="1" name="GetStatusResult" type="s0:ReplyBase" /> | <s:element minOccurs="0" maxOccurs="1" name="Status" type="s0:ServerStatus" /> | </s:sequence> | </s:complexType> | </s:element> | | I assume looking at this that the elementFormDefault for the schema has specified qualified. Both the client and server side are being generated using wscompile. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866357#3866357 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866357 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
