In certain part of the world, A person MUST specify exactly one citizenship.
We cannot use the principle of symetry to say, therefore a country MUST have
only one person.



mgainty wrote:
> 
> if you're reading w3c.org then we are indeed reading from the same page
> 3.8 soap:address
> The SOAP address binding is used to give a port an address (a URI). A port
> using the SOAP binding MUST specify exactly one address.  The URI scheme
> specified for the address must correspond to the transport specified by
> the
> soap:binding.
> 
> <definitions .... >
>     <port .... >
>         <binding .... >
>            <soap:address location="uri"/>
>         </binding>
>     </port>
> </definitions>
> so"A port using the SOAP binding MUST specify exactly one address" using
> the
> principle of symmetry then we can say one address must specify one soap
> binding used by that portM------ Original Message -----
> From: "denis.wang" <[EMAIL PROTECTED]>
> To: <[email protected]>
> Sent: Tuesday, January 22, 2008 8:54 PM
> Subject: Re: Axis2 wsdl2java generates fewer methods than expected
> 
> 
>>
>> According to the specificaiton:
>> 1) A port MUST NOT specify more than one address.
>> 2) A port MUST NOT specify any binding information other than address
>> information.
>>
>> the rules are not violated. The port definition in discussion does not
> refer
>> more than one addresses. Instead, two ports are referring to the same
>> address. See the following port part definition in the WSDL for details:
>> <wsdl:service name="SearchAPI1">
>> <wsdl:port name="Common" binding="tns:Common">
>> <soap:address location="xyz/searchapi1.asmx"/>
>> </wsdl:port>
>> <wsdl:port name="SearchAPI1" binding="tns:SearchAPI1">
>> <soap:address location="xyz/searchapi1.asmx"/>
>> </wsdl:port>
>> </wsdl:service>
>>
>> --
>> View this message in context:
> http://www.nabble.com/Axis2-wsdl2java-generates-fewer-methods-than-expected-
> tp15030927p15033257.html
>> Sent from the Axis - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Axis2-wsdl2java-generates-fewer-methods-than-expected-tp15030927p15033964.html
Sent from the Axis - User mailing list archive at Nabble.com.


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

Reply via email to