Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
715 views

Use JAXB unmarshalling in Weblogic Server

Especifications: - Server: Weblogic 9.2 fixed by customer. - Webservices defined by wsdl and xsd files fixed by customer; not modifications allowed. Hi, In the project we need to develope a mail ...
0
votes
1answer
150 views

wsdlc Ant task ignores constraints

I'm attempting to create a web services project using eclipse with the Oracle Enterprise Pack. When generating the web services from a WSDL document using the wsdlc Ant task, all the ...
0
votes
1answer
418 views

Unable to use .xjb file inside wsdlc ant task

I have a requirement of customize the default conversion provided by JAXB. For the xs:date type we need to show only the date part(removing the time). I have created an .xjb file and used the xjc ...
0
votes
3answers
1k views

Error using jaxb external bindings customization

I use the wsdlc tool (weblogic 10.3.1) to generate classes from wsdl. I have the following external jaxb bindings customization file: <jaxb:bindings xmlns="http://java.sun.com/xml/ns/jaxb" ...