Hi All,
I have gone through so many posts asking the same question so many times on
this forum, but I tried those before posting this query... So, please help
me in this case.
I have my consumer component as
<http:endpoint service="bt:submissionBinding"
endpoint="bluetropics.submission.binding.consumer"
role="consumer"
soap="true"
locationURI="http://0.0.0.0:8085/services/HelloService"
defaultMep="http://www.w3.org/2004/08/wsdl/in-out"
targetService="bt:submissionRequestReceiver"
targetEndpoint="bluetropics.submission.requestReceiver"
/>
and the provider is:
<http:endpoint service="bt:policyService"
endpoint="bluetropics.dataservices.policyService.provider"
role="provider"
soap="false"
soapAction=""
locationURI="http://localhost:8888/bluetropics-ds/services/HelloService"
wsdlResource="http://localhost:8888/bluetropics-ds/services/HelloService?wsdl"
/>
I want to expose the wsdl on http://localhost:8085/services/HelloService,
but when I try this I get 'Method not allowed' error on the screen.
I have also tried changing the targetService in consumer to bt:helloService
but it did not help... Any help please?
Thanks
Riaz
--
View this message in context:
http://www.nabble.com/Exposing-web-service-using-proxy-tf3557581s12049.html#a9933949
Sent from the ServiceMix - User mailing list archive at Nabble.com.