0
votes
0answers
15 views

OpenEJB - No JBoss - java.lang.UnsupportedOperationException: setProperty must be overridden by all subclasses of SOAPMessage

I know this issue has been discussed to death. All suggest copying some Jar files to Jboss endorsed dir. But I not using JBoss at all. Its OpenEJB Container. I run this file with maven. So basically ...
-1
votes
0answers
20 views

Unexpected behaviour using SOAPConnection call() in java7

I am connecting to a web service using Metro libraries. The code is working fine with java6. When i use java7 for the same purpose, I get this error message: Aug 05, 2013 1:43:37 PM ...
0
votes
0answers
22 views

Finding wsdl URL for tomcat

I want to learn how tomcat creates WSDL, I create my first jaxws project and deployed it into tomcat 7.0 server. But I could not find the wsdl url... I dont know which files are related with creation ...
1
vote
1answer
44 views
+50

SOAP Request / Response Comparison Tool

Typically an enterprise application consumes a number of webservices. It is likely that some of these webservices that are being consumed will be upgraded to a new version every month. Before ...
0
votes
0answers
20 views

Java Web Services as Clients in JAXB

I am currently coding a new Crytography application in Java, using the Eclipse IDE. ATM, I have a Java Web client that (remotely) interfaces with a Dynamic Web Service across the internet. However, ...
2
votes
1answer
34 views

Joining SAAJ and JAXB

I'm creating a web service withoug axis. I'm using SAAJ, JAXB and Servlet. I can marshall and unmarshall a class with JAXB correctly. But how can I use together SAAJ and JAXB for SOAP communication. I ...
0
votes
0answers
14 views

How do I instantiate a QName from a physical wsdl file?

I have a .wsdl file(there isn't a .asmx?WSDL link). I have java files generated from this wsdl file using wsimport. I need to create the service object to consume this service. The constructor ...
0
votes
1answer
20 views

Java Web Service Client Timeout values not changing

is there a reason when I set the time out for a service call from the client that it doesnt override the defualt values? I have tried all these but no luck. DictionaryTransferService service = new ...
0
votes
0answers
19 views

Get SOAPMessage in service method without using handler Jax-ws

I want SOAPMessage in service method without using handler in Jax-ws. Please suggest me how can I achieve this. Thanks in advance.
0
votes
0answers
17 views

Client JAX-WS RI duplicating requests

We have a JAX-WS RI client -it's initialised in a stateless bean and reused-, sometimes when we invoke it, it make many duplicate http requests to the service internally. This is a glance to the ...
0
votes
0answers
21 views

Details on SOAP and Java WebServices

I am new to Web Services and how to handle it with Java. Can anyone give me an overview on the following things: Can we extend an wsdl for providing more services. If we can, how it is done? ...
0
votes
2answers
17 views

Java - How to use Wdsl2Java imported classes

i'm working on a thesis project about Java and Soap web services, I'm a bit new to Soap and all of this webservices. What i'm going to do is to take some info from soap services that are already ...
1
vote
0answers
8 views

SAAJ and XML Schema

How can I use XML Schema to define my SOAP messages using SAAJ? SAAJ basically means defining your own messages using the SAAJ API but can I 'load' an XML schema to define the messages?
0
votes
1answer
29 views

Apache CXF web service doesn't return string array

I am new in java web service programming and this question might seem really basic. But I can't find the problem. I have developed a Apache CXF(v 2.7.6) webservice for Tomcat 6.0.37 using Eclipse. ...
0
votes
1answer
22 views

Trouble consuming XLedger's SOAP/WSDL interface

I'm having trouble figuring out how to consume this WSDL interface. I have zero experience with WSDL (and SOAP in general) and to top it off the consumer has to run on Google AppEngine. This leaves me ...

1 2 3 4 5 105
15 30 50 per page