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.


Messages - Peter Poulsen

Pages: [1]
1
General Board / Re: WSDL: WS-addressing for wsdl:portType operatio
« on: May 08, 2013, 02:16:12 pm »
Thanks for input. I can see, that I got a bit of work in front of me if this needs to work for me. Another way for me to go is to write an afterburner that does the work for me.

2
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"/>

3
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]