Import datas from an external site

Author Message

laurent le cadet

Tuesday 27 March 2007 6:31:42 am

Hi,

I need to deal with another site which will send me xml.

Here is the story :

Authentification:
distantsite.net/.com/?action=auth&cid=CID&pass=PASS
return: KO or session_id (ex: 5b9eb0befe9b646bde790605e58f9fb4)

From here I have to store the session ID on my eZ site to send it each time I ask for other service from the distant site.

Offers:
distantsite.net/.com/?action=list_offers&session=5b9eb0befe9b646bde790605e58f9fb4
return: 0411111111;0611111111

Detailed bill:
distantsite.net/.com/?action=is_bill_detailed&session=5b9eb0befe9b646bde790605e58f9fb4
return : Y ou N

Bill listing:
distantsite.net/.com/?action=list_billing_out&session=5b9eb0befe9b646bde790605e58f9fb4
return : (1 line per bill)
2006-12-02;19910000;33.7;Y
(emission, n°, total include VAT, closed (Y ou N))

Listing payement:
distantsite.net/.com/?action=list_billing_in&session=5b9eb0befe9b646bde790605e58f9fb4
return : (1 line per payement)
2006-12-02;33.7;chèque n°12345567
(date, price include VAT, reference)

Bill export:
distantsite.net/.com/?action=dump_bill&bid=19910000&type=raw&session=5b9eb0befe9b646bde790605e58f9fb4
return : flux xls or pdf with the bill. bid = bill number.
type=raw (export xls brut), or pdf.

Nothing more ;)

Any chance to perform this with eZ, keep the session alive and print out the datas correctly ?

Any help will be greatly appreciated

Laurent

Ps : I never done that before :((

Kristof Coomans

Wednesday 28 March 2007 10:38:15 am

You can use curl [http://www.php.net/manual/en/ref.curl.php] for that.

independent eZ Publish developer and service provider | http://blog.coomanskristof.be | http://ezpedia.org

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 19 2025 04:26:38
Script start
Timing: Jan 19 2025 04:26:38
Module start 'layout'
Timing: Jan 19 2025 04:26:38
Module start 'content'
Timing: Jan 19 2025 04:26:39
Module end 'content'
Timing: Jan 19 2025 04:26:39
Script end

Main resources:

Total runtime0.8356 sec
Peak memory usage4,096.0000 KB
Database Queries54

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0043 589.1641152.6250
Module start 'layout' 0.00430.0031 741.789139.4609
Module start 'content' 0.00740.8245 781.2500538.2656
Module end 'content' 0.83190.0035 1,319.515612.1563
Script end 0.8354  1,331.6719 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00330.3965160.0002
Check MTime0.00140.1630160.0001
Mysql Total
Database connection0.00060.073010.0006
Mysqli_queries0.766591.7268540.0142
Looping result0.00070.0854520.0000
Template Total0.792694.920.3963
Template load0.00270.327820.0014
Template processing0.789994.527220.3949
Template load and register function0.00010.012410.0001
states
state_id_array0.00100.123310.0010
state_identifier_array0.00130.153120.0006
Override
Cache load0.00160.1932390.0000
Sytem overhead
Fetch class attribute can translate value0.00060.071020.0003
Fetch class attribute name0.00170.202940.0004
XML
Image XML parsing0.00170.206020.0009
class_abstraction
Instantiating content class attribute0.00000.000940.0000
General
dbfile0.00620.7440220.0003
String conversion0.00000.001040.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
2content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
2content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
8content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
6content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 20
 Number of unique templates used: 6

Time used to render debug report: 0.0002 secs