You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsif-user@ws.apache.org by sub zero <gr...@yahoo.fr> on 2006/05/23 11:01:15 UTC

Re : How to invoke web services with WSIF

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 <cy...@sysdeo.fr>
À : wsif-user@ws.apache.org
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: wsif-user-unsubscribe@ws.apache.org
For additional commands, e-mail: wsif-user-help@ws.apache.org