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 - bajz

Pages: [1]
1
Hi,

I need transformation to create association link with tagged value. I put Tag into a template but it doesn't create any tag.

Association
{
 name=%qt%%className%12%qt%
 %TRANSFORM_REFERENCE("ServiceBinding12",classGUID)%
 Tag
 {
 name = "location"
 value = "%classTag:"Port"%"
 
 }
 Source
 {
   %TRANSFORM_REFERENCE("Service",packageGUID)%
 }
 Target
 {
   %TRANSFORM_REFERENCE("Binding12",classGUID)%
 }
}

Any idea?

Thanks

2
Automation Interface, Add-Ins and Tools / Namespace in transformation
« on: July 18, 2007, 09:49:28 pm »
Hello,

do you know how to make transformation to insert namespace into final element?

3
Hello,

I need to edit WSDL transformation template so it can transform Interface element into WSDL model. The problem is that the XSDTypes elements wchich should be included in the final model are placed in different package. Is there any way how to make the transformation to take these external elements and paste them into final WSDL model?

I was thinking to save GUID of XSDType elements in Tagged values of element which is going to be transformed but I don't know how to acces this tegged value in trensformation template.

Any ideas?

thanks,  bajz      

Pages: [1]