Good Morning,
I've created an aspect. This aspect call two .Net web services the first one "
ServiceCustomization" web service and the second is the "
AdditionService" web service. I assign two fixed variable 1 and
2 and a
TID to the input variables of the "
ServiceCustomization". After that, I'm checking the returned result. If it is equal to one, then the aspect call the "AdditionService" to increase its result by 1 and return the new result to the "
AdditionService".
Every time I go to deploy the aspect, I got the following error:
Invocation of operation deployAspect failed: org.apache.ode.bpel.iapi.ContextException: Aspect
{http://aspect1.sum.increase}AspectSum1 not found in deployment unit sumaspect-0The tomcat console window also display an error that in briefly states:
error: [UnknownExpressionLanguage] The expression language "urn:oasis: names:tc:ws2.0:sublang:xpath1.0" is unrecognized.
ERROR [AspectStoreImpl] Aspect {http://aspect1.sum.increase}AspectS
um1 not found in deployment unit sumaspect-0
21:00:46,648 WARN [DeploymentWebService] Invocation of operation deployAspect failedI check my aspect code several times but I didn't notice any error in the code. Please any help would be greatly appreciated.
I also attached the aspect files on this email.