NetBeans Forums

 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
  

JBI Xslt or BPEL question

 
Post new topic   Reply to topic    NetBeans Forums -> Java EE Users
View previous topic :: View next topic  
Author Message
Wim Verreycken
Posted via mailing list.





PostPosted: Sat Aug 30, 2008 8:20 pm    Post subject: JBI Xslt or BPEL question Reply with quote

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
Display posts from previous:   
Post new topic   Reply to topic    NetBeans Forums -> Java EE Users All times are GMT
Page 1 of 1

 
Jump to:  
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


Powered by phpBB
By use of this website, you agree to the NetBeans Policies and Terms of Use. © 2012, Oracle Corporation and/or its affiliates. Sponsored by Oracle logo