Accessing Soap service using java adapter in mobilefirst -
i have written soap wsdl application using mobilefirst by:
1) using discover backend services option
2) writing own javascript adapter code follow documentation provided ibm.
now final r&d consume soap service using java adapter.
i have gone through many stackoverflow topics , samples haven't been able find related. can explain steps invoke soap-based webservice request using java adapter?
the following video blog post details following java adapers: https://www.youtube.com/watch?v=ckm5480-6wi
- creating java adapter
- understanding java adapter structure
- implementing simple sayhello procedure http method
- implementing several procedures different http methods
- working various types of request parameters
- using java code access mobilefirst server functionality , java servlet functionality
- debugging java adapters
- communicating simple backend using using apache http client
- leveraging wsdl files , communicating soap based webservice
- using wlresourcerequest in client applications communicate java adapters
- using postman rest client communicating java adapters
Comments
Post a Comment