Page 1 of 1

About Question enthuware.ocejws.v6.2.118 :

Posted: Sat Jan 09, 2016 4:04 pm
by ewebxml
For option a) ,

because the following url

Code: Select all

http://java.sun.com/xml/ns/jaxws
is no longer maintained by Sun Microsystems,
does Oracle have an equivalent URL for the bindings?

Code: Select all

<definitions targetNamespace="http://ws.notes/"
name="StringUtilityServerImplService"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:tns="http://ws.notes/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
   <jaxws:bindings xmlns:jaxws="http://java.sun.com/xml/ns/jaxws”>
      <jaxws:class name="customized.embedded.client"/>
   </jaxws:bindings>
    . . .
</definitions> 

Re: About Question enthuware.ocejws.v6.2.118 :

Posted: Sun Jan 10, 2016 3:01 am
by fjwalraven
Hi

Oracle bought Sun so they will maintain this namespace.

You can find it here:
https://www.google.nl/url?sa=t&rct=j&q= ... WU&cad=rja

Regards,
Frits