I think you can include all your binding file in one file and use that
file with wsdl2java.

Something like-
<?xml version="1.0" encoding="UTF-8"?>
<binding >

<include path="a-binding.xml"/>
<include path="b-binding.xml"/>
<include path="c-binding.xml"/>
<include path="dimensions-binding.xml"/>
<include path="d-binding.xml"/>


</binding>



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Guido
Wischrop
Sent: Monday, July 30, 2007 3:08 PM
To: jibx-users@lists.sourceforge.net
Subject: [jibx-users] more than one bindingfile for wsdl2java?

Hello,
is it possible to use more than one bindingfile for the code
generation with wsdl2java? I have a quite complex wsdl file and I
split the bindings in several files. But there is another reason to
use multiple bindingfiles. The wsdl uses different namespaces for each
operation, so I got namespace conflicts if I try to write all bindings
in one file.

Thanks for your help!

------------------------------------------------------------------------
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to