Thanks for your great tutorials
I am trying to create a web service re First Contract I have been successful
My question is when I develop the same service in WCF
ASP.NET I get a prefix
wsdl why don't I get this prefix in the JAVA wsdl ?
.NET C#
<wsdl:types>
elementFormDefault="qualified"
schemaLocation="CORERule2.2.0.xsd"/>
</xsd:schema>
</wsdl:types>
JAVA
<types>
</xsd:schema>
</types>