I too have this issue. Same STS 3.0 on Windows behind a proxy. I have tried for a couple of days to resolve this. I have tried A LOT of different things but still no luck. The thing for me is...
Type: Posts; User: currys; Keyword(s):
I too have this issue. Same STS 3.0 on Windows behind a proxy. I have tried for a couple of days to resolve this. I have tried A LOT of different things but still no luck. The thing for me is...
org.springframework.xml.transform.StringResult
Hello all,
I am getting an exception when I call a service from the webservicetemplate class. I don't get this exception if I call it directly using CommonsHTTPClient. I am running in WAS 6.0.x....
Hello,
I have tried a similar approach as this bug report, but I am NOT trying to do compression. The header does not have gzip, but I get the following stack
trace while running in websphere...
I thought you implied that in your early post...my mistake.
It is actually a SOAP call and has to be RPC style. It is a third party's web service that I am calling. I actually don't use axis...
Great! Thank you for the feedback. So the follow up question, is how does the Spring proxy work without any generated code. That is, how does it do OXM, the mapping between the objects and the XML...
I understand the benefits of DI (e.g. unit testing made easy, etc.), but it appears you can get all the benefits with just a simple DI bean design. That is, specify an interface, create an...
Hello all,
I must admit to being new at this so excuse the newbie question. I colleague of mine stated that using normal JAX-RPC, I can call a web service using about three lines of code: 1) get...
Hello all,
I am looking for advice and guidance on which way I should do the remote calling of a web service from a web service. There are lots of options within Spring - using Hessian or Burlap,...
Hello all,
I am not sure why I have not gotten a response, but I really could use the help. If I have not provided information you need, can you tell what else I need to provide.
TIA,
...
Still looking for any help. I thought of one more question to ask about the above. How does one unit and/or integrate test this stuff? How do you create a valid SOAP message with the token in the...
Hello all,
I am new to acegi and somewhat new to Spring. I am trying to implement Digest Authentication for a web service (not a spring WS, but based on IBM's). I am trying to figure this stuff...
Hello all,
I very new to spring and trying to get a simple JDBC example going and having trouble. I am sure it is something simple, but not sure where to begin to look.
Here is the basic code...