Hello,
I need to add the following parent and child security headers to the soap headers:
<soapenv:Header>
<wsse:Security xmlns:wsse="....xsd" soapenv:mustUnderstand="0">
...
Type: Posts; User: gmmehta; Keyword(s):
Hello,
I need to add the following parent and child security headers to the soap headers:
<soapenv:Header>
<wsse:Security xmlns:wsse="....xsd" soapenv:mustUnderstand="0">
...
Hello,
I have following annotations in my code: @Subscriber and @Handler.
However, its failing to compile as I get this:
Handler cannot be resolved to a type
Subscriber cannot be resolved...
Hello All,
I am new to swf and am having problems obtaining user selection after subflow has finshed.
I have a main page where it displays a form with fields and buttons. There is a 'select...
OK... got it working ... I had to add the following directive to my jsp pages
<%@ page isELIgnored="false" %>
I dont know why i need to do this as I am using tomcat 6.0.14. Anyway.. it works!
thanks for the reply gkatwork...
yeah.. I already tried it using c : out tag... but I get the same out put:
${add.company}
${add.line1}
${add.line2}
${add.line3}
${add.postCode}
Hello,
What I need to do is to display list of addresses on a web page. In my code I get the address list and then add it to flow scope. However, I am not seeing the addresses on the page. Here is...
I think you need to take in OpenRequestDocument for the parameter and OpenResponseDocument as the return type, that is what is do.
And not as OpenRequestDocument.OpenRequest and...
This is how we got multiple messages working with one single endpoint...
<bean id="xmlBeansMarshaller" class="org.springframework.oxm.xmlbeans.XmlBeansMarshaller"/>
<bean...
I would also like to use a single endpoint for multiple messages. I am, right now, using XMLBeans for marshalling and hence create endpoints that extend AbstractMarshallingPayloadEndpoint. So the...
I had this problem once. It was because I generated the xmlbeans classes using a newer version of xmlbeans.jar (distribution) compared to the jar file that I had in my project, so when running the...
Hello,
I'm looking for a end to end working example/tutorial of spring-ws with XmlBeans ? It wold be very helpful. Hope someone can help.
thanks in advance
gautam
hello all,
I am a bit confused right now...
I would like to know what Marshalling framework to use?
Which one is easier and simple to use and setup?
I don't want something that is going to...
Hello,
I need to load an xml file, e.g. questions.xml, when the SpringMVC web app starts up. I can do this by:
- implementing ServletContextListener interface and then storing the XML file read...