I'm trying to find an explanation for why every anonymous-type-qname in the 
java-wsdl-mapping generated by WSDL2Java has a $gt; in it.

For example,
<anonymous-type-qname>urn:nhs:names:services:mhs:SLIM:types:&gt;Parameters</anonymous-type-qname>

This results in a faultcode being generated like:

<soapenv:Fault>
            <faultcode 
xmlns:p108="urn:nhs:names:services:mhs:SLIM:WebService">p108:&gt;errorList</faultcode>
            
<faultstring><![CDATA[nhs.names.services.mhs.SLIM.WebService.ErrorList]]></faultstring>


Anyone know what it means (the use of the &gt;)?

Does anyone know how to override so that a more appropriaet faultcode and 
faultstring can be returned (I have defined a fault in the WSDL, and although 
this allows me to incldue my own XML in the detail, I cannot set the faultcode 
or faultstring manually - see below)? 

<soapenv:Fault>
            <faultcode 
xmlns:p108="urn:nhs:names:services:mhs:SLIM:WebService">p108:&gt;errorList</faultcode>
            
<faultstring><![CDATA[nhs.names.services.mhs.SLIM.WebService.ErrorList]]></faultstring>
            <detail encodingStyle="">
                <p108:errorList 
xmlns:p108="urn:nhs:names:services:mhs:SLIM:WebService">
                    <error>
                        http://our.endpoint.address
                        <p108:errorCode>1</p108:errorCode>
                        <p108:severity>Error</p108:severity>
                        <p108:location>WebServiceProcessor</p108:location>
                        <p108:description>Unable to call 
Service</p108:description>
                    </error>
                </p108:errorList>
            </detail>
        </soapenv:Fault>


Thanks for any help.








                
___________________________________________________________ 
To help you stay safe and secure online, we've developed the all new Yahoo! 
Security Centre. http://uk.security.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to