Commit Graph

133 Commits

Author SHA1 Message Date
inoussa
7240986847 part 1
wsdl function "result" part is determined now as ( in order and stops when ok ) :
  * "result" part
  * "return" part
  * "_result" part
  * "result_" part
  * "_return" part
  * "return_" part
  * the last part

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@546 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-09-10 01:46:45 +00:00
inoussa
271046c7e6 xsd files loading / exporting
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@545 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-09-10 01:28:09 +00:00
inoussa
d11e89466f Part 4
runtime WSDL generation : 
  * class inheritance is handled correctly
  * record type handling
  * tests
several warnings get fixed

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@544 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-09-10 01:23:29 +00:00
inoussa
d7f0f07c54 Part 3
runtime WSDL generation : 
  * class inheritance is handled correctly
  * record type handling
  * tests
several warnings get fixed

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@543 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-09-10 01:20:30 +00:00
inoussa
c8c6f3c942 Part 2
runtime WSDL generation : 
  * class inheritance is handled correctly
  * record type handling
  * tests
several warnings get fixed

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@542 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-09-10 01:19:04 +00:00
inoussa
c899af0c2d Part 1
runtime WSDL generation : 
  * class inheritance is handled correctly
  * record type handling
  * tests
several warnings get fixed

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@541 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-09-10 01:06:46 +00:00
inoussa
3c301358b4 overloaded routines for testability
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@540 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-09-06 15:54:34 +00:00
inoussa
49bc394b54 Always use TMemoryStream for request/response buffer instead of TStringStream
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@539 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-09-06 15:50:08 +00:00
inoussa
6b911011c0 OS X compatibility patch, Thanks to Phil for testing.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@537 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-08-29 12:57:35 +00:00
inoussa
bfbb77cd0b Soap header sample : client and server. See readme.txt for more informations.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@536 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-08-27 17:50:39 +00:00
inoussa
82d0c2a1c1 +Added Indy TCP transport (client)
Make registry getter inline
TBinaryString should be used a binary buffer

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@535 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-08-27 17:48:09 +00:00
inoussa
7296df02a0 +Serialization of compound element ( TBaseComplexRemotable ) is now handle by TObjectSerializer that can read/write elements of different name spaces
+Fix server side SOAP headers reading.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@533 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-08-24 13:33:06 +00:00
inoussa
d8690785ba Define TBinaryString ( = ansistring ) and use it in base64 BinaryData
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@532 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-08-18 19:04:16 +00:00
inoussa
7a5a5c150b Documentation handling in wsdl/xsd editing and parsing :
+ main windows of the Type Library Editor now has, for the select item, a document view, xsd view and a dependencies view
 + each type edit dialog now has, for the select item, a document view, xsd view and a dependencies view
 + the interface file generator is able to generate the xsd documentation as comments in the Object Pascal source code

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@531 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-08-18 18:19:00 +00:00
inoussa
1e53041c77 TDurationRemotable implementation and tests
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@530 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-08-18 14:49:20 +00:00
inoussa
893c3451b2 base64 server and client sample
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@524 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-08-07 15:52:40 +00:00
inoussa
97f4b386da fpc 2.2.0 compatibility fix
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@523 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-08-07 00:44:09 +00:00
inoussa
4d7e766199 TBase64StringRemotable serialization correction , from Joost van der Sluis
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@522 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-08-04 15:31:54 +00:00
inoussa
e097180997 +Every type editor dialog now has a XSD ( XML Schema Definition ) view that present the XSD source for the type being visualized
+Every type editor dialog now has a dependencies view that show the list of types using the type being visualized
+Search capability to the types tree view of the main window
+Every type editor dialog now has a "Apply" button to save changes without closing the dialog

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@521 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-08-04 00:33:35 +00:00
inoussa
639bde5376 +Object Collection support
All WST custom attributes are now namespace qualified
Correct XDS generator for complex type extending simple type

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@520 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-08-01 21:38:55 +00:00
inoussa
9576d325a4 change {$IFDEF FPC} for tkBool by {$IFDEF HAS_TKBOOL}
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@517 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-07-30 00:21:52 +00:00
inoussa
f16101b47c "SelectAll" should not select the "wrapped parameters" option
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@516 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-07-28 18:50:49 +00:00
inoussa
36be78b9ac Show the object to be deleted name in the warning message
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@515 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-07-28 18:48:17 +00:00
inoussa
bda5d8d5aa Add : GetCount() to cursor interface
rtti filter : enum properties handling, composed operators support ( <=, >=, <> ), tests cases
cursor implementation for wst array

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@514 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-07-28 18:45:16 +00:00
inoussa
f67718e99c tkBool is now handle if HAS_TKBOOL is defined
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@513 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-07-28 17:44:56 +00:00
inoussa
50977a8f9f debugging big!!!
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@512 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-07-28 17:43:01 +00:00
inoussa
056046f530 Suppress compiler warnings
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@511 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-07-28 17:41:26 +00:00
inoussa
c8ea997a2b Wrapped parameter generation fix
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@505 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-07-03 16:42:26 +00:00
inoussa
2549456a52 Keep the Soap Style even after an exception
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@504 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-07-03 16:27:23 +00:00
inoussa
e6599ad9f8 Document wrapped parameters handling : generation of an easy access interface
that expose simpler parameters. 
see ws_helper -y commute

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@503 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-07-03 16:15:03 +00:00
inoussa
9dac41bef0 Corrects remote connection on Windows
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@502 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-07-01 19:45:46 +00:00
inoussa
b48c112f91 boolean are now serialized as 'true' or 'false'
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@501 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-07-01 19:38:55 +00:00
inoussa
3a3ac174b1 Handling empty short namespace
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@500 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-07-01 19:31:20 +00:00
inoussa
4b8de601a1 various IDE update
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@493 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-06-26 15:14:39 +00:00
inoussa
79abba7d4b No longer needed
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@492 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-06-26 15:12:37 +00:00
inoussa
a2c31b16a1 Handling of an enumeration with an empty item ( reported by Michael Van Canneyt )
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@491 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-06-26 15:06:00 +00:00
inoussa
afb07f9425 session infos
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@480 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-06-09 15:06:53 +00:00
inoussa
63905d2f68 Name space declared in parent nodes must be available to child node : for target name extracting; Thanks to Shaun Simpson.
+ update
  + test case 

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@479 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-06-09 15:04:39 +00:00
inoussa
645525652c Comply with Range checking
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@478 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-06-09 14:52:30 +00:00
inoussa
5cac370447 Content type better handling : text/xml;charset=UTF-8 does succeed even with the ";charset=UTF-8"
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@477 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-06-09 12:01:39 +00:00
inoussa
b356430d27 Add fpc gui test suite
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@473 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-06-06 15:22:22 +00:00
inoussa
431c94d251 Default values of class's properties
Extended metadata of class's properties

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@472 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-06-06 15:18:12 +00:00
inoussa
e3a2f18823 ide options changes
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@471 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-06-06 15:13:35 +00:00
inoussa
bf335843b4 Updated to use the new parser interface
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@470 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-06-06 15:11:41 +00:00
inoussa
fd91a1cfe4 Limit the values range
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@469 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-06-06 15:09:57 +00:00
inoussa
5d0a26261e Code organization
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@468 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-06-06 15:08:33 +00:00
inoussa
9780043f05 Correct an AV bug
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@467 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-06-06 15:06:59 +00:00
inoussa
473b688be7 Default values of class's properties
Extended metadata of class's properties

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@466 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-06-06 15:04:35 +00:00
inoussa
aa9c003b61 Allow customization of namespace alias
Properties's extended metadata
Add Option to not generate embedded arrays
code cleaning

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@465 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-06-06 14:59:24 +00:00
inoussa
1dc0744989 Correct an AV bug and drop a non-used method
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@464 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-06-06 14:49:11 +00:00