Re : How to invoke web services with WSIF
sub zero <[email protected]> Tue, 23 May 2006 09:01:15 +0000 (GMT)
| Newsgroups | gmane.comp.apache.webservices.wsif.user |
|---|---|
| Message-ID | <[email protected]> |
My problem is that. I must extract the list from the argument as their type (standard simple it is all), in order to be able to call upon services Web, I arrive has to extract lists it argument but their type, I I do not arrive have. a suggestion??? ----- Message d'origine ---- De : Cyril Rognon <[email protected]> À : [email protected] Envoyé le : Mardi, 23 Mai 2006, 9h42mn 23s Objet : Re: How to invoke web services with WSIF sub zero a écrit : > > Hello, > > sorry but my english, is very bad. > > so, > > for invoke web services with WSIF, i need to learning what style > encoding used in the wdsl document or no ???? > > if yes, how to determine style encoding of WSDL document (Wrapped, > Literal, > RPC) ???? Hi, WSDL style is mentioned in your WSDL Document. It is not WSIF related. You should be able to invoke a service without knowledge of this. Style is SOAP related. The binding section has a style parameter and a use parameter embedded that defines the correct style. here you can see a document/Literal style : ... <wsdl:binding ...> <soap:binding style="document" .../> <wsdl:operation ..> <wsdl:input> <soap:body use="literal"/> </wsdl:input> <wsdl:output> <soap:body use="literal"/> ... </wsdl:binding> ... if you want to chose the right style, go to this excelent article : http://www-128.ibm.com/developerworks/webservices/library/ws-whichwsdl/ regards, Cyril --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]