You probably didn't specify a MEP for one of the binding components.

<http:endpoint service="test:MyConsumerService"
              endpoint="myConsumer"
role="consumer" locationURI="http://localhost:8192/Service/";
              defaultMep="http://www.w3.org/2004/08/wsdl/in-out"; />

e.g. the defaultMep attribute

sdan wrote:
when I try that, I get the following error message
STATUS: 500
<?xml version='1.0' encoding='UTF-8'?><env:Envelope
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/";><env:Body><env:Fault><faultcode>env:Server</faultcode><faultstring>javax.jbi.messaging.MessagingException:
Do not understand pattern:
null</faultstring></env:Fault></env:Body></env:Envelope>

any idea whats going wrong?

Reply via email to