WDSL

26 views
Skip to first unread message

Chandru Nagrani

unread,
Jun 3, 2014, 3:18:47 PM6/3/14
to java-bra...@googlegroups.com
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>
    <xsd:schema xmlns="http://schemas.xmlsoap.org/wsdl/"
   elementFormDefault="qualified"
   targetNamespace="http://www.caqh.org/SOAP/WSDL/">
      <xsd:import namespace="http://www.caqh.org/SOAP/WSDL/CORERule2.2.0.xsd"
schemaLocation="CORERule2.2.0.xsd"/>
    </xsd:schema>
  </wsdl:types> 


JAVA
<types>
        <xsd:schema xmlns="http://schemas.xmlsoap.org/wsdl/" elementFormDefault="qualified" targetNamespace="http://www.caqh.org/SOAP/WSDL/">
            <xsd:import namespace="http://www.caqh.org/SOAP/WSDL/CORERule2.2.0.xsd" schemaLocation="CORERule2.2.0.xsd"/>
        </xsd:schema>
    </types>
Reply all
Reply to author
Forward
0 new messages