<?xml version="1.0" encoding="utf-8"?> <soapenv:envelope xmlns:soapenv="

Size: px
Start display at page:

Download "<?xml version="1.0" encoding="utf-8"?> <soapenv:envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/""

Transcription

1 Applicazioni Java W S con Ax is sistema di tr ac c iab il ità ag r o al imen tar e Ing. Mario G.C.A. Cimino M.G.C.A.Cimino, Applicazioni Java-W S con Ax is, D ipar t ime nt o d i I ng e g ne r ia d e ll I nf or mazione - U nive r s it à d i P is a 1/14

2 Installazione di Axis su Jakarta Tomcat Axis (h t t p :/ / w s.a p a c h e.o r g/ a xis/ ) è u n SO AP e n gin e, u n f r a m SO AP p r o c e sso r (c o m e c l ie n t, se r v e r, ga t e w a y...) e w o r k p e r c o st r u ir e È sv il u p p a t o c o m e j a v a se r v l e t, p e r c u i si in st a l l a su se r v l e t e n gin e c o m e T o m c a t. I l p a c k a ge (h t t p :/ / a p a c h e.f is.u n ir o m a 2.it / w s/ a xis/ 1 _ 2 R C1 / a xis-1 _ 2 R C1 -b in.z ip ) n o n c o n t ie n e u n f il e f o r m a t o w e b a p p ic a t io n (a xis.w a r ) m a si in st a l l a a u t o m a t ic a m e n t e c o p ia n d o l a c a r t e l l a webapps\ax i s n e l l a c o r r isp o n d e n t e c a r t e l l a webapps d i T o m c a t. N o n e ` n e c e ssa r io r ia v v ia r e T o m c a t : in p o c h i se c o n d i v ie n e r il e v a t a a u t o m a t ic a m e n t e l a p p l ic a z io n e e st a m p a t i i r e l a t iv i m e ssa ggi su l l a sh e l l, t r a c u i l a m a n c a n z a d i a l c u n i p a c k a ge d a a ggiu n ge r e m a n u a l m e n t e c o m e d i se gu it o. Co p ia r e i 4 f il e s.j ar d e l l X M L p a r se r d e l l a Xer c es n e l l a c a r t e l l a ax i s/ W E B -I N F / l i b Ac c e d e r e m e d ia n t e il b r o w se r a l l a u r l h t t p :/ / l o c a l h o st : / a xis/ q u in d i e se gu ir e il t e st d i v a l id a z io n e h appy ax i s (h t t p :/ / l o c a l h o st : / a xis/ h a p p y a xis.j sp ) c l ic c a n d o su l l in k V al i d at e. N o r m a l m e n t e, v ie n e r il e v a t a l a m a n c a n z a d e gl i u l t e r io r i p a c k a ge s d e sc r it t i d i se gu it o, d a c o p ia r e se m p r e n e l l a c a r t e l l a ax i s/ W E B -I N F / l i b. M.G.C.A.Cimino, Applicazioni Java-W S con Ax is, D ipar t ime nt o d i I ng e g ne r ia d e ll I nf or mazione - U nive r s it à d i P is a 2/14

3 PACKAGE CO N T EN U T O N EL F I L E S CAR I CAB I L E D A activation.jar j a f -1 _ 0 _ 2 -u p d. z i p h t t p : / / j a v a. s u n. c o m / p r o d u c t s / j a v a b e a n s / g l a s g o w / j a f. h t m l m ail.jar j a v a m a i l -1 _ 3 _ 2. z i p h t t p : / / j a v a. s u n. c o m / p r o d u c t s / j a v a m a i l / d o w n l o a d s / i n d e x. h t m l x m l s e c.jar x m l -s e c u r i t y -b i n -1 _ 1 _ 0. z i p h t t p : / / x m l. a p a c h e. o r g / s e c u r i t y / d i s t / j a v a -l i b r a r y / x m l -s e c u r i t y -b i n -1 _ 1 _ 0. z i p Su c c e ssiv a m e n t e si t e st a u n SO AP e n d p o in t. Se b b e n e l o st a n d a r d SO AP u si r ic h ie st e H T T P P O S T p e r in v ia r e u n a r ic h ie st a X M L a d u n e n d p o in t, Axis su p p o r t a a n c h e u n e l e m e n t a r e m e c c a n ism o H T T P G E T, u t il e a sc o p o d i t e st in g. Ac c e d e r e d a b r o w se r a l l a u r l h t t p :/ / l o c a l h o st : / a xis/ se r v ic e s/ V e r sio n? m e t h o d = ge t V e r sio n. D o v r e b b e a p p a r ir e q u a l c o sa d e l ge n e r e : <?xml version="1.0" encoding="utf-8"?> <soapenv:envelope xmlns:soapenv=" xmlns:xsd=" xmlns:xsi=" <soapenv:body> <getversionresponse soapenv:encodingstyle=" <getversionreturn xsi:type="xsd:string"> Apache Axis version: 1.1 Built on Apr 04, 2003 (01:30:37 PST) </getversionreturn> </getversionresponse> </soapenv:body> </soapenv:envelope> T e st ia m o o r a u n J a v a W e b Se r v ic e (J W S) E n d p o in t. J W S è u n m e c c a n ism o c h e p e r m e t t e d i ge n e r a r e u n W S Se r v e r a u t o m a t ic a m e n t e d a c o d ic e J a v a. Ac c e d e r e d a M.G.C.A.Cimino, Applicazioni Java-W S con Ax is, D ipar t ime nt o d i I ng e g ne r ia d e ll I nf or mazione - U nive r s it à d i P is a 3/14

4 b r o w se r a l l a u r l h t t p :/ / l o c a l h o st : / a xis/ E c h o H e a d e r s.j w s? m a p p a r ir e q u a l c o sa d i sim il e : e t h o d = l ist. D o v r e b b e <?xml version="1.0" encoding="utf-8"?> <soapenv:envelope xmlns:soapenv=" xmlns:xsd=" xmlns:xsi=" <soapenv:body> <listresponse soapenv:encodingstyle=" <listreturn xsi:type="soapenc:array" soapenc:arraytype="xsd:string[6]" xmlns:soapenc=" <item>accept:image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*</item> <item>accept-language:en-us</item> <item>accept-encoding:gzip, deflate</item> <item>user-agent:mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)</item> <item>host:localhost:8080</item> <item>connection:keep-alive</item> </listreturn> </listresponse> </soapenv:body> </soapenv:envelope> M.G.C.A.Cimino, Applicazioni Java-W S con Ax is, D ipar t ime nt o d i I ng e g ne r ia d e ll I nf or mazione - U nive r s it à d i P is a 4/14

5 G enerazione di un W S tramite JW S I f il e.j ws so n o f il e.j av a c o n d iv e r sa e st e n sio n e, c h e v e n go n o r ic o n o sc iu t i d a A x i s e c o m p il a t i a l p r im o a c c e sso. Sc r iv e r e l a se gu e n t e c l a sse J a v a e c o p ia r l a n e l l a c a r t e l l a webapps/ ax i s. // calcolatore.jws public cla s s C alcolatore { public in t som m a( in t i 1, in t i 2 ) { r e t ur n i 1 + i 2 ; public in t sottraz i on e( in t i 1, in t i 2 ) { r e t ur n i 1 - i 2 ; Ac c e d e r e d a b r o w se r a l l a u r l h t t p :/ / l o c a l h o st : / a xis/ Ca l c o l a t o r e.j w s.axis c o m p il a a u t o m a t ic a m e n t e l a c l a sse e c o n v e r t e l e c h ia m a t e SO AP in in v o c a z io n i d i m e t o d o d e l l a c l a sse. I l f il e C al c o l at o r e.c l ass v e r r à p o st o in ax i s/ W E B -I N F / j wsc l asses. E ` p o ssib il e e sa m in a r e il w sd l su h t t p :/ / l o c a l h o st : / a xis/ Ca l c o l a t o r e.j w s? w sd l <?x m l v e r s i o n ="1. 0 " e n c o d i n g ="U T F -8 "?> <w s d l :d e f i n i t i o n s t a r g e t N a m e s p a c e ="h t t p ://l o c a l h o s t : /a x i s /C a l c o l a t o r e. j w s " x m l n s :a p a c h e s o a p ="h t t p ://x m l. a p a c h e. o r g /x m l -s o a p " x m l n s :i m p l ="h t t p ://l o c a l h o s t : /a x i s /C a l c o l a t o r e. j w s " x m l n s :i n t f ="h t t p ://l o c a l h o s t : /a x i s /C a l c o l a t o r e. j w s " M.G.C.A.Cimino, Applicazioni Java-W S con Ax is, D ipar t ime nt o d i I ng e g ne r ia d e ll I nf or mazione - U nive r s it à d i P is a 5/14

6 x m l n s :s o a p e n c ="h t t p ://s c h e m a s. x m l s o a p. o r g /s o a p /e n c o d i n g /" x m l n s :w s d l ="h t t p ://s c h e m a s. x m l s o a p. o r g /w s d l /" x m l n s :w s d l s o a p ="h t t p ://s c h e m a s. x m l s o a p. o r g /w s d l /s o a p /" x m l n s :x s d ="h t t p ://w w w. w 3. o r g /20 0 1/X M L S c h e m a "> <! -- W S D L c r e a t e d b y A p a c h e A x i s v e r s i o n : 1. 2R C 2 B u i l t o n N o v 16, ( 12:19 :4 4 E S T ) --> <w s d l :m e s s a g e n a m e ="s o m m a R e q u e s t "> <w s d l :p a r t n a m e ="i 1" t y p e ="x s d :i n t " /> <w s d l :p a r t n a m e ="i 2" t y p e ="x s d :i n t " /> </w s d l :m e s s a g e > <w s d l :m e s s a g e n a m e ="s o t t r a z i o n e R e s p o n s e "> <w s d l :p a r t n a m e ="s o t t r a z i o n e R e t u r n " t y p e ="x s d :i n t " /> </w s d l :m e s s a g e > <w s d l :m e s s a g e n a m e ="s o m m a R e s p o n s e "> <w s d l :p a r t n a m e ="s o m m a R e t u r n " t y p e ="x s d :i n t " /> </w s d l :m e s s a g e > <w s d l :m e s s a g e n a m e ="s o t t r a z i o n e R e q u e s t "> <w s d l :p a r t n a m e ="i 1" t y p e ="x s d :i n t " /> <w s d l :p a r t n a m e ="i 2" t y p e ="x s d :i n t " /> </w s d l :m e s s a g e > <w s d l :p o r t T y p e n a m e ="C a l c o l a t o r e "> <w s d l :o p e r a t i o n n a m e ="s o m m a " p a r a m e t e r O r d e r ="i 1 i 2"> <w s d l :i n p u t m e s s a g e ="i m p l :s o m m a R e q u e s t " n a m e ="s o m m a R e q u e s t " /> <w s d l :o u t p u t m e s s a g e ="i m p l :s o m m a R e s p o n s e " n a m e ="s o m m a R e s p o n s e " /> <w s d l :o p e r a t i o n n a m e ="s o t t r a z i o n e " p a r a m e t e r O r d e r ="i 1 i 2"> <w s d l :i n p u t m e s s a g e ="i m p l :s o t t r a z i o n e R e q u e s t " n a m e ="s o t t r a z i o n e R e q u e s t " /> <w s d l :o u t p u t m e s s a g e ="i m p l :s o t t r a z i o n e R e s p o n s e " n a m e ="s o t t r a z i o n e R e s p o n s e " /> </w s d l :p o r t T y p e > <w s d l :b i n d i n g n a m e ="C a l c o l a t o r e S o a p B i n d i n g " t y p e ="i m p l :C a l c o l a t o r e "> <w s d l s o a p :b i n d i n g s t y l e ="r p c " t r a n s p o r t ="h t t p ://s c h e m a s. x m l s o a p. o r g /s o a p /h t t p " /> <w s d l :o p e r a t i o n n a m e ="s o m m a "> <w s d l s o a p :o p e r a t i o n s o a p A c t i o n ="" /> <w s d l :i n p u t n a m e ="s o m m a R e q u e s t "> <w s d l s o a p :b o d y e n c o d i n g S t y l e ="h t t p ://s c h e m a s. x m l s o a p. o r g /s o a p /e n c o d i n g /" n a m e s p a c e ="h t t p ://D e f a u l t N a m e s p a c e " u s e ="e n c o d e d " /> </w s d l :i n p u t > <w s d l :o u t p u t n a m e ="s o m m a R e s p o n s e "> <w s d l s o a p :b o d y e n c o d i n g S t y l e ="h t t p ://s c h e m a s. x m l s o a p. o r g /s o a p /e n c o d i n g /" n a m e s p a c e ="h t t p ://l o c a l h o s t : /a x i s /C a l c o l a t o r e 0 u 10 6?w s " u s e ="e n c o d e d " /> </w s d l :o u t p u t > <w s d l :o p e r a t i o n n a m e ="s o t t r a z i o n e "> <w s d l s o a p :o p e r a t i o n s o a p A c t i o n ="" /> M.G.C.A.Cimino, Applicazioni Java-W S con Ax is, D ipar t ime nt o d i I ng e g ne r ia d e ll I nf or mazione - U nive r s it à d i P is a 6/14

7 <w s d l :i n p u t n a m e ="s o t t r a z i o n e R e q u e s t "> <w s d l s o a p :b o d y e n c o d i n g S t y l e ="h t t p ://s c h e m a s. x m l s o a p. o r g /s o a p /e n c o d i n g /" n a m e s p a c e ="h t t p ://D e f a u l t N a m e s p a c e " u s e ="e n c o d e d " /> </w s d l :i n p u t > <w s d l :o u t p u t n a m e ="s o t t r a z i o n e R e s p o n s e "> <w s d l s o a p :b o d y e n c o d i n g S t y l e ="h t t p ://s c h e m a s. x m l s o a p. o r g /s o a p /e n c o d i n g /" n a m e s p a c e ="h t t p ://l o c a l h o s t : /a x i s /C a l c o l a t o r e. j w s " u s e ="e n c o d e d " /> </w s d l :o u t p u t > </w s d l :b i n d i n g > <w s d l :s e r v i c e n a m e ="C a l c o l a t o r e S e r v i c e "> <w s d l :p o r t b i n d i n g ="i m p l :C a l c o l a t o r e S o a p B i n d i n g " n a m e ="C a l c o l a t o r e "> <w s d l s o a p :a d d r e s s l o c a t i o n ="h t t p ://l o c a l h o s t : /a x i s /C a l c o l a t o r e. j w s " /> </w s d l :p o r t > </w s d l :s e r v i c e > </w s d l :d e f i n i t i o n s > P e r t e a r e f u n z n a m e n t o d e l n o r o W r v e r u p p m o u n W n t c o m e d o st il io st S Se, sv il ia S Cl ie i se gu it : // C a l c o l a t o r e C l i e n t. j a v a i m p o r t o r g. a p a c h e. a x i s. c l i e n t. C a l l ; i m p o r t o r g. a p a c h e. a x i s. c l i e n t. S e r v i c e ; i m p o r t o r g. a p a c h e. a x i s. e n c o d i n g. X M L T y p e ; i m p o r t o r g. a p a c h e. a x i s. u t i l s. O p t i o n s ; i m p o r t j a v a x. x m l. r p c. P a r a m e t e r M o d e ; p u b l i c cl a s s C a l c o l a t o r e C l i e n t { p u b l i c s t a t i c v o i d m a i n ( S t r i n g [ ] a r g s ) t h r o w s E x c e p t i o n { O p t i o n s o p t i o n s = n e w O p t i o n s ( a r g s ) ; S t r i n g e n d p o i n t = "h t t p ://l o c a l h o s t :" + o p t i o n s. g e t P o r t ( ) + "/a x i s /C a l c o l a t o r e. j w s "; a r g s = o p t i o n s. g e t R e m a i n i n g A r g s ( ) ; i f ( a r g s == n u l l a r g s. l e n g t h! = 3 ) { S y s t e m. e r r. p r i n t l n ( "U s o : C a l c o l a t o r e C l i e n t <s o m m a s o t t r a z i o n e > a r g 1 a r g 2") ; M.G.C.A.Cimino, Applicazioni Java-W S con Ax is, D ipar t ime nt o d i I ng e g ne r ia d e ll I nf or mazione - U nive r s it à d i P is a 7/14

8 r e t u r n ; S t r i n g m e t h o d = a r g s [ 0 ] ; i f (! ( m e t h o d. e q u a l s ( "s o m m a ") m e t h o d. e q u a l s ( "s o t t r a z i o n e ") ) ) { S y s t e m. e r r. p r i n t l n ( "U s o : C a l c o l a t o r e C l i e n t <s o m m a s o t t r a z i o n e > a r g 1 a r g 2") ; r e t u r n ; I n t e g e r i 1 = n e w I n t e g e r ( a r g s [ 1] ) ; I n t e g e r i 2 = n e w I n t e g e r ( a r g s [ 2] ) ; S e r v i c e s e r v i c e = n e w S e r v i c e ( ) ; C a l l c a l l = ( C a l l ) s e r v i c e. c r e a t e C a l l ( ) ; c a l l. s e t T a r g e t E n d p o i n t A d d r e s s ( n e w j a v a. n e t. U R L ( e n d p o i n t ) ) ; c a l l. s e t O p e r a t i o n N a m e ( m e t h o d ) ; c a l l. a d d P a r a m e t e r ( "o p 1", X M L T y p e. X S D _ I N T, P a r a m e t e r M o d e. I N ) ; c a l l. a d d P a r a m e t e r ( "o p 2", X M L T y p e. X S D _ I N T, P a r a m e t e r M o d e. I N ) ; c a l l. s e t R e t u r n T y p e ( X M L T y p e. X S D _ I N T ) ; I n t e g e r r e t = ( I n t e g e r ) c a l l. i n v o k e ( n e w O b j e c t [ ] { i 1, i 2 ) ; S y s t e m. o u t. p r i n t l n ( "R i s u l t a t o : " + r e t ) ; I l se gu e n t e sc r ip t p r o v v e r e a c o m p il a r e e d e se gu ir e il c l ie n t. rem ec h o o f f s et CL A S S P A T H = s etl o c al s et l i b= C:\to mc at5 \w ebap p s \ax i s \W E B -I N F \l i b\ s et l i bs = % l i b% ax i s.j ar; % l i b% j ax rp c.j ar; % l i b% s aaj.j ar; % l i b% c o mmo n s -l o g g i n g.j ar; % l i b% w s d l 4 j.j ar; % l i b% c o mmo n s -d i s c o v ery.j ar; % l i b% ac ti v ati o n.j ar; % l i b% mai l.j ar; j av ac -c l as s p ath "% l i bs % " *.j av a j av a -c l as s p ath "% l i bs % " Cal c o l ato recl i en t -p s o mma 3 7 j av a -c l as s p ath "% l i bs % " Cal c o l ato recl i en t -p s o ttraz i o n e 9 5 en d l o c al M.G.C.A.Cimino, Applicazioni Java-W S con Ax is, D ipar t ime nt o d i I ng e g ne r ia d e ll I nf or mazione - U nive r s it à d i P is a 8/14

9 @ ec h o o n P r o d u c e n d o il se gu e n t e r isu l t a t o C:my w s > make R i s u l tato : 1 0 R i s u l tato : 4 G enerazione di un W S tramite Jav a2 W S D L J a v a 2 W SD L p e r m e t t e l a c r e a z io n e d i W S c o n m a ggio r f l e ssib il it à in f a se d i sv il u p p o, m e d ia n t e il f o r m a t o W eb S er v i c e D epl o y m en t D esc r i pt o r (W SD D ). Su p p o n ia m o d i a v e r e i t r e f il e d i t e st o se gu e n t i: C:my w s \make.bat C:my w s \Cal c o l ato recl i en t2.j av a C:my w s \s amp l es \c al c o l ato re\cal c o l ato re.j av a // C a l c o l a t o r e. j a v a p a ck a g e s a m p l e s. c a l c o l a t o r e ; p u b l i c i n t e r f a ce C a l c o l a t o r e { p u b l i c i n t s o m m a ( i n t i 1, i n t i 2) ; p u b l i c i n t s o t t r a z i o n e ( i n t i 1, i n t i 2) ; M o st r e r e m o m a n m a n o il f il e m ak e.bat. P r im a d i t u t t o, c o m p il ia m o il c o d ic e j a v a : rem ec h o o f f s et CL A S S P A T H = M.G.C.A.Cimino, Applicazioni Java-W S con Ax is, D ipar t ime nt o d i I ng e g ne r ia d e ll I nf or mazione - U nive r s it à d i P is a 9/14

10 s etl o c al s et l i b= C:\to mc at5 \w ebap p s \ax i s \W E B -I N F \l i b\ s et l i bs = % l i b% ax i s.j ar; % l i b% j ax rp c.j ar; % l i b% s aaj.j ar; % l i b% c o mmo n s -l o g g i n g.j ar; % l i b% w s d l 4 j.j ar; % l i b% c o mmo n s -d i s c o v ery.j ar; % l i b% ac ti v ati o n.j ar; % l i b% mai l.j ar; j av ac -c l as s p ath "% l i bs % " s amp l es / c al c o l ato re/ *.j av a Q u in d i si c r e a il W SD L u sa n d o j a v a 2 SW D L, c o n l e se gu e n t i o p z io n i: -o <n o m e d el f i l e wsd l g en er at o >, -l <c o l l o c az i o n e d el ser v i z i o >, -n <n am espac e d eg l i el em en t i d el wsd l > -p< n am espac e e pac k ag e asso c i at o > s et s erv i c e_ l o c ati o n = h ttp :/ / l o c al h o s t: / ax i s / s erv i c es / Cal c o l ato re s et targ et_ n ames p ac e= u rn :c al c o l ato re s et p ac kag e= s amp l es.c al c o l ato re j av a -c l as s p ath "% l i bs % " o rg.ap ac h e.ax i s.w s d l.j av a2w S D L -o Cal c o l ato re.w s d l -l "% s erv i c e_ l o c ati o n % " -n "% targ et_ n ames p ac e% " -p "% p ac kag e% " "% targ et_ n ames p ac e% " s amp l es.c al c o l ato re.cal c o l ato re V ie n e ge n e r a t o u n f il e C:myws\Ca l c o l a t o r e. wsd l d a l se gu e n t e c o n t e n u t o : <?x m l v e r s i o n ="1. 0 " e n c o d i n g ="U T F -8 "?> <w s d l :d e f i n i t i o n s t a r g e t N a m e s p a c e ="u r n :c a l c o l a t o r e " x m l n s :i m p l ="u r n :c a l c o l a t o r e " x m l n s :i n t f ="u r n :c a l c o l a t o r e " x m l n s :a p a c h e s o a p ="h t t p ://x m l. a p a c h e. o r g /x m l -s o a p " x m l n s :w s d l s o a p ="h t t p ://s c h e m a s. x m l s o a p. o r g /w s d l /s o a p /" x m l n s :s o a p e n c ="h t t p ://s c h e m a s. x m l s o a p. o r g /s o a p /e n c o d i n g /" x m l n s :x s d ="h t t p ://w w w. w 3. o r g /20 0 1/X M L S c h e m a " x m l n s :w s d l ="h t t p ://s c h e m a s. x m l s o a p. o r g /w s d l /"> <! --W S D L c r e a t e d b y A p a c h e A x i s v e r s i o n : 1. 2R C 2 B u i l t o n N o v 16, ( 12:19 :4 4 E S T ) --> <w s d l :m e s s a g e n a m e ="s o m m a R e s p o n s e "> <w s d l :p a r t n a m e ="s o m m a R e t u r n " t y p e ="x s d :i n t "/> </w s d l :m e s s a g e > <w s d l :m e s s a g e n a m e ="s o t t r a z i o n e R e q u e s t "> <w s d l :p a r t n a m e ="i n 0 " t y p e ="x s d :i n t "/> <w s d l :p a r t n a m e ="i n 1" t y p e ="x s d :i n t "/> M.G.C.A.Cimino, Applicazioni Java-W S con Ax is, D ipar t ime nt o d i I ng e g ne r ia d e ll I nf or mazione - U nive r s it à d i P is a 10 /14

11 </w s d l :m e s s a g e > <w s d l :m e s s a g e n a m e ="s o t t r a z i o n e R e s p o n s e "> <w s d l :p a r t n a m e ="s o t t r a z i o n e R e t u r n " t y p e ="x s d :i n t "/> </w s d l :m e s s a g e > <w s d l :m e s s a g e n a m e ="s o m m a R e q u e s t "> <w s d l :p a r t n a m e ="i n 0 " t y p e ="x s d :i n t "/> <w s d l :p a r t n a m e ="i n 1" t y p e ="x s d :i n t "/> </w s d l :m e s s a g e > <w s d l :p o r t T y p e n a m e ="C a l c o l a t o r e "> <w s d l :o p e r a t i o n n a m e ="s o m m a " p a r a m e t e r O r d e r ="i n 0 i n 1"> <w s d l :i n p u t n a m e ="s o m m a R e q u e s t " m e s s a g e ="i m p l :s o m m a R e q u e s t "/> <w s d l :o u t p u t n a m e ="s o m m a R e s p o n s e " m e s s a g e ="i m p l :s o m m a R e s p o n s e "/> <w s d l :o p e r a t i o n n a m e ="s o t t r a z i o n e " p a r a m e t e r O r d e r ="i n 0 i n 1"> <w s d l :i n p u t n a m e ="s o t t r a z i o n e R e q u e s t " m e s s a g e ="i m p l :s o t t r a z i o n e R e q u e s t "/> <w s d l :o u t p u t n a m e ="s o t t r a z i o n e R e s p o n s e " m e s s a g e ="i m p l :s o t t r a z i o n e R e s p o n s e "/> </w s d l :p o r t T y p e > <w s d l :b i n d i n g n a m e ="C a l c o l a t o r e S o a p B i n d i n g " t y p e ="i m p l :C a l c o l a t o r e "> <w s d l s o a p :b i n d i n g s t y l e ="r p c " t r a n s p o r t ="h t t p ://s c h e m a s. x m l s o a p. o r g /s o a p /h t t p "/> <w s d l :o p e r a t i o n n a m e ="s o m m a "> <w s d l s o a p :o p e r a t i o n s o a p A c t i o n =""/> <w s d l :i n p u t n a m e ="s o m m a R e q u e s t "> <w s d l s o a p :b o d y u s e ="e n c o d e d " e n c o d i n g S t y l e ="h t t p ://s c h e m a s. x m l s o a p. o r g /s o a p /e n c o d i n g /" n a m e s p a c e ="u r n :c a l c o l a t o r e "/> </w s d l :i n p u t > <w s d l :o u t p u t n a m e ="s o m m a R e s p o n s e "> <w s d l s o a p :b o d y u s e ="e n c o d e d " e n c o d i n g S t y l e ="h t t p ://s c h e m a s. x m l s o a p. o r g /s o a p /e n c o d i n g /" n a m e s p a c e ="u r n :c a l c o l a t o r e "/> </w s d l :o u t p u t > <w s d l :o p e r a t i o n n a m e ="s o t t r a z i o n e "> <w s d l s o a p :o p e r a t i o n s o a p A c t i o n =""/> <w s d l :i n p u t n a m e ="s o t t r a z i o n e R e q u e s t "> <w s d l s o a p :b o d y u s e ="e n c o d e d " e n c o d i n g S t y l e ="h t t p ://s c h e m a s. x m l s o a p. o r g /s o a p /e n c o d i n g /" n a m e s p a c e ="u r n :c a l c o l a t o r e "/> </w s d l :i n p u t > <w s d l :o u t p u t n a m e ="s o t t r a z i o n e R e s p o n s e "> <w s d l s o a p :b o d y u s e ="e n c o d e d " e n c o d i n g S t y l e ="h t t p ://s c h e m a s. x m l s o a p. o r g /s o a p /e n c o d i n g /" n a m e s p a c e ="u r n :c a l c o l a t o r e "/> </w s d l :o u t p u t > </w s d l :b i n d i n g > <w s d l :s e r v i c e n a m e ="C a l c o l a t o r e S e r v i c e "> M.G.C.A.Cimino, Applicazioni Java-W S con Ax is, D ipar t ime nt o d i I ng e g ne r ia d e ll I nf or mazione - U nive r s it à d i P is a 11/14

12 <w s d l :p o r t n a m e ="C a l c o l a t o r e " b i n d i n g ="i m p l :C a l c o l a t o r e S o a p B i n d i n g "> <w s d l s o a p :a d d r e s s l o c a t i o n ="h t t p ://l o c a l h o s t : /a x i s /s e r v i c e s /C a l c o l a t o r e "/> </w s d l :p o r t > </w s d l :s e r v i c e > </w s d l :d e f i n i t i o n s > Si u sa il W SD L ge n e r a t o p e r c r e a r e t u t t i i c o m p o n e n t i n e c e ssa r i, c o n W SD L 2 J a v a : j av a -c l as s p ath "% l i bs % " o rg.ap ac h e.ax i s.w s d l.w S D L 2J av a -o. -d S es s i o n -s -S tru e -N "% targ et_ n ames p ac e% " s amp l es.c al c o l ato re Cal c o l ato re.w s d l V e n go n o ge n e r a t i i f il e se gu e n t i: C:my w s \s amp l es \c al c o l ato re\cal c o l ato re.c l as s C:my w s \s amp l es \c al c o l ato re\cal c o l ato re.j av a i n t e r f a c c i a d i p a r t e n z a r e s a r e m o t a c o n R M I C:my w s \s amp l es \c al c o l ato re\cal c o l ato res erv i c e.j av a i n t e r f a c c i a d i s e r v i z i o l a t o c l i e n t C:my w s \s amp l es \c al c o l ato re\cal c o l ato res erv i c el o c ato r.j av a i m p l e m e n t a z i o n e d e l s e r v i z i o l a t o c l i e n t C:myws\sa mp l e s\c a l c o l a t o r e \Ca l c o l a t o r e S o a p B i n d i n g I mp l. j a v a i m p l e m e n t a z i o n e d i d e f a u l t d e l s e r v e r ( c o m p l e t a r e ) C:my w s \s amp l es \c al c o l ato re\cal c o l ato res o ap B i n d i n g S kel eto n.j av a s k e l e t o n l a t o s e r v e r C:my w s \s amp l es \c al c o l ato re\cal c o l ato res o ap B i n d i n g S tu b.j av a s t u b l a t o c l i e n t C:my w s \s amp l es \c al c o l ato re\d ep l o y.w s d d d e s c r i t t o r e d i d e p l o y m e n t C:my w s \s amp l es \c al c o l ato re\u n d ep l o y.w s d d d e s c r i t t o r e d i u n d e p l o y m e n t a n o i in t e r e ssa so l o Ca l c o l a t o r e S o a p B i n d i n g I mp l. j a v a : o c c o r r e se m p l ic e m e n t e im p l e m e n t a r e i c o r p i d e i m e t o d i, in c u i v ie n e r it o r n a t o u n v a l o r e d i d e f a u l t -3. // C a l c o l a t o r e S o a p B i n d i n g I m p l. j a v a p a ck a g e s a m p l e s. c a l c o l a t o r e ; p u b l i c cl a s s C a l c o l a t o r e S o a p B i n d i n g I m p l i m p l e m e n t s s a m p l e s. c a l c o l a t o r e. C a l c o l a t o r e { p u b l i c i n t s o m m a ( i n t i n 0, i n t i n 1) t h r o w s j a v a. r m i. R e m o t e E x c e p t i o n { r e t u r n -3 ; p u b l i c i n t s o t t r a z i o n e ( i n t i n 0, i n t i n 1) t h r o w s j a v a. r m i. R e m o t e E x c e p t i o n { M.G.C.A.Cimino, Applicazioni Java-W S con Ax is, D ipar t ime nt o d i I ng e g ne r ia d e ll I nf or mazione - U nive r s it à d i P is a 12/14

13 r e t u r n -3 ; Fa t t o c iò, si p u ò f a r e il d e p l o y m e n t d e l se r v iz io m e d ia n t e l a p p l ic a z io n e A d m i n C l i en t e c o m p il a r e l e c l a ssi ge n e r a t e d a W S D L 2 J av a c o l l o c a n d o i f il e.c l ass n e l l a c a r t e l l a W E B -I N F \c l asses d i Axis. j av a -c l as s p ath "% l i bs % " o rg.ap ac h e.ax i s.c l i en t.a d mi n Cl i en t s amp l es \c al c o l ato re\d ep l o y.w s d d s et d ep l o y d i r= C:\to mc at5 \w ebap p s \ax i s \W E B -I N F \c l as s es j av ac c l as s p ath "% l i bs % " s amp l es / c al c o l ato re/ *.j av a d % d ep l o y d i r% Ac c e d e n d o d a b r o w se r a l l a u r l h t t p :/ / l o c a l h o st : / a xis/ se r v ic e s/ Ca l c o l a t o r e c o m p a r e u n m e ssa ggio d e l ge n e r e : M.G.C.A.Cimino, Applicazioni Java-W S con Ax is, D ipar t ime nt o d i I ng e g ne r ia d e ll I nf or mazione - U nive r s it à d i P is a 13/14

14 Q u e st o in d ic a c h e il se r v e r è a t t iv o. An a l o ga m e n t e a q u a n t o f a t t o p e r l e n d p o in t j w s, a ggiu n ge n d o a l l a f in e d e l l a U R L il su f f isso? wsd l Axis ge n e r a l a d e sc r iz io n e w sd l d e l se r v iz io c h e p u ò e sse r e sa l v a t a d a c h i d e v e sv il u p p a r e il c l ie n t. Co m e c l ie n t p o ssia m o a d o p e r a r e q u e l l o v ist o p e r il m e c c a n ism o j w s, r in o m in a n d o l a c l a sse c o m e C al c o l at o r ec l i en t 2 e m o d if ic a n d o so l o l e n d p o in t n e l se gu e n t e m o d o : S t r i n g e n d p o i n t = "h t t p ://l o c a l h o s t :" + o p t i o n s. g e t P o r t ( ) + "/a x i s /s e r v i c e s /C a l c o l a t o r e "; Fa t t o c iò si p u ò r ic o m p il a r e e r ie se gu ir e il c l ie n t, o t t e n e n d o o v v ia m e n t e i m e d e sim i r isu l t a t i d e l se r v e r j w s. E c c o l u l t im a p a r t e d e l f il e m ak e.bat : j av ac -c l as s p ath "% l i bs % " *.j av a j av a -c l as s p ath "% l i bs % " Cal c o l ato recl i en t2 -p s o mma 3 7 j av a -c l as s p ath "% l i bs % " Cal c o l ato recl i en t2 -p s o ttraz i o n e 9 5 en d l o c ec h o o n M.G.C.A.Cimino, Applicazioni Java-W S con Ax is, D ipar t ime nt o d i I ng e g ne r ia d e ll I nf or mazione - U nive r s it à d i P is a 14/14

1.- L a m e j o r o p c ió n e s c l o na r e l d i s co ( s e e x p li c a r á d es p u é s ).

1.- L a m e j o r o p c ió n e s c l o na r e l d i s co ( s e e x p li c a r á d es p u é s ). PROCEDIMIENTO DE RECUPERACION Y COPIAS DE SEGURIDAD DEL CORTAFUEGOS LINUX P ar a p od e r re c u p e ra r nu e s t r o c o rt a f u e go s an t e un d es a s t r e ( r ot u r a d e l di s c o o d e l a

More information

How to Subnet a Network How to use this paper Absolute Beginner: Read all Sections 1-4 N eed a q uick rev iew : Read Sections 2-4 J ust need a little h elp : Read Section 4 P a r t I : F o r t h e I P

More information

G ri d m on i tori n g w i th N A G I O S (*) (*) Work in collaboration with P. Lo Re, G. S av a and G. T ortone WP3-I CHEP 2000, N F N 10.02.2000 M e e t i n g, N a p l e s, 29.1 1.20 0 2 R o b e r 1

More information

G S e r v i c i o C i s c o S m a r t C a r e u ي a d e l L a b o r a t o r i o d e D e m o s t r a c i n R ل p i d a V e r s i n d e l S e r v i c i o C i s c o S m a r t C a r e : 1 4 ع l t i m a A c

More information

I n la n d N a v ig a t io n a co n t r ib u t io n t o eco n o m y su st a i n a b i l i t y

I n la n d N a v ig a t io n a co n t r ib u t io n t o eco n o m y su st a i n a b i l i t y I n la n d N a v ig a t io n a co n t r ib u t io n t o eco n o m y su st a i n a b i l i t y and KB rl iak s iol mi a, hme t a ro cp hm a5 a 2k p0r0o 9f i,e ls hv oa nr t ds eu rmv oedye l o nf dae cr

More information

Application Note: Cisco A S A - Ce r t if ica t e T o S S L V P N Con n e ct ion P r of il e Overview: T h i s a p p l i ca ti o n n o te e x p l a i n s h o w to co n f i g u r e th e A S A to a cco m

More information

Victims Compensation Claim Status of All Pending Claims and Claims Decided Within the Last Three Years

Victims Compensation Claim Status of All Pending Claims and Claims Decided Within the Last Three Years Claim#:021914-174 Initials: J.T. Last4SSN: 6996 DOB: 5/3/1970 Crime Date: 4/30/2013 Status: Claim is currently under review. Decision expected within 7 days Claim#:041715-334 Initials: M.S. Last4SSN: 2957

More information

SCO TT G LEA SO N D EM O Z G EB R E-

SCO TT G LEA SO N D EM O Z G EB R E- SCO TT G LEA SO N D EM O Z G EB R E- EG Z IA B H ER e d it o r s N ) LICA TIO N S A N D M ETH O D S t DVD N CLUDED C o n t e n Ls Pr e fa c e x v G l o b a l N a v i g a t i o n Sa t e llit e S y s t e

More information

ACE-1/onearm #show service-policy client-vips

ACE-1/onearm #show service-policy client-vips M A C E E x a m Basic Load Balancing Using O ne A r m M ode w it h S ou r ce N A T on t h e C isco A p p licat ion C ont r ol E ngine Goal Configure b a s ic l oa d b a l a nc ing (L a y er 3 ) w h ere

More information

Put the human back in Human Resources.

Put the human back in Human Resources. Put the human back in Human Resources A Co m p l et e Hu m a n Ca p i t a l Ma n a g em en t So l u t i o n t h a t em p o w er s HR p r o f essi o n a l s t o m eet t h ei r co r p o r a t e o b j ect

More information

H ig h L e v e l O v e r v iew. S te p h a n M a rt in. S e n io r S y s te m A rc h i te ct

H ig h L e v e l O v e r v iew. S te p h a n M a rt in. S e n io r S y s te m A rc h i te ct H ig h L e v e l O v e r v iew S te p h a n M a rt in S e n io r S y s te m A rc h i te ct OPEN XCHANGE Architecture Overview A ge nda D es ig n G o als A rc h i te ct u re O ve rv i ew S c a l a b ili

More information

BLADE 12th Generation. Rafał Olszewski. Łukasz Matras

BLADE 12th Generation. Rafał Olszewski. Łukasz Matras BLADE 12th Generation Rafał Olszewski Łukasz Matras Jugowice, 15-11-2012 Gl o b a l M a r k e t i n g Dell PowerEdge M-Series Blade Server Portfolio M-Series Blades couple powerful computing capabilities

More information

PSTN. Gateway. Switch. Supervisor PC. Ethernet LAN. IPCC Express SERVER. CallManager. IP Phone. IP Phone. Cust- DB

PSTN. Gateway. Switch. Supervisor PC. Ethernet LAN. IPCC Express SERVER. CallManager. IP Phone. IP Phone. Cust- DB M IPCC EXPRESS Product Solution (IPCC - IP Co n t a c t Ce n t e r ) E i n f ü h r u n g Ü b e r h u nd e r t M il l io ne n N u t ze r - P r o g no s e n zu f o l g e w e r d e n e s in d ie s e m J ah

More information

UNDERSTANDING FLOW PROCESSING WITHIN THE CISCO ACE M ODULE Application de liv e r y pr odu cts can distr ib u te tr af f ic to applications and w e b se r v ice s u sing v ar y ing le v e ls of application

More information

Campus Sustainability Assessment and Related Literature

Campus Sustainability Assessment and Related Literature Campus Sustainability Assessment and Related Literature An Annotated Bibliography and Resource Guide Andrew Nixon February 2002 Campus Sustainability Assessment Review Project Telephone: (616) 387-5626

More information

The Business Case for D om aink ey s I d ent ified M ail Andy Spillane V ic e P r es ident, Y ah o o! M February 13, 2006 ail 1 Fighting Spam & Email Abuse R eq uir es a M ulti-fac eted Appr o ac h DomainKeys

More information

SCHOOL PESTICIDE SAFETY AN D IN TEG R ATED PEST M AN AG EM EN T Statutes put into law by the Louisiana Department of Agriculture & Forestry to ensure the safety and well-being of children and school personnel

More information

FORT WAYNE COMMUNITY SCHOOLS 12 00 SOUTH CLINTON STREET FORT WAYNE, IN 468 02 6:02 p.m. Ma r c h 2 3, 2 015 OFFICIAL P ROCEED ING S Ro l l Ca l l e a r d o f h o o l u e e o f t h e r t y m m u t y h o

More information

C o a t i a n P u b l i c D e b tm a n a g e m e n t a n d C h a l l e n g e s o f M a k e t D e v e l o p m e n t Z a g e bo 8 t h A p i l 2 0 1 1 h t t pdd w w wp i j fp h D p u b l i c2 d e b td S t

More information

1. Oblast rozvoj spolků a SU UK 1.1. Zvyšování kvalifikace Školení Zapojení do projektů Poradenství 1.2. Financování 1.2.1.

1. Oblast rozvoj spolků a SU UK 1.1. Zvyšování kvalifikace Školení Zapojení do projektů Poradenství 1.2. Financování 1.2.1. 1. O b l a s t r o z v o j s p o l k a S U U K 1. 1. Z v y š o v á n í k v a l i f i k a c e Š k o l e n í o S t u d e n t s k á u n i e U n i v e r z i t y K a r l o v y ( d á l e j e n S U U K ) z í

More information

Enterprise Data Center A c h itec tu re Consorzio Operativo Gruppo MPS Case S t u d y : P r o g et t o D i sast er R ec o v er y Milano, 7 Febbraio 2006 1 Il G r u p p o M P S L a B a n c a M o n t e d

More information

First A S E M R e c to rs C o n f e re n c e : A sia E u ro p e H ig h e r E d u c a tio n L e a d e rsh ip D ia l o g u e Fre ie U n iv e rsitä t, B e rl in O c to b e r 2 7-2 9 2 0 0 8 G p A G e e a

More information

L a h ip e r t e n s ió n a r t e r ia l s e d e f in e c o m o u n n iv e l d e p r e s ió n a r t e r ia l s is t ó lic a ( P A S ) m a y o r o

L a h ip e r t e n s ió n a r t e r ia l s e d e f in e c o m o u n n iv e l d e p r e s ió n a r t e r ia l s is t ó lic a ( P A S ) m a y o r o V e r s i ó n P á g i n a 1 G U I A D E M A N E J O D E H I P E R T E N S I O N E S C E N C I A L 1. D E F I N I C I O N. L a h ip e r t e n s ió n a r t e r ia l s e d e f in e c o m o u n n iv e l d

More information

Future Trends in Airline Pricing, Yield. March 13, 2013

Future Trends in Airline Pricing, Yield. March 13, 2013 Future Trends in Airline Pricing, Yield Management, &AncillaryFees March 13, 2013 THE OPPORTUNITY IS NOW FOR CORPORATE TRAVEL MANAGEMENT BUT FIRST: YOU HAVE TO KNOCK DOWN BARRIERS! but it won t hurt much!

More information

Unit 16 : Software Development Standards O b jec t ive T o p r o v id e a gu ide on ho w t o ac h iev e so f t wa r e p r o cess improvement through the use of software and systems engineering standards.

More information

R e t r o f i t o f t C i r u n i s g e C o n t r o l

R e t r o f i t o f t C i r u n i s g e C o n t r o l R e t r o f i t o f t C i r u n i s g e C o n t r o l VB Sprinter D e s c r i p t i o n T h i s r e t r o f i t c o n s i s t s o f i n s t a l l i n g a c r u i s e c o n t r o l s wi t c h k i t i n

More information

C e r t ifie d Se c u r e W e b

C e r t ifie d Se c u r e W e b C r t ifi d S c u r W b Z r t ifizi r t Sic h r h it im W b 1 D l gat s N ic o las M ay n c o u r t, C EO, D r am lab T c h n o lo gi s A G M ar c -A n d r é B c k, C o n su lt an t, D r am lab T c h n

More information

Data Center end users for 40G/100G and market dy nami c s for 40G/100G on S M F Adam Carter Ci s c o 1 W Now that 40GbE is part of the IEEE 802.3ba there will be a wid er array of applic ation s that will

More information

G d y n i a U s ł u g a r e j e s t r a c j i i p o m i a r u c z a s u u c z e s t n i k ó w i m p r e z s p o r t o w y c h G d y s k i e g o O r o d k a S p o r t u i R e k r e a c j i w r o k u 2 0

More information

M Mobile Based Clinical Decision Support System Bhudeb Chakravarti & Dr. Suman Bhusan Bhattacharyya Provider & Public Health Group, VBU-HL P S aty am C om puter S ervices L im ited Bhudeb_ C hak ravarti@

More information

IronPort Gateway Security Products The Leader in Communication Security Reiner Baumann IronPort Systems The Principles of Industry Leadership A n a l y s t L e a d e r s h i p R e c o g n i z e d a s t

More information

P R E F E I T U R A M U N I C I P A L D E J A R D I M

P R E F E I T U R A M U N I C I P A L D E J A R D I M C O N T R A T O N 7 8 / 2 0 1 4 C o n t r a t o d e P r e s t a ç ã o d e S e r v i ç o s A d v o c a t í c i o s q u e e n t r e s i c e l e b r a m o M u n i c í p i o d e J A R D I M - M S e A IR E

More information

OPENBARE ZITTING 1. U ni f o r m e a l g e m e ne p o l i t i e v e r o r d e ni ng e n p u nc t u e l e i m p l e m e nt a t i e GAS ( g e m e e nt e l i j k e a d m i ni s t r a t i e v e s a nc t i

More information

W Cisco Kompetanse eek end 2 0 0 8 SMB = Store Mu ll ii gg hh eter! Nina Gullerud ng ulleru@ c is c o. c o m 1 Vår E n t e r p r i s e e r f a r i n g... 2 S m å o g M e llo m s t o r e B e d r i f t e

More information

m Future of learning Zehn J a hr e N et A c a d ei n E r f o l g s p r o g r a m Cisco E x p o 2 0 0 7 2 6. J u n i 2 0 0 7, M e sse W ie n C. D or n in g e r, b m u k k 1/ 12 P r e n t t z d e r p u t

More information

1 9 / m S t a n d a r d w y m a g a ń - e g z a m i n m i s t r z o w s k i dla zawodu M E C H A N I K P O J A Z D Ó W S A M O C H O D O W Y C H Kod z klasyfikacji zawodów i sp e cjaln oś ci dla p ot r

More information

B R T S y s te m in S e o u l a n d In te g r a te d e -T ic k e tin g S y s te m

B R T S y s te m in S e o u l a n d In te g r a te d e -T ic k e tin g S y s te m Symposium on Public Transportation in Indian Cities with Special focus on Bus Rapid Transit (BRT) System New Delhi 20-21 Jan 2010 B R T S y s te m in S e o u l a n d In te g r a te d e -T ic k e tin g

More information

Cisco Security Agent (CSA) CSA je v í c eúčelo v ý s o f t w a r o v ý ná s t r o j, k t er ý lze p o už í t k v ynuc ení r ů zný c h b ezp ečno s t ní c h p o li t i k. CSA a na lyzuje c h o v á ní a

More information

U.S. Department of Housing and Urban Development: Weekly Progress Report on Recovery Act Spending

U.S. Department of Housing and Urban Development: Weekly Progress Report on Recovery Act Spending U.S. Department of Housing and Urban Development: Weekly Progress Report on Recovery Act Spending by State and Program Report as of 3/7/2011 5:40:51 PM HUD's Weekly Recovery Act Progress Report: AK Grants

More information

Opis przedmiotu zamówienia - zakres czynności Usługi sprzątania obiektów Gdyńskiego Centrum Sportu

Opis przedmiotu zamówienia - zakres czynności Usługi sprzątania obiektów Gdyńskiego Centrum Sportu O p i s p r z e d m i o t u z a m ó w i e n i a - z a k r e s c z y n n o c i f U s ł u i s p r z» t a n i a o b i e k t ó w G d y s k i e C eo n t r u m S p o r t us I S t a d i o n p i ł k a r s k i

More information

Frederikshavn kommunale skolevæsen

Frederikshavn kommunale skolevæsen Frederikshavn kommunale skolevæsen Skoleåret 1969-70 V e d K: Hillers-Andersen k. s k o l e d i r e k t ø r o g Aage Christensen f u l d m æ g t i g ( Fr e d e rik sh av n E k sp r e s- T ry k k e rie

More information

Device I n s t r u m en t a t io n E x a m p l es : I P S L A s & N et F l o w Presented by Emmanuel Tychon Techni cal M ark eti ng Eng i neer TU D resden, J anuary 1 7 th 2 0 0 7 1. C is co I O S I P

More information

proxy cert request dn, cert, Pkey, VOMS cred. (short lifetime) certificate: dn, ca, Pkey mod_ssl pre-process: parameters->

proxy cert request dn, cert, Pkey, VOMS cred. (short lifetime) certificate: dn, ca, Pkey mod_ssl pre-process: parameters-> Overview of the New S ec u rity M od el WP6 Meeting V I D t G R I D C o nf er enc e B r c el o ne, 1 2-1 5 M y 2 0 0 3 Overview focus is on VOMS C A d e t il s r e in D 7. 6 Se cur it y D e sig n proxy

More information

w ith In fla m m a to r y B o w e l D ise a se. G a s tro in te s tin a l C lin ic, 2-8 -2, K a s h iw a z a, A g e o C ity, S a ita m a 3 6 2 -

w ith In fla m m a to r y B o w e l D ise a se. G a s tro in te s tin a l C lin ic, 2-8 -2, K a s h iw a z a, A g e o C ity, S a ita m a 3 6 2 - E ffic a c y o f S e le c tiv e M y e lo id L in e a g e L e u c o c y te D e p le tio n in P y o d e r m a G a n g re n o su m a n d P so r ia sis A sso c ia te d w ith In fla m m a to r y B o w e l D

More information

IntИg r a ti o n d e s s o l u ti o ns IB M e t C i s c o : C o l l a b o r a ti o n e t C o m m u ni c a ti o ns U ni f i Иe s ( U C 2 ) Mathieu in tr at Sales Business ev elop ent anag er om unic at

More information

Der Bologna- P roz es s u nd d i e S t aat s ex am Stefan Bienefeld i na Service-St el l e B o l o g n a d er H R K Sem in a r D er B o l o g n a P ro z es s U m s et z u n g u n d M it g es t a l t u

More information

III Bienal de Autismo Página 1 / 43

III Bienal de Autismo Página 1 / 43 III Bienal de Autismo Página 1 / 43 A Direcção da APPDA N ort e dá -v os as B oas V in das à I I I B ien al de Au t is m q u e es t a corres p on da à s v os s as ex p ect at iv as com o t em a em deb

More information

CORSO AVANZATO DI NEGOZIAZIONE Un laboratorio intensivo per lo sviluppo e la pratic a d elle c apac ità neg oz iali Scotwork Italia S.r.l. C op y rig h t 2 0 0 6 1 O I m p l t l t z o l N o z n n l h l

More information

Combinación de bandas óptima para la discriminación de sabanas colombianas, usando imagen Landsat ETM+ZYXWVUTSRQPONMLKJIHGFEDCB

Combinación de bandas óptima para la discriminación de sabanas colombianas, usando imagen Landsat ETM+ZYXWVUTSRQPONMLKJIHGFEDCB Combinación de bandas óptima para la discriminación de sabanas colombianas, usando imagen Landsat ETM+ZYXWVUTSRQPONMLKJIHGFEDCB O p t i m a l L a n d s a t E T M + b a n d 's c o m b i n a t i o n f o

More information

EM EA. D is trib u te d D e n ia l O f S e rv ic e

EM EA. D is trib u te d D e n ia l O f S e rv ic e EM EA S e c u rity D e p lo y m e n t F o ru m D e n ia l o f S e rv ic e U p d a te P e te r P ro v a rt C o n s u ltin g S E p p ro v a rt@ c is c o.c o m 1 A g e n d a T h re a t U p d a te IO S Es

More information

PRESS RELEASE Sw y x e m b r a c e s En t e r p r i s e m a r k e t w i t h l a u n c h o f n e w I P t e l e p h o n y p o r t f o l i o t h r o u g h a s i n g l e c o m m o n p l a t f o r m - New offerings

More information

TITLE POLICY ENDORSEMENTS BY STATE

TITLE POLICY ENDORSEMENTS BY STATE TITLE POLICY ENDORSEMENTS BY STATE State Endorsement ID Endorsement Description AK ARM ALTA 6 Adjustable (Variable) Rate AK BALLOON FNMA Balloon Endorsement AK CONDO ALTA 4 Condominium AK COPY FEE Copies

More information

B a rn e y W a r f. U r b a n S tu d ie s, V o l. 3 2, N o. 2, 1 9 9 5 3 6 1 ±3 7 8

B a rn e y W a r f. U r b a n S tu d ie s, V o l. 3 2, N o. 2, 1 9 9 5 3 6 1 ±3 7 8 U r b a n S tu d ie s, V o l. 3 2, N o. 2, 1 9 9 5 3 6 1 ±3 7 8 T e le c o m m u n ic a t io n s a n d th e C h a n g in g G e o g r a p h ie s o f K n o w le d g e T r a n s m is s io n in th e L a te

More information

3 k t h R e m e A c c e s s b t t t V T T c h t h p V T. Cl ic e ot rad io ut on nex o PN unnel yp e and oose e ap rop riat e PN unnel Int erfac e. 4.

3 k t h R e m e A c c e s s b t t t V T T c h t h p V T. Cl ic e ot rad io ut on nex o PN unnel yp e and oose e ap rop riat e PN unnel Int erfac e. 4. C i s c o P r o f i l e C o n t a c t s & F e e d b a c k H e l p Cisc o SM B Sup p ort Assist ant Configure ASA/PIX as Easy VPN Server or Client H om e > W ork W it h M y Sec urit y D ev ic es > Cisc

More information

Overview of Spellings on www.spellzoo.co.uk

Overview of Spellings on www.spellzoo.co.uk Overview of Spellings on www.spellzoo.co.uk Year 1 Set 1: CVC words Set 2: CVC and CCVC words Set 3: CVC, CCVC and CCVCC words Set 4: Words containing 'ch', 'sh', 'th' and 'wh' Set 5: Words ending in 'll',

More information

i n g S e c u r it y 3 1B# ; u r w e b a p p li c a tio n s f r o m ha c ke r s w ith t his å ] í d : L : g u id e Scanned by CamScanner

i n g S e c u r it y 3 1B# ; u r w e b a p p li c a tio n s f r o m ha c ke r s w ith t his å ] í d : L : g u id e Scanned by CamScanner í d : r ' " B o m m 1 E x p e r i e n c e L : i i n g S e c u r it y. 1-1B# ; u r w e b a p p li c a tio n s f r o m ha c ke r s w ith t his g u id e å ] - ew i c h P e t e r M u la e n PACKT ' TAÞ$Æo

More information

Return-to-Work Outcomes Among Social Security Disability Insurance (DI) Beneficiaries

Return-to-Work Outcomes Among Social Security Disability Insurance (DI) Beneficiaries Return-to-Work Outcomes Among Social Security Disability Insurance (DI) Beneficiaries Yonatan Ben-Shalom Arif Mamun Presented at the CSDP Forum Washington, DC September 17, 2014 Acknowledgments The research

More information

S E 5/9. Checks & Forms for. BIS Software www.bisformsdivision.com 888.629.9640

S E 5/9. Checks & Forms for. BIS Software www.bisformsdivision.com 888.629.9640 BTM MO _TH ER SAFE PO SS 89 70 DEN E. H VE AMPD R FA 303-, C EN X; 74 O AV 30 0-62 8023 E. 3-22 06 1 0-74 24 IBIL ITIE S ST AT DA TE E RE FE RE NC E DAT AC E CO UN T NU CO DE ME NT MBE R DE SC DA TE RIPT

More information

AN EVALUATION OF SHORT TERM TREATMENT PROGRAM FOR PERSONS DRIVING UNDER THE INFLUENCE OF ALCOHOL 1978-1981. P. A. V a le s, Ph.D.

AN EVALUATION OF SHORT TERM TREATMENT PROGRAM FOR PERSONS DRIVING UNDER THE INFLUENCE OF ALCOHOL 1978-1981. P. A. V a le s, Ph.D. AN EVALUATION OF SHORT TERM TREATMENT PROGRAM FOR PERSONS DRIVING UNDER THE INFLUENCE OF ALCOHOL 1978-1981 P. A. V a le s, Ph.D. SYNOPSIS Two in d ep en d en t tre a tm e n t g ro u p s, p a r t ic ip

More information

SIV for VoiceXM 3.0: a n g u a g e a n d A p p l ica t ion D es ig n C on s id era t ion s Ken Rehor C i s c o S y s t em s, I nc. krehor@cisco.com March 05, 2009 G VoiceXM Application Architecture PSTN

More information

Bonn Declaration on Regional Cooperation in Quality Assurance in Higher Education Adopted on 20 June 2007 during the Conference Enhancing Quality Across Borders R egional Cooperation in Quality Assurance

More information

BMC ITSM Suite - nabité skúsenosťami. Juraj Izák, 13.10.2011

BMC ITSM Suite - nabité skúsenosťami. Juraj Izák, 13.10.2011 BMC ITSM Suite - nabité skúsenosťami Juraj Izák, 13.10.2011 MATERNA GmbH 2011 www.materna.com 1 Presenter Name Function E-mail Telephone Fax Mobile Ing. Juraj Izák Senior Consultant juraj.izak@materna.com

More information

Federation of State Boards of Physical Therapy Jurisdiction Licensure Reference Guide Topic: Continuing Competence

Federation of State Boards of Physical Therapy Jurisdiction Licensure Reference Guide Topic: Continuing Competence This document reports CEU requirements for renewal. It describes: Number of required for renewal Who approves continuing education Required courses for renewal Which jurisdictions require active practice

More information

T c k D E GR EN S. R a p p o r t M o d u le Aa n g e m a a k t o p 19 /09 /2007 o m 09 :29 u u r BJB 06 013-0009 0 M /V. ja a r.

T c k D E GR EN S. R a p p o r t M o d u le Aa n g e m a a k t o p 19 /09 /2007 o m 09 :29 u u r BJB 06 013-0009 0 M /V. ja a r. D a t a b a n k m r in g R a p p o r t M Aa n g e m a a k t o p 19 /09 /2007 o m 09 :29 u u r I d e n t if ic a t ie v a n d e m S e c t o r BJB V o lg n r. 06 013-0009 0 V o o r z ie n in g N ie u w la

More information

CUSTOMER INFORMATION SECURITY AWARENESS TRAINING

CUSTOMER INFORMATION SECURITY AWARENESS TRAINING CUSTOMER INFORMATION SECURITY AWARENESS TRAINING IN T RO DUCT ION T h i s c o u r s e i s d e s i g n e d to p r o v i d e yo u w i t h t h e k n o w l e d g e to p r o t e c t y o u r p e r s o n a l

More information

Workload Management Services. Data Management Services. Networking. Information Service. Fabric Management

Workload Management Services. Data Management Services. Networking. Information Service. Fabric Management The EU D a t a G r i d D a t a M a n a g em en t (EDG release 1.4.x) T h e Eu ro p ean Dat agri d P ro j ec t T eam http://www.e u - d a ta g r i d.o r g DataGrid is a p ro j e c t f u n de d b y th e

More information

M P L S /V P N S e c u rity. 2 0 0 1, C is c o S y s te m s, In c. A ll rig h ts re s e rv e d.

M P L S /V P N S e c u rity. 2 0 0 1, C is c o S y s te m s, In c. A ll rig h ts re s e rv e d. M P L S /V P N S e c u rity M ic h a e l B e h rin g e r < m b e h rin g @ c is c o.c o m > M b e h rin g - M P L S S e c u rity 2 0 0 1, C is c o S y s te m s, In c. A ll rig h ts re s e rv e d. 1 W h

More information

Positioning 40 and 100 GbE in data center inter-sw itch l ink ap p l ications and 40GbE PM D recom m endations Adam Carter, Cisco Al essan dro B arb ieri, Cisco 1 m Data Center inter-s w itc h l ink ap

More information

e Merchant Plug-in (MPI) Integration & User Guide

e Merchant Plug-in (MPI) Integration & User Guide Payment solutions for online commerce e Merchant Plug-in (MPI) Integration & User Guide Enabling merchants to integrate their payment processing with PayPoint.net s 3D Secure Merchant Plug In (MPI) solution.

More information

Federation of State Boards of Physical Therapy Jurisdiction Licensure Reference Guide Topic: Continuing Competence

Federation of State Boards of Physical Therapy Jurisdiction Licensure Reference Guide Topic: Continuing Competence This document reports CEU (continuing education units) and CCU (continuing competence units) requirements for renewal. It describes: Number of CEUs/CCUs required for renewal Who approves continuing education

More information

Call Detail Record Access Service Part No. 520-0015-01R01

Call Detail Record Access Service Part No. 520-0015-01R01 Call Detail Record Access Service Part No. 520-0015-01R01 Summary Objective WSDL URL (Testing) WSDL URL (Hosting Production) Endpoint URL (Testing) Endpoint URL (Hosting Production) Namespace URI Service

More information

Understanding, Modelling and Improving the Software Process. Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 31 Slide 1

Understanding, Modelling and Improving the Software Process. Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 31 Slide 1 Process Improvement Understanding, Modelling and Improving the Software Process Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 31 Slide 1 Process improvement Understanding existing processes

More information

Using Predictive Modeling to Reduce Claims Losses in Auto Physical Damage

Using Predictive Modeling to Reduce Claims Losses in Auto Physical Damage Using Predictive Modeling to Reduce Claims Losses in Auto Physical Damage CAS Loss Reserve Seminar 23 Session 3 Private Passenger Automobile Insurance Frank Cacchione Carlos Ariza September 8, 23 Today

More information

How To Rate Plan On A Credit Card With A Credit Union

How To Rate Plan On A Credit Card With A Credit Union Rate History Contact: 1 (800) 331-1538 Form * ** Date Date Name 1 NH94 I D 9/14/1998 N/A N/A N/A 35.00% 20.00% 1/25/2006 3/27/2006 8/20/2006 2 LTC94P I F 9/14/1998 N/A N/A N/A 35.00% 20.00% 1/25/2006 3/27/2006

More information

Federation of State Boards of Physical Therapy Jurisdiction Licensure Reference Guide Topic: PTA Supervision Requirements

Federation of State Boards of Physical Therapy Jurisdiction Licensure Reference Guide Topic: PTA Supervision Requirements These tables provide information on what type of supervision is required for PTAs in various practice settings. Definitions Onsite Supervision General Supervision Indirect Supervision The supervisor is

More information

The Lincoln National Life Insurance Company Variable Life Portfolio

The Lincoln National Life Insurance Company Variable Life Portfolio The Lincoln National Life Insurance Company Variable Life Portfolio State Availability as of 12/14/2015 PRODUCTS AL AK AZ AR CA CO CT DE DC FL GA GU HI ID IL IN IA KS KY LA ME MP MD MA MI MN MS MO MT NE

More information

Knox Ridge - 135 ac. For Sale. Single Family Development. Kimberly S. Gatley Senior Vice President Direct Line 210 524 1320 kgatley@reocsanantonio.

Knox Ridge - 135 ac. For Sale. Single Family Development. Kimberly S. Gatley Senior Vice President Direct Line 210 524 1320 kgatley@reocsanantonio. Knox idge - 135 ac. FM 1516 & Binz Engleman d. EC S A A T I irect Line 21 524 132 For Sale Single Family evelopment irect Line 21 524 139 21 524 4 823 Vantage r, Suite 12 San Antonio TX 7823 reocsanantonio.com

More information

IRA Distribution Form

IRA Distribution Form Use this form to request distributions from your IRA account and to close an IRA. Instructions 1. Complete the form and include any necessary supporting documents. 2. Sign and send us the completed form.

More information

State Corporate Income Tax-Calculation

State Corporate Income Tax-Calculation State Corporate Income Tax-Calculation 1 Because it takes all elements (a*b*c) to calculate the personal or corporate income tax, no one element of the corporate income tax can be analyzed separately from

More information

W Regional Cooperation in the Field of A u tom otiv e E ngineering in S ty ria Dr. Peter Riedler 2 9.1 1.2 0 1 1 i e n GmbH Graz B u s ines s S trategy S ty ria 2 0 2 0 H is tory 1 9 9 4 1 9 9 5 1 9 9

More information

Collaboration in Public H e alth be tw e e n U niv e rs ity of H e id e lbe rg and U niv e rs ity of D ar e s S alaam How t h e c oop e r a t i on e m e r g e d Informal c ont ac t s from e arly 1 9

More information

8 / c S t a n d a r d w y m a g a ń - e g z a m i n c z e l a d n i c z y dla zawodu Ś L U S A R Z Kod z klasyfikacji zawodów i sp e cjaln oś ci dla p ot r ze b r yn ku p r acy Kod z klasyfikacji zawodów

More information

JCUT-3030/6090/1212/1218/1325/1530

JCUT-3030/6090/1212/1218/1325/1530 JCUT CNC ROUTER/CNC WOODWORKING MACHINE JCUT-3030/6090/1212/1218/1325/1530 RZNC-0501 Users Guide Chapter I Characteristic 1. Totally independent from PC platform; 2. Directly read files from U Disk; 3.

More information

GE Inventory Finance. Unlock your cash potential.

GE Inventory Finance. Unlock your cash potential. GE Inventory Finance Unlock your cash potential. Benefits of Floor Planning Increased sales Interest-free extended terms Ecommerce / Customer Online Management Systems (COMS) (Purchase Approvals / Inventory

More information

UNIK4250 Security in Distributed Systems University of Oslo Spring 2012. Part 7 Wireless Network Security

UNIK4250 Security in Distributed Systems University of Oslo Spring 2012. Part 7 Wireless Network Security UNIK4250 Security in Distributed Systems University of Oslo Spring 2012 Part 7 Wireless Network Security IEEE 802.11 IEEE 802 committee for LAN standards IEEE 802.11 formed in 1990 s charter to develop

More information

HR DEPARTMENTAL SUFFIX & ORGANIZATION CODES

HR DEPARTMENTAL SUFFIX & ORGANIZATION CODES HR DEPARTMENTAL SUFFIX & ORGANIZATION CODES Department Suffix Organization Academic Affairs and Dean of Faculty, VP AA 1100 Admissions (Undergraduate) AD 1330 Advanced Ceramics, Colorado Center for--ccac

More information

Tuition Reimbursement Program. Handbook

Tuition Reimbursement Program. Handbook EMPLOY EE Tuition Reimbursement Program Handbook For Employees... Ed u c a t i o n m a d e a f f o r d a b l e! A t t h e E r n e s t O r l a n d o L a w r e n c e B e r k e l e y N a t i o n a l L a b

More information

Regional Electricity Forecasting

Regional Electricity Forecasting Regional Electricity Forecasting presented to Michigan Forum on Economic Regulatory Policy January 29, 2010 presented by Doug Gotham State Utility Forecasting Group State Utility Forecasting Group Began

More information

Federation of State Boards of Physical Therapy Jurisdiction Licensure Reference Guide Topic: License Renewal Who approves courses?

Federation of State Boards of Physical Therapy Jurisdiction Licensure Reference Guide Topic: License Renewal Who approves courses? Federation of State s of Physical The table below provides information on approval of continuing education/competence courses and for each jurisdiction. Summary Number of jurisdictions requiring approval

More information

High School Mathematics: State-Level Curriculum Standards and Graduation Requirements

High School Mathematics: State-Level Curriculum Standards and Graduation Requirements High School Mathematics: State-Level Curriculum Standards and Graduation Requirements Prepared By: Barbara J. Reys Shannon Dingman Nevels Nevels Dawn Teuscher Center for the Study of Mathematics Curriculum

More information

Foresters Advantage Plus Whole Life Paid-Up at 100. Whole Life Insurance. Life Insurance Illustration

Foresters Advantage Plus Whole Life Paid-Up at 100. Whole Life Insurance. Life Insurance Illustration Foresters Advantage Plus Whole Life Paid-Up at 100 Whole Life Insurance Life Insurance Illustration Pro p o sa l o n: Pre p a re d b y: Financial Brokerage Inc. EMI 17110 Marcy St Ste 100 Omaha, NE, 68118-3119

More information

Substation Accessories

Substation Accessories Substation Accessories Your Total Solution Provider "Inside The Fence" for Substation Accessories! Swage Bus Fittings Swage Conductor Accessories Welded Accessories Bolted Accessories Copper Clad Grounding

More information

Broadband Technology Opportunities Program: Sustainable Broadband Adoption and Public Computer Centers

Broadband Technology Opportunities Program: Sustainable Broadband Adoption and Public Computer Centers Broadband Technology Opportunities Program: Sustainable Broadband Adoption and Public Computer Centers National Telecommunications and Information Agency (NTIA) U. S. Department of Commerce Funded by the

More information

Acceptance Page 2. Revision History 3. Introduction 14. Control Categories 15. Scope 15. General Requirements 15

Acceptance Page 2. Revision History 3. Introduction 14. Control Categories 15. Scope 15. General Requirements 15 Acceptance Page 2 Revision History 3 Introduction 14 Control Categories 15 Scope 15 General Requirements 15 Control Category: 0.0 Information Security Management Program 17 Objective Name: 0.01 Information

More information

Table 12: Availability Of Workers Compensation Insurance Through Homeowner s Insurance By Jurisdiction

Table 12: Availability Of Workers Compensation Insurance Through Homeowner s Insurance By Jurisdiction AL No 2 Yes No See footnote 2. AK No Yes No N/A AZ Yes Yes Yes No specific coverage or rate information available. AR No Yes No N/A CA Yes No No Section 11590 of the CA State Insurance Code mandates the

More information

UFPA Brazil. d e R e d e s Ó p tic a s e s e u s Im p a c to s n o F u tu r o d a In te r n e t

UFPA Brazil. d e R e d e s Ó p tic a s e s e u s Im p a c to s n o F u tu r o d a In te r n e t A v a n ç o s n o P la n o d e C o n tr o le d e R e d e s Ó p tic a s e s e u s Im p a c to s n o F u tu r o d a In te r n e t A n to n io A b e lé m a b e le m @ u fp a.b r Agenda In tr o d u ç ã o C

More information

Web Services in Eclipse. Sistemi Informativi Aziendali A.A. 2012/2013

Web Services in Eclipse. Sistemi Informativi Aziendali A.A. 2012/2013 Web Services in Eclipse A.A. 2012/2013 Outline Apache Axis Web Service Clients Creating Web Services 2 Apache Axis Web Services in Eclipse WS basics (I) Web services are described by their WSDL file Starting

More information

With Rejoicing Hearts/ Con Amor Jovial. A Fm7 B sus 4 B Cm Cm7/B

With Rejoicing Hearts/ Con Amor Jovial. A Fm7 B sus 4 B Cm Cm7/B for uli With Rejoic Herts/ on mor ol dition # 10745-Z1 ime ortez Keyord ccompniment y effy Honoré INTRO With energy ( = c 88) Keyord * m7 B sus 4 B 7/B mj 9 /B SMPL B 7 *Without percussion, egin he 1995,

More information

C + + a G iriş 2. K o n tro l y a p ıla rı if/e ls e b re a k co n tin u e g o to sw itc h D ö n g ü le r w h ile d o -w h ile fo r

C + + a G iriş 2. K o n tro l y a p ıla rı if/e ls e b re a k co n tin u e g o to sw itc h D ö n g ü le r w h ile d o -w h ile fo r C + + a G iriş 2 K o n tro l y a p ıla rı if/e ls e b re a k co n tin u e g o to sw itc h D ö n g ü le r w h ile d o -w h ile fo r F o n k s iy o n la r N e d ir? N a s ıl k u lla n ılır? P ro to tip v

More information

Thuraya XT-LITE Simple. Reliable. Affordable.

Thuraya XT-LITE Simple. Reliable. Affordable. Thuraya XT-LITE Simple. Reliable. Affordable. www.thuraya.com Follow us on /thurayatelecom Stayi n g c on n ec ted has n ever b een thi s eas y. In trodu c i n g T hu raya X T -LIT E, the wo r l d s be

More information