If they have XMLBeans bindings, lets try that. I guess I should take a
look at Yoko.

Paul

On 7/31/06, Rajith Attapattu <[EMAIL PROTECTED]> wrote:
Dims,

I looked at the following code and we could use the ObjectSupplier to find
the CORBA object as we do for spring, by leveraging the code written in
Axis1.

However the more difficult problem of converting from soap to corba types is
still there.
Yoko claims that they have bindings based on JAX-B, XMLBeans ..etc if so
maybe we can leverage that to do this.

If you have more info let me know, I am interested in doing this for axis2.

Regards,

 Rajith


On 7/27/06, Davanum Srinivas <[EMAIL PROTECTED]> wrote:
> Ah! i see. It my be a trivial exercise to port Axis1 corba provider to
Axis2:
>
http://svn.apache.org/viewvc/webservices/axis/trunk/java/src/org/apache/axis/providers/java/CORBAProvider.java
>
> If you see the Spring module in Axis2, Spring beans are created using
> a SpingXXXXXObjectSupplier's getServiceObject you can follow the same
> pattern to port the makeNewServiceObject method in Axis1 to Axis2.
>
>
http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/spring/src/org/apache/axis2/extensions/spring/receivers/SpringServletContextObjectSupplier.java
>
> thanks,
> dims
>
>
> On 7/27/06, Christian Galbavy <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > our goal is to use SOAP for dynamic invocations in CORBA.
> > So a short description how we want to start:
> > We want to take the SOAP-service-name and map this to a CORBA interface,
so the SOAP method in the body has the same name as the CORBA interface's
method. If we find an approbriate method in the CORBA interface using the
CORBA interface repository, we want to call te CORBA method.
> >
> > At this time we are looking at different technologies to achive this
goal. For Axis2 there might be a problem, cause we do not have any deployed
services and the wsdl-files.
> > We can do the following:
> > When we have found the CORBA interface with the method, we can obtain
the type information of the parameters and the return value using the
interface repository. Here we get TypeCodes. Now we can use the Typecodes
and the params from the SOAP call to invoke the CORBA method. One point here
is how to parse the SOAP params using the TypeCodes.
> >
> > This is only one approach for us, we are looking at different ways.
> > It have not had time yet to look at the yoko project, but will do this
today.
> > Please write me your thoughts about this topic.
> >
> > Regards
> > Christian
> >
> >
> >
> > -------- Original-Nachricht --------
> > Datum: Mon, 24 Jul 2006 20:45:54 -0400
> > Von: "Balaji Ravi" < [EMAIL PROTECTED]>
> > An: [EMAIL PROTECTED]
> > Betreff: Soap-corba bridge for synapse
> >
> > > Hi,
> > >
> > > I saw your email discussing about the soap-corba bridge in the synapse
> > > mailing list & i thought of a similar open source project - Apache
Yoko
> > > that
> > > i am involved with.
> > >
> > > In this project, we are building an open source orb & also a corba
wsdl
> > > binding, which we could use to expose the corba endpoints as a web
> > > service.
> > > We can use this to write a synapse mediator to do the conversion from
soap
> > > to corba & viceversa.
> > >
> > > Link: http://incubator.apache.org/projects/yoko.html
> > >
> > > Our wiki for some more details:
http://wiki.apache.org/incubator-yoko/
> > >
> > > Let me if you think this would help. We can then discuss this in both
the
> > > yoko mailing list & the synapse mailing list. I would also be
interested
> > > in
> > > knowing more about your use case...
> > >
> > > Thanks
> > >
> > > Balaji
> >
> > --
> >
> >
> > "Feel free" – 10 GB Mailbox, 100 FreeSMS/Monat ...
> > Jetzt GMX TopMail testen:
http://www.gmx.net/de/go/topmail
> >
> >
---------------------------------------------------------------------
> > To unsubscribe, e-mail:
[EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> --
> Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers)
>
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
[EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>




--
Paul Fremantle
VP/Technology, WSO2 and OASIS WS-RX TC Co-chair

http://bloglines.com/blog/paulfremantle
[EMAIL PROTECTED]

"Oxygenating the Web Service Platform", www.wso2.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to