• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

ContractFilter mismatch at the EndpointDispatcher

 
Ranch Hand
Posts: 126
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I have written the java client to send the request to the web service. But its throwing up the following error. I think its not even reaching to the endpoint url. Please advice.

The message with Action '' cannot be processed at the receiver, due to a ContractFilter mismatch at the EndpointDispatcher. This may be because of either a contract mismatch (mismatched Actions between sender and receiver) or a binding/security mismatch between the sender and the receiver. Check that sender and receiver have the same contract and the same binding (including security requirements, e.g. Message, Transport, None)
 
swapnil paranjape
Ranch Hand
Posts: 126
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I tested the SOAP envelop body generated by java client through SOAP UI and it is returning the appropriate response. Hence I think the issue is with the jar files used for the same.

I am using follwoing jar files. Please advice.

activation.jar
axis1.4.jar
mail1.3.jar
common-logging.jar
common-discovery.jar
axis-wsdl4j-1.5.1.jar
saaj.jar
axis-jaxrpc.jar


 
swapnil paranjape
Ranch Hand
Posts: 126
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I got this sorted out.

Thanks

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Swapnil,

I am also facing the same problem. I have written one BlackBerry application with JSR 172 J2ME Web Services API to access Web Services. The application is running successfully as expected on BlackBerry 8520 simulator. But I am facing the same error as you mentioned while testing the application on BlackBerry physical handset.

I request you to please tell me the way to fix this.

Thank you in advance.!
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello

I am facing the same error.. please help me.
 
reply
    Bookmark Topic Watch Topic
  • New Topic