From version 1.1
edited by Pierre Dubois
on 2011/10/23 12:59
To version 1.2
edited by Pierre Dubois
on 2012/02/08 14:22
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -33,6 +33,43 @@
33 33  [[image:img48.png]]
34 34  
35 35  
36 +
37 +=== invoking the client ===
38 +
39 +<?xml version="1.0" encoding="utf-8" ?>
40 +<configuration>
41 + <system.serviceModel>
42 + <bindings>
43 + <basicHttpBinding>
44 + <binding name="Book" closeTimeout="00:01:00" openTimeout="00:01:00"
45 + receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false"
46 + bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard"
47 + maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536"
48 + messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered"
49 + useDefaultWebProxy="true">
50 + <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
51 + maxBytesPerRead="4096" maxNameTableCharCount="16384" />
52 + **<security mode="TransportCredentialOnly">**
53 +**~ <transport clientCredentialType="Basic" realm="" />**
54 +**~ </security>**
55 + </binding>
56 + </basicHttpBinding>
57 + </bindings>
58 + <client>
59 + <endpoint address="http://192.168.122.1:8080/dysoweb/ws/soap.ws"
60 + binding="basicHttpBinding" bindingConfiguration="Book" contract="RequeaService.Book"
61 + name="Book" />
62 + </client>
63 + </system.serviceModel>
64 +</configuration>
65 +
66 +
67 +
68 +
69 +
70 +
71 +
72 +
36 36  = Calling a Web Service in REQUEA =
37 37  
38 38  Invoking a Web Service from REQUEA requires that you adapt the semantics of the Web Service and wrap it as a JavaScript Plugin service.
This wiki is licensed under a Creative Commons 2.0 license
XWiki Enterprise 9.11.5 - Documentation