Re: Axis1 (1.4.1) and WS-Addressing

2009-09-21 Thread Doug Davis
Yes - look at the wsa sample. thanks -Doug __ STSM | Standards Architect | IBM Software Group (919) 254-6905 | IBM 444-6905 | d...@us.ibm.com The more I'm around some people, the more I like my dog. Wishing Carebear

Re: Axis1 (1.4.1) and WS-Addressing

2009-09-21 Thread Doug Davis
, Doug Davis d...@us.ibm.com wrote: Yes - look at the wsa sample. thanks -Doug __ STSM | Standards Architect | IBM Software Group (919) 254-6905 | IBM 444-6905 | d...@us.ibm.com The more I'm around some people, the more I like my dog

Re: Axis1 (1.4.1) and WS-Addressing

2009-09-21 Thread Doug Davis
, Doug Davis d...@us.ibm.com wrote: http://svn.apache.org/viewvc/webservices/axis/trunk/java/samples/wsa/ thanks -Doug __ STSM | Standards Architect | IBM Software Group (919) 254-6905 | IBM 444-6905 | d...@us.ibm.com The more I'm around some

Re: Pub\Sub Web Service

2009-02-23 Thread Doug Davis
checkout ws-baseNotification: http://docs.oasis-open.org/wsn/wsn-ws_base_notification-1.3-spec-os.pdf thanks -Doug __ STSM | Standards Architect | IBM Software Group (919) 254-6905 | IBM 444-6905 | d...@us.ibm.com Michael

RE: WS-addressing

2008-09-26 Thread Doug Davis
Actually, WS-addressing is available under Axis 1 - see: java\samples\wsa thanks -Doug __ STSM | Web Services Architect | IBM Software Group (919) 254-6905 | IBM T/L 444-6905 | [EMAIL PROTECTED] Martin Gainty [EMAIL PROTECTED]

Re: WS-RM does not work?

2008-06-17 Thread Doug Davis
Of course - it might be nice to know why a message is in the queue if MC isn't being used. Seems like someone might actually be using it w/o you knowing it. thanks -Doug __ STSM | Web Services Architect | IBM Software Group (919) 254-6905

Re: firewall issue

2008-06-16 Thread Doug Davis
Add support for WS-MakeConnection [1] - its designed for this. [1] http://docs.oasis-open.org/ws-rx/wsmc/200702 thanks -Doug __ STSM | Web Services Architect | IBM Software Group (919) 254-6905 | IBM T/L 444-6905 | [EMAIL PROTECTED]

Re: axis 1.4 and ws-addressing

2008-03-17 Thread Doug Davis
Actually, WSA is supported natively in the latest version. See the sample: http://svn.apache.org/viewvc/webservices/axis/trunk/java/samples/wsa/ thanks -Doug __ STSM | Web Services Architect | IBM Software Group (919) 254-6905 | IBM T/L

Re: Reverse Direction Messaging Over Persistent HTTP Connection

2007-07-08 Thread Doug Davis
checkout: WS-MakeConnection http://docs.oasis-open.org/ws-rx/wsmc/200702 thanks -Doug __ STSM | Web Services Architect | IBM Software Group (919) 254-6905 | IBM T/L 444-6905 | [EMAIL PROTECTED] chaoticinc [EMAIL PROTECTED]

Re: axis1.4 with https

2007-06-22 Thread Doug Davis
I usually have to add something like this: System.setProperty(javax.net.ssl.trustStore, d:\mycert.jks); to my client code to get it to load the keystore. thanks -Doug __ STSM | Web Services Architect | IBM Software Group (919) 254-6905 |

Re: Advantages of Axis2 over Axis 1.3

2007-05-04 Thread Doug Davis
Paul Fremantle [EMAIL PROTECTED] wrote on 05/04/2007 06:17:43 AM: ... * Asynchronous calling model * Better support for WS-Addressing Current axis1 code does support async and both versions of WS-Addressing (2004,2005) -Doug

Re: Can we create log of SOAP request response in log file?

2007-04-18 Thread Doug Davis
In axis1 there's a LogHandler that would do this - I would assume you could do the same thing for axis2. thanks -Doug __ STSM | Web Services Architect | IBM Software Group (919) 254-6905 | IBM T/L 444-6905 | [EMAIL PROTECTED] Vikas

RE: WS-Notification implementation for Axis2

2007-03-20 Thread Doug Davis
Just wondering... do you want event driven communication or just new unsolicited messages from the server to the client. The latter can be done by simply providing the server with an EPR to send messages to - no need for a formal event infrastructure. Or did you really want to formalize

Re: [AXIS 1.4] WS-addressing

2007-03-15 Thread Doug Davis
If you grab the latest axis1 then there's a wsa sample to show how to do it. More docs are needed but its a start. thanks -Doug __ STSM | Web Services Architect | IBM Software Group (919) 254-6905 | IBM T/L 444-6905 | [EMAIL PROTECTED]

Re: Support of Asynchronous call in Apache Axis 1.1

2007-03-05 Thread Doug Davis
I thought his question was limited to Axis 1.1 - Axis 1.4 and higher does support it. thanks -Doug __ STSM | Web Services Architect | IBM Software Group (919) 254-6905 | IBM T/L 444-6905 | [EMAIL PROTECTED] Rémy Sanlaville [EMAIL

Re: axis SAAJ whitespace problem

2005-11-15 Thread Doug Davis
I ran into this myself - w/o knowing about this special flag I just ripped the code out :-) PrettyPrinting I understand - pretty deserializing/reading was something I just could not grok. -Doug Davanum Srinivas [EMAIL PROTECTED] 11/14/2005 08:09 PM Please respond to axis-user To