Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    236

    Turns out the solution was to set the...

    Turns out the solution was to set the defaultEndpoint in the PayloadRootAnnotationMethodEndpointMapping in my applicationContext.xml file.

    See...
  2. Replies
    0
    Views
    184

    Unit test using MockWebServiceClient

    I just got my unit test running! :)

    And as I have found very examples of unit tests using MockWebServiceClient, I'm posting a skeleton framework of what I did to help promote the use of mock tests...
  3. Replies
    1
    Views
    236

    No endpoint can be found for request

    All,

    I'm trying to write a server side unit test using MockWebServiceClient.

    Here are a couple of snippets of the code:

    @Before
    public void setup() throws Exception {
    wsMockClient =...
  4. :D So, I'd really like to claim credit for...

    :D So, I'd really like to claim credit for thinking of this, but I'll be honest and defer to my team lead :D

    It turns out that striping the javax classes out of the org.apache.santuario.xmlsec.jar...
  5. DOMXMLSignatureFactory cannot be cast to XMLSignatureFactory

    Has anyone ever seen this kind of exception before?

    javax.xml.crypto.NoSuchMechanismException: class configured for XMLSignatureFactory:...
  6. Well, I was able to get past this issue !! :D ...

    Well, I was able to get past this issue !! :D

    I read in other areas of the forum that classpath problems could cause this issue. :confused:

    However, I did not see how it could be related to my...
  7. java.lang.reflect.MalformedParameterizedTypeExcept ion

    Has anyone encountered a MalformedParameterziedTypeException before?

    I am encountering it when I attempt to define any properties at all in the CryptoFactoryBean.

    Here is a snippet of the file...
Results 1 to 7 of 7