users@glassfish.java.net

Re: Can Glassfish supports existing c/c++ soap server?

From: Sahoo <Sahoo_at_Sun.COM>
Date: Sat, 17 Jan 2009 12:27:11 +0530

Bill,

Unless you write some proxy application which sits in GlassFish and
redirects the request to soapa or soapb services depending on the
request URI, I don't see how your requirement can be met. Anyone else
has any other idea?

Thanks,
Sahoo

glassfish_at_javadesktop.org wrote:
> Hi Sahoo,
> Thanks for answering the question.
> I mean I have two c/c++ applications which bind the local ports to provide web service. soapa binds to port 3000, soapb binds to port 3100. when the client calls the service from soapa,soapb the http url will be like:
> soapa url: http://servername:3000/services/verifyuser
> soapb url: http://servername:3100/services/dosomething
>
> now I wanna combine both of them to Glassfish and I don't want to make some change to these two applications(soapa,soapb), the http url will be like below:
> soapa url: http://servername/services/verifyuser
> soapb url: http://servername/services/dosomething
>
> can we do something in GlassFish side to support this?
>
> Kind regards,
> Bill
> [Message sent by forum member 'bill_zheng' (bill_zheng)]
>
> http://forums.java.net/jive/thread.jspa?messageID=326583
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>