Search:

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

Search: Search took 0.06 seconds.

  1. Thread: validate XML

    by hudi
    Replies
    4
    Views
    1,198

    I try add folowing code in servlet.xml that I...

    I try add folowing code in servlet.xml that I find in book Spring in action second edition:



    <bean id="endpointExceptionResolver"...
  2. Replies
    17
    Views
    4,910

    I will try

    I will try
  3. Thread: validate XML

    by hudi
    Replies
    4
    Views
    1,198

    yes I know that it isnt well formed but how can I...

    yes I know that it isnt well formed but how can I check it in my project ?
    If client send me SOAP message that isnt valid with xsd it send soapfault

    <SOAP-ENV:Fault>
    ...
  4. Replies
    17
    Views
    4,910

    Is there method to send whole soap message not...

    Is there method to send whole soap message not just the body ? because If I send SOAP message it doesnt work

    java.lang.AssertionError: Messages are different, org.custommonkey.xmlunit.Diff...
  5. Thread: wsdl

    by hudi
    Replies
    2
    Views
    510

    ako solved then i change url to this: ...

    ako solved then i change url to this:

    <soap:address location="http://google.com/anythig" />

    it works...
  6. Thread: validate XML

    by hudi
    Replies
    4
    Views
    1,198

    validate XML

    Hi,
    I need help. I programmed one ws and now I am testing it. I must solve all excpetion. How can I solve exception with non valid XML ? When I try to send non valid xml using for example soapUI it...
  7. Thread: wsdl

    by hudi
    Replies
    2
    Views
    510

    wsdl

    Hi guys I have small problem

    I set this in my web.xml:

    <init-param>
    <param-name>transformWsdlLocations</param-name>
    <param-value>true</param-value>
    ...
Results 1 to 7 of 7