• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: JAX-WS Endpoint within a WOApplication
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: JAX-WS Endpoint within a WOApplication


  • Subject: Re: JAX-WS Endpoint within a WOApplication
  • From: Matteo Centro <email@hidden>
  • Date: Tue, 02 Oct 2012 19:54:17 +0200

Yes, I don't know if it's Axis that is old or the stuff connecting to
my app that sucks but with JAX-WS I solved the problem (of course I
had to make a proxy on apache to be able to connect to port 8080).
Now I need to find a way to make the endpoint link to the WOPort...
I'll try your suggestion but I still don't have an idea of where to
start from. I'm talking about the JAX_WS part, not the WO part.

Thanks,

Matteo

On Tue, Oct 2, 2012 at 5:00 PM, John Huss <email@hidden> wrote:
> The WO web service stuff is just a wrapper around Axis 1.4, which is a
> generic java library, so I would be surprised if it wouldn't work.  That
> said, Axis 1.4 is quite old now, and using something newer is a good option.
> The port thing doesn't matter -- 8080 is just the standard J2EE port, but
> you should have no problem using a regular WO url without a port.  Yes,
> you'll probably a custom request handler, although the direct action handler
> would work too.
>
> On Tue, Oct 2, 2012 at 7:26 AM, Matteo Centro <email@hidden>
> wrote:
>>
>> Hi list,
>>
>> I'm trying to implement a webservice using JAX-WS after I concluded
>> that the app that needs to talk with mine can't speak through
>> WOWebServices...
>> All the examples I found make a webservice server by
>>
>> javax.xml.ws.Endpoint.publish("http://localhost:8080/WS/NameOfService";,
>> implementor);
>>
>>
>> This of course works even from within a WO Application but it starts
>> to listen on a new port, which is not good for me.
>> Is it possible to publish an Endpoint that goes through the usual
>> WOPort maybe by using a new request handler?
>> Anybody already did that?
>>
>> Thanks in advance,
>>
>>
>> Matteo
>>  _______________________________________________
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list      (email@hidden)
>> Help/Unsubscribe/Update your Subscription:
>>
>>
>> This email sent to email@hidden
>
>
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >JAX-WS Endpoint within a WOApplication (From: Matteo Centro <email@hidden>)
 >Re: JAX-WS Endpoint within a WOApplication (From: John Huss <email@hidden>)

  • Prev by Date: Re: JAX-WS Endpoint within a WOApplication
  • Next by Date: How to target older ava
  • Previous by thread: Re: JAX-WS Endpoint within a WOApplication
  • Next by thread: How to target older ava
  • Index(es):
    • Date
    • Thread