Hi,
things are fine with servicemix 3.1.1 when calling webservice using
org.apache.servicemix.components.saaj.SaajBinding , now trying with 3.2.1
and jdk6.Getting below exeption

 error: com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl: Bad endPoint
type http://localhost:8080/sum

below is servicemix entry
<sm:activationSpec componentName="XYZ" service="abc:XYZ" endpoint="ops">
                                <sm:component>
                                        <bean 
class="org.apache.servicemix.components.saaj.SaajBinding">
                                                <property name="soapEndpoint">
                                                        <bean 
class="javax.xml.messaging.URLEndpoint">
                                                                
<constructor-arg value="http://localhost:8080/sum"/>
                                                        </bean>
                                                </property>
                                        </bean>
                                </sm:component>
                        </sm:activationSpec>


could someone point if any thing to resolve.
-- 
View this message in context: 
http://www.nabble.com/Bad-endPoint-type--of-org.apache.servicemix.components.saaj.SaajBinding-tp18021264p18021264.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to