Spring WS 2 « Web Service « Spring Q&A





1. OpenLaszlo + Spring WS sample    forum.springsource.org

'+ ''+from+''+ '' + to +''+ ''+date+''+ '' Debug.inspect(s); return s; ]]>

2. How to contribute with code to spring ws?    forum.springsource.org

How to contribute with code to spring ws? Hi, please don't get this post wrong. My intention is to collaborate to this project. I'm involved in a project that requires ws-security ...

3. WS-Addressing support    forum.springsource.org

I've found an issue http://opensource.atlassian.com/proj.../browse/SWS-84, that is in progress. Installed spring-ws trunk (1.0.2-SNAPSHOT) into local repository to and found that code is for endpoints. What about clients? How could they use ...

4. Article: Comparing Open Source WS Stacks for Java    forum.springsource.org

5. Spring WS integration with WebMethod    forum.springsource.org

All, Can we use spring webservice as a client to consume webservices exxposed by a MOM i.e WebMethods. Has anyone tried consuming webservices exposed by a middleware product using spring ws. ...

6. Spring WS/Castor Error    forum.springsource.org

Spring WS/Castor Error Hi My AbstractMarshallingEndpoint uses CastorMarshaller for marshalling and unmarshalling. To facilitate this I use a mapping.xml. I got the following error when I to access the webservice ***************************** ...

7. NewBie Is Spring WS the right choice    forum.springsource.org

NewBie Is Spring WS the right choice Hi, I'm working on a system that is using CORBA,ODBC and is written C++. We started developing a new System, but I don't want ...

8. Transction Manager with SpringWS    forum.springsource.org

Transction Manager with SpringWS All, This question is related to usage of a Transaction Manager with SpringWS. Iam working on integrating a Spring MVC based framework which consumes webservices .Iam using ...

9. passing large objects (blobs/files) using WS    forum.springsource.org

passing large objects (blobs/files) using WS Hi! I'm using SpringMVC with WS using Xfire. sometimes I want to pass a blob/file to the client app that gets data from WS. currently ...





10. Need some assitance with Promoting Spring WS over WL 9.2 Web Services    forum.springsource.org

Need some assitance with Promoting Spring WS over WL 9.2 Web Services Dear Arjen, and anyone else who may like to contribute. I am getting pushback from our Infrastructure team about ...

11. Spring WS client - problem    forum.springsource.org

Spring WS client - problem Hi, I'd appreciate any help for the problem below. I am using spring WebServiceGatewaySupport to create a webservice request. The message payload is in a xml ...

12. how to write a 'hello webservice' by spring ws    forum.springsource.org

i'm research on springws but i met some problems. i write a simple ws "hello word" and it always occur some error: -Not found javac in tools.jar. i have been install ...

13. WS-* support in Spring Web Services    forum.springsource.org

Well I know portions (if not all) of WS-Security are implemented. I know in the current release WS-Addressing & WS-ReliableAddressing are not implemented. But there are plans for WS-Addressing in the ...

14. XMLBeans and Spring-WS    forum.springsource.org

XMLBeans and Spring-WS Hi I am having an issue with XML-beans and spring-ws I have a simple schema my ...

15. Spring-WS - .NET 3.0 interoperability issue    forum.springsource.org

Spring-WS - .NET 3.0 interoperability issue Hi, I have problem with 'mtom' sample (Spring-WS 1.0.1 / .NET 3.0). I have added request for LoadImage to client code Code: Image image1 = ...

16. datetime are null with ws client    forum.springsource.org

my spring-ws client using JAXB is returning nulls for all the dateTime values in my wsdl. i have tried using both xjc and wsimport to generate my source to marshell with ...





17. Marshallers performance in Spring-WS    forum.springsource.org

Marshallers performance in Spring-WS I have done some quick tests of Castor, JAXB2 and JiBX using saaj and axiom message factories. I was interested in what combination will be able to ...

18. Total newbie getting started with Spring WS.    forum.springsource.org

Total newbie getting started with Spring WS. I downloaded some stuff: -Java ( jdk-1_5_0_12 ) -Textpad -JBOSS 4.2.2 GA I wrote a programm HelloWorld.java , compiled it and it works Now ...

19. Cannot get Spring-ws to work - dependancy problem    forum.springsource.org

Cannot get Spring-ws to work - dependancy problem Hi, I've been trying for months now to get Spring-ws to work but it's just not doing what it is supposed to. I ...

20. Spring-ws vs webmethods    forum.springsource.org

Spring-ws vs webmethods Hi , I am using dynamically generated wsdl, its adding prefix 'schema' by default , so when web method generates client using this wsdl its adding prefix 'schema' ...

21. Spring-WS and SessionTimeout    forum.springsource.org

Spring-WS and SessionTimeout I've implemented several Marshalling Endpoints and everything works perfect so far. The only thing I'm not very happy with is the session creation. Whenever one hits the Webservice ...

22. spring-ws faultcode    forum.springsource.org

spring-ws faultcode Hi , I would like to generate fault message like below. How would I do this? Any example is appreciated? I can't get it working faultcode to be numeric ...

23. Evaluating Spring-WS    forum.springsource.org

Dear all, Currently we are evaluating Spring-WS for our next project. My question is, is it possible to run Spring-WS with JDK 1.4? Since our company's policy don't let us to ...

24. Help on spring-ws basics( dev-env)    forum.springsource.org

Help on spring-ws basics( dev-env) Hi Gurus, I am a newbie on WS. my dev envionment is: 1. IBM WSAS 5.1.x that means, only jdk1.4.x can be used. 2. the services ...

25. how to deploy Spring WS with JaxBMarshaller    forum.springsource.org

i tried to make all the configurations as given in spring web service documentation in web.xml and spring-ws-servlet.xml for MarshallingEndpoint with JaxBMarshalling/Unmarshalling. I have used dynamic wsdl generation bean in spring-ws-servlet.xml ...

26. how to add custom header to spring-ws client ?    forum.springsource.org

how to add custom header to spring-ws client ? Hi, I have a question: How to add a custom header as SOAP Header in Spring-WS Client ? Description of a web ...

27. WS-Trust and WS-SecureConversation support    forum.springsource.org

I think the answer is no. The very basic thing is ... Do you configure an interceptor for this? Or is there an in-built interceptor for this? If yes, the answer ...

28. Spring WS Client - Invocation Issue    forum.springsource.org

Spring WS Client - Invocation Issue Hi, I am having hard time getting to run a sample app using Sping WS for invoking a public Web service. I keep getting SOAP ...

29. Premature end of file in WS client call    forum.springsource.org

Feb 1st, 2008, 04:26 PM #1 msuiter View Profile View Forum Posts Private Message Member Join Date Feb 2007 Posts 36 Premature end of file in WS client call I'm writing ...

30. Hibernate and Spring-WS    forum.springsource.org

31. Creating a streaming web service with Spring-WS    forum.springsource.org

Feb 7th, 2008, 03:48 AM #1 jimpo View Profile View Forum Posts Private Message Member Join Date Aug 2007 Posts 57 Creating a streaming web service with Spring-WS I am creating ...

32. Spring WS basics    forum.springsource.org

Hi, I am new to WS and would like to start with spring WS. To run spring ws examples, do I need any other SOAP framework like Axis or Xfire? Can ...

33. Link to Spring ws 1.5 site broken    forum.springsource.org

On the main Spring-WS site (http://static.springframework.org/spring-ws/site/) there is a link to Spring-WS 1.5 site (in the top menu bar). However this link is broken. It should be http://static.springframework.org/spring-ws/sites/1.5 (instead of http://static.springframework.org/spring-ws/site/s/1.5). ...

34. Is it possible to use OpenEntityManagerInViewInterceptor with spring-ws?    forum.springsource.org

How can I keep the Hibernate's session open with spring-ws (in lazy loading mode)? Hi, First of all congratulation for spring-ws which increased my productivity a lot. I use Hibernate implementation ...

35. Spring WS Exception Handling    forum.springsource.org

Spring WS Exception Handling Hi, I was playing around with Spring WS when i encountered this problem My service HTML Code: public String createSubscription(Subscription subscriptionRequest) throws CreateFailureException{ System.out.println("Creating subscription .....Inside Service..............."); ...

36. Spring-WS support for WS-Policy?    forum.springsource.org

Hi. As far as I can see, there is no support for WS-Policy in Spring-WS. Have anyone implemented WebServices in Spring-WS with WS-Policy? Are there any plans to include support for ...

37. spring-ws client side advice    forum.springsource.org

spring-ws client side advice hi guys, I guess this is a newbie question but I've had trouble finding a good answer to it based on the existing documentation and samples that ...

38. Best practise with Spring WS and non blocking message handling    forum.springsource.org

Best practise with Spring WS and non blocking message handling Hi All, I would like to refactor a servlet which handles SOAP Messages using Spring WS: I have the following scenario: ...

39. WS MessageDispatcherServlet configuration    forum.springsource.org

WS MessageDispatcherServlet configuration hi all, I need some clarifications on the configuration of the org.springframework.ws.transport.http.MessageDispa tcherServlet. How different is it from the org.springframework.web.servlet.DispatcherServlet? This question arises from my current dilema that ...

40. WS client and SAXBuilder    forum.springsource.org

WS client and SAXBuilder I successfully wrote a client for a WS which actually receive the SOAP response from a service endpoint I already have. A first snippet is: HttpUrlConnectionMessageSender messageSender ...

41. POX-style Spring WS Examples?    forum.springsource.org

Hi, I'm just getting started with Spring web services. In his InfoQ interview, Arjen says Spring WS already supports the POX style: http://www.infoq.com/articles/arjen-poutsma-spring-ws I'd like very much to stick with the ...

42. Spring WS modules require spring modules 2.5.0 - do not work with 2.5.1?    forum.springsource.org

Hi, we have a problem with the spring-ws 1.5. modules together with spring-modules 2.5.1. Due to the version constraint version="[2.0,2.5]" in the MANIFEST.MF files we get a 'Missing imported package org.springframework.beans.factory_[2.0.0,2.5.0].' ...

43. Spring-WS 1.5.0 echo sample trouble    forum.springsource.org

Spring-WS 1.5.0 echo sample trouble Hi. I'm trying to test echo sample from 1.5.0 distribution. I did mvn jetty:run to run the sample, then I ask for wsdl in the browser ...

44. Error accessing spring-ws echo client program.    forum.springsource.org

Apr 10th, 2008, 10:22 AM #1 Supriya View Profile View Forum Posts Private Message Junior Member Join Date Mar 2008 Posts 18 Error accessing spring-ws echo client program. Hi, I am ...

45. Problems With Spring WS 1.5 Samples    forum.springsource.org

Problems With Spring WS 1.5 Samples I've been trying to get all six of the samples that ship with Spring 1.5 web services work. I'm running Sun's JDK 1.6.0_04, Tomcat 5.5.26, ...

46. WS adapter    forum.springsource.org

I see that from 1.0.0.M3 there should be support for implementing webservice adapters. Actually I can't find in the Spring Integration jar files the SimpleWebServiceTargetAdapter class that is mentioned in the ...

47. How to implement WS-BaseFaults    forum.springsource.org

How to implement WS-BaseFaults Hello, I'm playing around with writing a simple WS-Notification framework using Spring-WS, and I'm unclear on how to implement WS-Basefaults. I have the necessary classes to marshall/unmarshall ...

48. Testing Strategy for Spring-WS Clients    forum.springsource.org

Testing Strategy for Spring-WS Clients Hi as a relative newb in this area I'm looking for advice in terms of how best to test web service client classes (aka WSClient) I'm ...

49. Spring-WS in Real Production World (WSDLs, etc)    forum.springsource.org

Hey Spring, Nobody seems to (have time/knowledge?) answer my questions here, for example this one: http://forum.springframework.org/sho...822#post177822. But I will try and ask another one - very common, as I see it. ...

50. Making webservice WS-I compliant    forum.springsource.org

Hi All My application is using few webservices and I need to make then WS-I compliant. When I am running analyzer tool, its generating report showing non-compliance issues e.g 1. BP2417 ...

51. Missing ws schema include    forum.springsource.org

I'm facing some problems when I try to do some tests with the ws target adapter. I'm affraid that that my problem is caused by the http://www.springframework.org/schem...ration-1.0.xsd schema file. The include ...

52. SpringWS 1.5.2    forum.springsource.org

53. How to Use -org.springframework.ws.transport.mail.MailMessageR eceiver?    forum.springsource.org

May 19th, 2008, 09:42 AM #1 petrinelson View Profile View Forum Posts Private Message Junior Member Join Date May 2008 Posts 5 How to Use -org.springframework.ws.transport.mail.MailMessageR eceiver? Hello I have tried ...

54. IncompatibleClassChangeError in process WS-S header using a Wss4JSecurityInterceptor    forum.springsource.org

IncompatibleClassChangeError in process WS-S header using a Wss4JSecurityInterceptor Hello everybody, I am trying to use an Wss4JSecurityInterceptor server-side, but encountering systematically a java.lang.IncompatibleClassChangeError while processing both the following cases: - SOAP ...

55. Spring-ws and main    forum.springsource.org

Spring-ws and main Hey I've pretty much been able to figure out how to make a spring-ws app work from the tutorials and other examples, but now I'm a bit stuck ...

56. Help needed in Spring WS for WS-Addressing    forum.springsource.org

Jun 1st, 2008, 09:13 PM #1 fjeyar View Profile View Forum Posts Private Message Junior Member Join Date May 2008 Posts 2 Help needed in Spring WS for WS-Addressing Hi friends, ...

57. Spring WS client    forum.springsource.org

Hi, Did any one used ws-client for accessing non-java/spring webservices ? I know spring-ws doesn't use wsdl at all, my client is giving wsdl and not sure how to use WebServiceTemplate ...

58. spring-integration-1.0.0.M4 WS Sample    forum.springsource.org

spring-integration-1.0.0.M4 WS Sample Hi , I was trying to run WS Sample in the M4 milestone. However when I run the sample I got the following Exception (Please see the following ...

59. Strange behaviour of Spring WS    forum.springsource.org

Strange behaviour of Spring WS Hello all, I just started a new project that will expose WSs by using the Spring WS framework. I tried another time to use this framework ...

60. Build error spring-WS samples    forum.springsource.org

Jun 9th, 2008, 09:21 AM #1 mj1976 View Profile View Forum Posts Private Message Junior Member Join Date Jun 2008 Posts 2 Build error spring-WS samples Hi, I am new to ...

61. Support for Commons HTTPClient in Spring-WS    forum.springsource.org

Hello all, correct me if I'm wrong, but it seems that Spring-WS is compatible only with commons-httpclient 3.x. If so, is it realistic and planned to have support for 2.0.x implemented ...

62. Spring Ws client    forum.springsource.org

Spring Ws client Hi, I have a spring-ws web service client which which invoke the web service but by the time web service could return the data back it times out. ...

63. Call for Spring-WS Wiki    forum.springsource.org

Call for Spring-WS Wiki I have something for the ye olde suggestion box -- we could really use a Spring-WS wiki. While the reference documentation is great, and the product (Spring-WS) ...

64. What features are supported by Spring WS    forum.springsource.org

Hi, I find it hard to get an overview of how well Spring WS compares to other frameworks like CXF, Axis2 and Metro. I like the philosophy of "making the best ...

65. Bug or feature? - Migration from legacy web service framework to Spring-ws    forum.springsource.org

Bug or feature? - Migration from legacy web service framework to Spring-ws Hi All, (long post i know, but I have tried to make it as consise as I can) I ...

66. Invoking a web service with WS-*    forum.springsource.org

Invoking a web service with WS-* Hi, We have a some beans that extend JaxWsPortProxyFactoryBean to invoke some webservices (given a WSDL) and everything is working fine. Now the client is ...

67. version of spring and spring ws    forum.springsource.org

version of spring and spring ws Hello, Which version of spring can we use with spring ws ? Here is my pom.xml and i've tried multiple versions of spring-web but it ...

68. WS-ReliableMessaging    forum.springsource.org

WS-ReliableMessaging Is support for the WS-ReliableMessaging protocol on the road map for Spring-WS? (I don't see it listed here: http: //jira.springframework.org/browse/SWS?report=com.atlassian.jira.plugin.system.projec t:roadmap-panel but I did find this: http: //jira.springframework.org/browse/SWS-197) We use ...

69. need help on Spring WS()    forum.springsource.org

need help on Spring WS() I'am new to Spring and Spring-WS. I have next code: Client.java Code: public class Client extends WebServiceGatewaySupport { private Resource request; private String action; public void ...

70. M5 ws-handler error    forum.springsource.org

M5 ws-handler error I am upgrading from M3 snapshot to M5 for web service target . This is working fine in the old version. Here is the config : Code:

71. WS-Addressing Client exception    forum.springsource.org

WS-Addressing Client exception Hello i have a problem when using the ws-addressing client it raises the following exception Prefix [wsa] used without binding it to a namespace URI at weblogic.xml.babel.baseparser.Element.setNameSpace (Element.java:111) ...

72. Error by creating a Spring WS project according to "3.5. Creating the project"    forum.springsource.org

Aug 22nd, 2008, 09:26 AM #1 thomas2004 View Profile View Forum Posts Private Message Senior Member Join Date Jun 2007 Posts 159 Error by creating a Spring WS project according to ...

73. WS-Reliable Messaging    forum.springsource.org

Hi, I'd like to know if spring web services supports WS-Reliable Messaging? I've checked the documentation but found nothing on this. Thanks, Pedro

74. Can I use WS to output PDF file?    forum.springsource.org

75. Comparation between Spring WS and Apache AXIS    forum.springsource.org

I am doing a project by customer who want a Web-Service built with Spring WS. I am new to Spring WS. Formerly I am used to use the Apache AXIS. These ...

76. spring-ws client Bad Request 400    forum.springsource.org

spring-ws client Bad Request 400 Hello, A rather frustrating error here, perhaps someone can shed some light. The following class can be invoked through eclipse with a junit test case and ...

77. How to nvoke Spring WS using a StandAlone Java Client Program .?    forum.springsource.org

I know we can use WebServiceTemplate.But since it is a StandAlone, Is their any program available. I googled, I found some information ,like we can use javax.xml.rpc.Call to invoke a WebService. ...

78. A question about building client with spring ws    forum.springsource.org

A question about building client with spring ws I see some client samples using spring ws in the downloaded package such as echo. By such samples one has to write the ...

79. Spring-dm with spring-ws    forum.springsource.org

Hi All Spring Guru Currently, I'm working on creating Spring-ws over spring-dm. It sound very difficult for me and dont jnow where to start Basically, I would like to publish web ...

80. SerializationException When Invoking Spring WS    forum.springsource.org

SerializationException When Invoking Spring WS Hi, I had created a Spring WS. When I invoke the WebService using the RPC Client Program. I am getting the following exception: Code: javax.xml.rpc.JAXRPCException: failed ...

81. How to integrate Spring WS with existing Web Application    forum.springsource.org

Hello, I m completely new to Spring and currently our company is developing a web application. I hve gone thru the doc of Spring WS but can any1 give a step ...

82. MyEclipse and Spring WS    forum.springsource.org

Hi, Im currently using MyEclipse for my projects but now I have a task of developing a Spring Web Service. Would anyone tell me what would be the first step to ...

83. Spring WS best practices    forum.springsource.org

Spring WS best practices Hi, I just started using Spring WS in our existing J2EE project. I am following the airline sample given with the distribution. So far things are working ...

84. Spring WS with Ant    forum.springsource.org

85. Spring ws samples    forum.springsource.org

86. Stored Procedure to call Spring WS Client    forum.springsource.org

I suppose you want to invoke a web service from a DBMS. Well, it all depends on the system you're using. You might be able to invoke java classes directly (WebserviceTemplate) ...

87. Spring-ws missing method when using Alfresco?    forum.springsource.org

Spring-ws missing method when using Alfresco? Hello, I am trying to create WebServices upon Alfresco, using Spring-ws 1.5.4. The fact is that I want to implement MTOM-based messages, automatic wsdl exposure, ...

88. Spring WS    forum.springsource.org

No. this would be bad bad bad. If you were to generate these wsdls (like some frameworks do) you will be creating a hard dependency between your object model and your ...

89. Spring WS-Client    forum.springsource.org

Oct 10th, 2008, 04:30 AM #1 ashleyvijay View Profile View Forum Posts Private Message Senior Member Join Date Sep 2008 Location Mannheim,Germany Posts 125 Spring WS-Client Hello, I hve created a ...

90. unable to locate Envelope error in ws client    forum.springsource.org

Hello all, I am getting the following error when attempting to consume an axis based web service. org.springframework.ws.soap.client.SoapFaultClient Exception: unable to locate Envelope in namespace w3 url schema. Root element is ...

91. org.springframework.ws.client.WebServiceTransportE xception    forum.springsource.org

Oct 29th, 2008, 08:51 AM #1 ajbjs View Profile View Forum Posts Private Message Junior Member Join Date Oct 2008 Posts 8 org.springframework.ws.client.WebServiceTransportE xception hi, I am using spring spring-ws-1.5.4 for ...

92. Configure Spring WS    forum.springsource.org

Greetings to everyone, I am beginning with Spring and because circumstances of the project will start with Spring Web Service and I have trouble generating Web Service Client. I'm trying to ...

93. WS-Policy Implementations    forum.springsource.org

WS-Policy Implementations Hi Really a question for Arjen, but anyone else with feedback would be helpful as well. We are using Spring WebService, and have implemend WS-Security standards; and all is ...

94. Spring WS Library    forum.springsource.org

I was wondering if anyone knows of a way to set http headers when making a soap request using the sendSourceAndReceiveToResult(); function in the spring ws library. I need to be ...

96. Spring-ws Client    forum.springsource.org

you write it just as you'd write a client for any web service. You don't have to know how a web service was developed in order to invoke it. This is ...

97. help required abt Spring WS........    forum.springsource.org

Nov 11th, 2008, 06:11 AM #1 Noman sadiq View Profile View Forum Posts Private Message Junior Member Join Date Nov 2008 Location Pakistan Posts 29 help required abt Spring WS........ hi ...

98. Spring WS 1.5.5 all JAR is corrupt    forum.springsource.org

Spring WS 1.5.5 all JAR is corrupt I tried replacing spring web services 1.5.4 which included individual modules instead of using the -all.jar with version 1.5.5 and the -all.jar. There is ...

99. Spring WS should be 1.5.5 on Download page    forum.springsource.org

100. how to use WS from Other WS....    forum.springsource.org

how to use WS from Other WS.... hello can any body tell me how i use any WS in my own WS... like i have a WS in Spring and i ...