Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I want to publish a SOAP service with WSO2 API manager allowing for people to subscribe to it and monitoring the usage.

I do not find documentation on how to do this (if it is possible) it just speaks about REST services.

Is it possible and is there any docs around?

Thanks

Luca

share|improve this question

1 Answer

up vote 1 down vote accepted

It is possible to publish both SOAP/REST web services to consumers through WSO2 API Manager.Below blog post[1] will helpful for you to have some idea on it.

[1] http://charithaka.blogspot.com/2012/07/consuming-soap-service-using-wso2-api.html

Note some of the content need to be upgrade according to API Manager 1.0.0 release as this post written for APIManager alpha version.For example you have to refer application access key instead api key which is refer from the above post.

Thanks;

/Lalaji

share|improve this answer
Thanks that was right what I was looking for – Luca Gioppo Oct 16 '12 at 17:09

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.