Derivation By Restriction - JAXBElement Types not getting generated when...
Hello There, We have a situation where in we are using the Derivation by Restriction approach to design our XSD. Following is the sample which we are having to use this XSD...
View ArticleWhere can I donwload the lastest jaxb-xercesImpl.jar
I have jaxb-xercesImpl-1.5.jar. I want to updated it but I cannot find it in jaxb project. Please give some suggestions.Thanks Alvin
View ArticleWhere can I donwload the lastest jaxb-xercesImpl.jar
I have jaxb-xercesImpl-1.5.jar. I want to updated it but I cannot find it in the jaxb-ri-2.2.7 package. Please give me some suggestions.Thanks Alvin
View ArticleHow can I do a WS using JAX-WS than works in an Axis Client?
Hi everybody... I'm trying to do a simple Hello World Web Service using JAX-WS than can be called by an Axis 1.4 client... I'm working with Netbeans 7.3 and a got this. package mx.org.ws.publicar;...
View ArticleReliable Messaging Persistence
In metro user guide,I see Chapter 10.4,Table 10.22(url:Your text to link...).Metro can persistence sequence and message storage or not with the label /metro:Persistent.I want to now how to user this...
View Article[WARNING] unknown extensibility element or attribute "JAXWS" with jaxws-tools...
I've recently changed my maven project in order to use the latest version of the wsimport...
View ArticleUsing WS-AtomicTransactions from a standalone java client
Is it possible to to control the transaction boundary from a standalone java (7) client when calling a web service in glassfish (4.0) which is implemented to participate in WS-AtomicTransaction.The...
View ArticleSOAP, WebParam.Mode.OUT always returns null (solved)
HiI have a question to a JAX-WS project using JDK 1.6.0_45I've generated a webservice from a WSDL looking like this:...       <wsdl:operation name="getTransactionList">...
View ArticleContent-Description with extra whitespace
Hello, When receiving a SOAPMessage with Attachments (signed using XWSS) the receiving server inserts an additional space in front of the Attachment Part Content-Description value which is causing...
View Articleenable logging debug leve on metro and dependent library
I deployed metro STS on tomcat, i enabled logging level to FINE at java/jre/lib and tomat/conf logging.properties but still not logging the api with debug statements. Please some one help me.
View Articleenable logging debug leve on metro and dependent library
I deployed metro STS on tomcat, i enabled logging level to FINE at java/jre/lib and tomat/conf logging.properties but still not logging the api with debug statements. Please some one help me.
View ArticleDisableInclusivePrefixList
Hi.I am successfully running the example from the metro-source-2.2.1-1\samples\ws-security\src\mcs Then I include the DisableInclusivePrefixList Assertion in the PingService.wsdl and wsit-client.xml...
View ArticleHow can I send an array of objects to WS
Hi everybody...I'm trying to consume a WS in AXIS 1.4 sending an Array of Objects, but always get an empty array in the method than I try to execute...I have this JavaBean Class:<br /> package...
View ArticleList WSDL with asadmin COMMAND
Hi all,i we are developing as script to monitor all WS in different GLASSFISH domains. we want to know if there are ways to list all WSDL (Full URL) with asadmin Command. simulate function ( view WSDL...
View ArticleJAXB Error: "No element mapping exists for......." when binding XML to Objects
I am using STS, jdk 1.7.0_21. I have attached the zipped up STS project and a test file. I generated the classes using jaxb. I also generated the sample xml from the same schema files. When I try to...
View ArticleCan I unmarshal into 2 different POJOs??
I need to get REST a response from a web service that will send different XML data depending on the status of the response. For instance, when trying to log in I could get< loginResponse ><...
View ArticleNull object on client despite the XML response from WebService
Hello Everybody,I need your help. The version used is JAX-WS RI 2.2.6b21 / SOAP 1.2I am developing a WS client to connect a WebService server made by a vendor. I am able to send the next XML request...
View ArticleCan't consume .NET web services
Greetings,I use JAXWS all the time. When I generate and consume my own WS everything works great. I just received my second request to consume WS's defined by an external source. Each time I am unable...
View ArticleChoosing between WSIT and Jax-ws
Hello everyone.My question is quite simple.In which cases should I prefer use WSIT style (which come with Metro) rather than the standard JAX-WS?Thanks
View ArticleJAXBContext in applet doesn't work
Hello,my problem is to use JAXBContext.newInstance(myClassNyme.class) in my applet. My applet contains only one method. Input parameter is a string (with xml structure). public String testApplet (final...
View Article