I\'m sure you get plenty of questions on this type of thing on here, but none of the answers I\'ve found seem to deal with the problem I\'m having, so I was hoping that I might be able to get some spe
I am creating a simple SOAP web service using a SLSB and JAX-WS annotations.The objects I would like to pass are JAXB generated from OGC schemas, thanks for the OGC project at java.net.One particular
My web-services application is moving from Axis to JAX-WS and I\'m having trouble doing some of the conversions.My primary issue is that I have several XSD\'s with the same types defined slightly diff
I am working on a project involving an XML stream and converting that data to persisted data in my Database.So far I have gotten to the point where I can consume my webservice, I 开发者_StackOverflowg
I\'m having a small problem with JAXB unmarshalling in that my input XML can be wrapped by one of two elements, for example:
I have three different JAX-WS services which use the same classes on the server (e.g. ServiceA, ServiceB, and ServiceC, all of which use MyCommonClass as a parameter). Another module we are developing
I have a simple jersey web service and I\'d like to consume / produce objects that contain map fi开发者_如何学Celds, like
<?xml version=\'1.0\'?> <info> <contract> <symbol>IBM</symbol> <sectype>STK</sectype>
I\'m new to scala programming and java so here is my problem: I have an object to be serialized with a BigDecimal Property
I already have soap based web service running with axis2 1.3. These day, we have a plan to develop RESTful web service using Jersey 1.6.