All i want to do is not write a wsdl and have a http endpoint point at a
jsr-bean. I have modified the xbean of http-su to resemble
<http:consumer service="jsr:TestService"
endpoint="jbi"
targetService="jsr:ProviderService"
targetEndpoint="ep"
locationURI="http://0.0.0.0:8192/TestService/"
/>
<http:provider service="jsr:ProviderService"
endpoint="ep"
locationURI="http://0.0.0.0:8192/TestService"
/>
What do I have to do in order to get this to point at the jsr-181 su and
click on it from http://localhost:8192/TestService and not get an error.??
Do i need the patch?? Do i need to edit pom.xml of any project??
Thanks
--
View this message in context:
http://www.nabble.com/jsr181-auto-generation-tp21128607p21130121.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.