Search:

Type: Posts; User: gmmehta; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    879

    SOAP Security Headers

    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">
    ...
  2. Replies
    2
    Views
    1,245

    Subscriber and Handler Annotaions not found

    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...
  3. Thread: subflow issue

    by gmmehta
    Replies
    1
    Views
    700

    subflow issue

    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...
  4. Replies
    4
    Views
    835

    OK... got it working ... I had to add the...

    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!
  5. Replies
    4
    Views
    835

    thanks for the reply gkatwork... yeah.. I...

    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}
  6. Replies
    4
    Views
    835

    problems rendering scope data

    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...
  7. Replies
    8
    Views
    2,723

    xmlbean examples

    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...
  8. Replies
    8
    Views
    2,723

    Unable to marshall using xmlBeans

    This is how we got multiple messages working with one single endpoint...

    <bean id="xmlBeansMarshaller" class="org.springframework.oxm.xmlbeans.XmlBeansMarshaller"/>

    <bean...
  9. Replies
    8
    Views
    2,723

    Single endpoint for multiple messages

    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...
  10. I had this problem once. It was because I...

    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...
  11. Replies
    0
    Views
    1,195

    XmlBeans examples

    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
  12. Replies
    1
    Views
    949

    which Marshalling framework

    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...
  13. Replies
    1
    Views
    1,146

    load xml file at start up of SpringMVC

    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...
Results 1 to 13 of 13