Book a Demo

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Peter Poulsen

Pages: [1]
1
General Board / WSDL: WS-addressing for wsdl:portType operation
« on: May 03, 2013, 08:43:45 pm »
Hi

I need to specify a ws-addressing attribute on the wsdl:input element under wsdl:operation. I've tried to put it on as a tagged value on the operation, but that dosen't seem to work.

Is there anyone who know how to make this work?

End result should look like this:
<wsdl:input wsaw:Action="http://some-ws-addressing-action" name="MyOperation" message="MyOperationInMessage"/>

2
Hi

I'm rather new in MDA Transformations and misses a macro that can give me the last part of a string. Is there an easy way to get the last section in the packagePath like dk.schema.products.car?

I can imagine something like
$lastIdx = %FINDLAST(packagePath, ".")%
$lastIdx = %LENGTH(packagePath) - $lastIdx%
$section = %RIGHT(packagePath, $lastIdx)%

Pages: [1]