0
votes
0answers
13 views

Error connecting primavera database for a Rest Webservice deployed on Tomcat

I have a restful webservice deployed on tomcat but it is giving me error (Unable to get database instances.) while connecting to database whenever I hit the webservice through HTTP. The string for ...
0
votes
0answers
14 views

Is there a way to bind udp as a transport layer for jax-ws?

Hi i'm looking if there is a way to use udp as a one-way webservice call? I'm interested particularly in jax-ws reference implementation (metro).
0
votes
0answers
8 views

Unmarshalling error from Soap client

The WSDL part is as follows: <xs:complexType name="requestRow"> <xs:all> <xs:element minOccurs="0" name="RoutingData" type="tns:RoutingData"/> <xs:element minOccurs="0" ...
0
votes
2answers
25 views

Where is PriviledgedHandler definition?

In class com.sun.xml.wss.impl.misc.WSITProviderSecurityEnvironment is defined fileld _handler = new PriviledgedHandler(handler); Where is PriviledgedHandler class definition?
0
votes
0answers
18 views

Why will my XML be ordered by the names of the parameters from the XmlType-propOrder in JAVA?

I am using BEA Workshop 10.3.0, I have a j2ee java class: @XmlType(propOrder={"CORR_ID", "USER_NAME" , "APPLICATION"}) public class HeaderIn { private String CORR_ID; private String USER_NAME; ...
6
votes
2answers
196 views

Spring web services flow

I am new to spring web services. I was able to do a sample program for a factorial service. But i do have some doubts. According to me following is the way a spring web service proceeds: ...
0
votes
0answers
48 views

Java EE RESTFull web services - JSON cycling

i'm new in developing Java EE web applications and I'm trying to develop simple component that allow people to register and login in browser or via smart phone. I use netbeans 7.3 and glassfish ...
1
vote
2answers
70 views

How to get the request parameter in a Session Bean (EJB)?

My button in a HTML page is: <a id="showTrail" href="/resources/showTrail?roy=show" target="iframe_a"> <button>Show Trail</button> </a> My Java web service is: package ...
0
votes
2answers
40 views

Web Service unavailable after restart Glassfish

now I have this new problem. I´m using Glassfish 3.1.2.2 to host an application that has a Web Service to communicate with another application outside the server, mainly a swing desktop application. ...
0
votes
1answer
22 views

Possible unicode interop issue between WCF and Java EE when using signed messages over HTTPS?

I'm using the custom binding configuration below to sign the SOAP message with a certificate over HTTPS: System.ServiceModel.Channels.AsymmetricSecurityBindingElement asbe = new ...
0
votes
1answer
44 views

REST Jersey exception AbstractJAXBProvider

I have this resource @Path("customer") public class Customers inside it, I have this function: @Path("signin/{mobileNumber}/{simNumber}/{password}") @GET @Produces({ ...
0
votes
3answers
104 views

Java : Deploy restful web service without jersey

Thanks in advance. I am new in web services , when i try to deploy the restful web service using java , it will generate an exception. I am follow the RESTful Java with JAX-RS to learn web services, ...
1
vote
2answers
60 views

REST how to return list of Interface

I have a class FoodItemImpl which implements the interface FoodItem. I want to return list of FoodItem using REST. I couldn't However, I can return list of FoodItemImpl like this: Wraper enum ...
0
votes
1answer
36 views

How to remove errors UnsupportedOperationException and Possible memory leak

I have been searching a lot but have not found a perfect one which can help me to solve this problem. I have web services and am generating the stub using JAX-WS. To access the methods of web services ...
0
votes
2answers
95 views

REST A message body writer for Java class java.util.LinkedList

This is my web service code @Path("/totti") public class KK { @GET @Produces(MediaType.TEXT_XML) public List<FoodItem> getRestarantsFordBrowser() { return ...

1 2 3 4 5 30
15 30 50 per page