Search:

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

Page 1 of 6 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    283

    Memory leak with at @Cacheable

    Hi there,

    we have some consultants at the company who have mentioned that @Cacheable could be the cause of memory leaks that we are currently facing.

    I saw on a thread that this was...
  2. Replies
    1
    Views
    516

    Web Service Client - from WSDL

    Hi guys,

    a colleague of mine wanted to create a simple Client from a WSDL. Having worked on the server side and SOAP UI as client, it was relatively simple.

    But I could not find the...
  3. Replies
    4
    Views
    727

    Hi, checkout this post ...

    Hi,

    checkout this post

    http://forum.springsource.org/showthread.php?131107-WSDLException-On-Websphere-6-1


    The xml-api jar should be removed, and the right classloader policy...
  4. Replies
    0
    Views
    244

    Working with Modular XSDs

    Hi guys,

    I wanted to break down my XSDs and to have one common XSD which would be included in child XSDs.




    <?xml version="1.0" encoding="UTF-8"?>
    <xs:schema...
  5. Replies
    1
    Views
    1,969

    I thought I would just document the solution for...

    I thought I would just document the solution for myself




    <sws:dynamic-wsdl id="customerSearchServiceInterface"
    portTypeName="CustomerSearchServicePort" ...
  6. Replies
    1
    Views
    309

    Hi Pradeep, it seems to me your query is...

    Hi Pradeep,
    it seems to me your query is about SOAP UI.
    Please check SOAP UI's web site, the documentation is very extensive and should help you get started.

    All you need is the...
  7. Replies
    1
    Views
    369

    Hi dougman82, it seems to me that will...

    Hi dougman82,

    it seems to me that will need to be configured on your servers. Your application is responding to the requests correctly and to me this is where Spring's work gets completed.

    ...
  8. Thread: Please Help!!!

    by ravkrr
    Replies
    2
    Views
    336

    Hi audiegene, provide some more...

    Hi audiegene,

    provide some more information and you will find help quicker

    1.) your servlet.xml

    2.) your endpoint mapping


    If you are able to at least setup the project...
  9. Replies
    4
    Views
    727

    Hi gthomaier, I have not faced this error...

    Hi gthomaier,

    I have not faced this error before, but if you provide some more information people would be in a better position to help.

    So, please let us know the following

    ...
  10. Replies
    2
    Views
    489

    Having found the solution, I thought I would add...

    Having found the solution, I thought I would add the code and it could probably be useful to somebody in the future



    @Test
    public void testParseMessage() throws Exception {
    ...
  11. Replies
    3
    Views
    710

    Thanks Maarten, it makes more sense now ...

    Thanks Maarten,

    it makes more sense now




    # Default implementation classes for MessageDispatcherServlet's strategy interfaces.
    # Used as fallback when no matching beans are found in...
  12. Replies
    2
    Views
    489

    Alright guys I made some progress, but I still...

    Alright guys I made some progress, but I still need to understand how to get the parser to interact with the message context.

    The test now looks like




    SaajSoapMessageFactory messageFactory...
  13. Replies
    3
    Views
    710

    How does Spring inject the messageFactory

    Hi guys,
    as part of another thread I raised, and because I have difficulty to create the message factory. I wanted to check how Spring is injecting the messageFactory.

    So my endpoint is as...
  14. Replies
    2
    Views
    489

    Unit Testing XPath Expressions

    Hi guys,
    I wanted to move my Xpath/JDOM codes out of my endpoint and to unit test them.




    private XPathExpression<Element> cusIdExpression;
  15. unique request per handling method

    I have finally decided to get it to work with @PayloadRoot and by using specific names for the requests for each method



    <xs:element name="method1Request">
    <xs:complexType>
    ...
  16. Hi Maarten, I have decided to give the...

    Hi Maarten,
    I have decided to give the SoapAction a try.

    I have added the annotations on my methods



    @SoapAction(value="method2")
    @ResponsePayload...
  17. Hi Maarten, you are totally right, this...

    Hi Maarten,

    you are totally right, this is not a remote call. But I want to expose the various methods as operations and which are only going to have the method name as a difference....
  18. Hi Maarten, thanks for always taking the...

    Hi Maarten,
    thanks for always taking the time to reply.

    If I wanted to identify them through the method name, which would always be different (otherwise it won't even compile), how...
  19. Endpoint mappings - methods with the same payloads

    Hi guys,

    I have several interfaces and each of them have a number of methods. I have recently exposed one of them as a Web Service and tested it with SOAP UI, to demonstrate that it would...
  20. Replies
    1
    Views
    671

    Ok, to get it to work on WebSphere, the...

    Ok,
    to get it to work on WebSphere, the following classloader order had to be used

    5257


    also, the following jar had to be excluded from the build
  21. Replies
    1
    Views
    671

    WSDLException On Websphere 6.1

    Hi guys,

    I have created a small Web Service which runs fine on Tomcat, but fails on WebSphere.

    I initially got a parser exception


    DocumentBuilderFactoryImpl incompatible with...
  22. Replies
    0
    Views
    347

    Reference Documentation Update

    Hi guys,

    I have spent quite some time investigating an issue which was actually highlighted in this Jira ticket.


    The error which was being shown in the SOAP response was



    and was...
  23. Thread: Contract Last

    by ravkrr
    Replies
    2
    Views
    390

    Hi Maarten, I was thinking there would be...

    Hi Maarten,
    I was thinking there would be another process where I would get the WSDL generated from the Java codes (as would be the case with AXIS2).

    But would you suggest, that I follow...
  24. Thread: Contract Last

    by ravkrr
    Replies
    2
    Views
    390

    Contract Last

    Hi guys,

    The Spring Reference preaches to use contract first and would be ideal for new projects.

    How about projects which are already coded and which now need to be deployed as web...
  25. Replies
    1
    Views
    1,969

    WSDL import error on SOAP UI

    Hi guys,

    I have exposed my wsdl and I am able to access it on a browser with the URL below
    http://localhost:8080/custid-service/CustSearchService.wsdl


    However, when I...
Results 1 to 25 of 127
Page 1 of 6 1 2 3 4