Archive for July, 2010

Oracle Service Bus 11g, handling SOAP Faults

On the Oracle Forums someone had a question on how to construct your own fault message based on the fault-part of the wsdl element. In this blog we will add several activities to the flow to constantly see the output which will be generated by the proxy service. The flow we will be creating should be looking like this For the business service i used the helloworld service and imported the wsdl resource and xsd. To be able to 'throw' the custom soap fault from within the proxy...

Live Webcast Oracle Service Bus 11g

On the 20th July 2010 (Time: 10 a.m. PT/1 p.m. ET) Oracle will give a live Webcast on the launch of the new Oracle Service Bus 11g. "Introducing Oracle Service Bus 11g—Extending Oracle SOA Suite Leadership" Interesting for all of you who already use or will be using the new service bus. Hopefully they will discuss all the nice new features. To register, click...

Oracle Service Bus custom xpath functions, prefix not defined in static context

When defining the new custom xpath functions for use in the service bus make sure you don't prefix the name of the function you want to use [sourcecode language="xml"] customConcat %FUNC_CUSTOM_CONCAT_COMMENT% http://nl.iteye/osb/custom/functions/OsbUtils nl.iteye.osb.custom.functions.OsbUtils java.lang.String customConcat(java.lang.String, java.lang.String) false Pipeline ...