NetBeans Forums
| View previous topic :: View next topic |
| Author |
Message |
Wim Verreycken Posted via mailing list.
|
Posted: Sat Aug 30, 2008 8:20 pm Post subject: JBI Xslt or BPEL question |
|
|
Hi,
I want to create a proxy for an existing webservice, but it needs to "speak"
a different kind of xml. I have created the xsd's for both schema's, now I
need a stylesheet to do the following transformation :
<catalog>
<catergory name="bolts">
<product name="b0"/>
<product name="b1"/>
</category>
<catergory name="nuts">
<product name="n0"/>
</category>
</catalog>
to
<node type="catalog"/>
<node type="category" name="bolts"/>
<node type="product" name="b0"/>
<node type="product" name="b1"/>
</node>
<node type="category" name="nuts"/>
<node type="product" name="n0"/>
</node>
</node>
I also need a wsdl for the proxying service based on the one of the original
webservice but using the new namespace.
What's the easiest way/route do generate/draw this in netbeans? (not to much
coding pls)
All leads, tips, links or examples very welcome.
Wim |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|