# 221 Oracle Fusion Middleware Partner Community Forum XVI
I attended the above last week in Faro, Portugal. Great event, as usual with Juergen Kress as the master of cermonies. I am always impressed by his organizational skills as well as his dedication and...
View Article# 222 Oracle Fusion CRM - Querying Customer via Web Services
Here I want to query SalesParty based on- PartyName- website- City- Country- Phone Numberit leverages the findSalesParty operation -->you can, of course, modify to suit your needs. SOAP Request here
View Article# 223 SOA Made Simple Chapters 7-10
This is the last leg of this book review. It is the sort of book that I can imagine one ends up delving into off and on - i.e. excellent reference work.Chapter 7 is titled - Creating a Roadmap - How to...
View Article#224 Fusion CRM Web Services --> Create Appointment
The relevant wsdl is available at -rep://FUSIONAPPS_CRM/appCmmnCompActivities/ActivityAppointmentService?WSDL Here's the SOAP request to create an Appointment related to an Opportunity -The mandatory...
View Article#226 Creating a Fusion CRM Sales Lead via Oracle BPM
This is a very simple scenario - that I hope one can extrapolate from.Here we need to create a new Sales Lead from within a BPM process. The SalesLeadService wsdl is available...
View Article# 227 exposing Fusion CRM web services via OSB
Again I am using the SalesLead Service.The idea is to create a Business service thru which I can create a new Sales Lead.Step 1 - Create a new OSB projectStep 2 - Import the required XSDs/ WSDL into...
View Article#229 - Fusion CRM WS --> find opportunities for a specific customer
That's my opportunity - here's the request payload to retrieve it.I use the OpportunityService, operation findOpportunityAll you need is the customer's (in this case, Limerick Ham Ltd) PartyId.That...
View Article#230 OSB frontending Fusion CRM
Continuing from post # 227.In this scenario the OSB proxy service will not be based on the Fusion CRM SalesLead WSDL.We don't want our SOA developers to have to concern themselves with those...
View Article#233 Simple example of BPEL invoking WSM protected service
Very simple example -I have created a validate creditCard web service and deployed it to WLSAs you can see, I specified oracle/wss_username_token_service_policy when creating the web service.I get the...
View Article#234 BPEL invoking SAML protected web service
Firstly kudos to the excellent posts from Edwin Biemond - which were my starting point here -http://biemond.blogspot.de/search/label/OWSMalso a BIG thanks to my colleague FlaviusS for the...
View Article#235 WSM protecting composite - yet again!
Here we go, the last of 3 posts -The exposed service is protected by the following WSM policy - Testing this is easy -1. Make sure the SSL Listen Port is enabledTest in em, don't forget to edit the...
View Article#236 Installing OSB 11.1.1.7
Installing OSB 11.1.1.7 on Win 64bitFiles required -Step 0 - install RCUI have already installed SOA PS6 - so I have already run rcu.If you are doing a standalone OSB install i.e. no SOA database...
View Article#238 SOA Suite 11.1.1.7 Adapters - UMS Adapter
Above the list of PS5 adapters -Below the list of PS6 adapters -New are -Healthcare adapterUMS adapterMore about the Healthcare adapter in a later post -UMS adapterAllows us to send/receive emails with...
View Article#239 UMS adapter - inbound
In the last post I described how to write an email via the UMS adapter.Now I will show how to consume an incoming email.Again, I am using JAMES- in the last post I configured the UMS email driver for...
View Article