product attributes entity --- upload xml or txt from remote website

2009-02-11 Thread Heidi Dehaes
Hello, With ofbiz release 4 is there a possibility to upload automatically a txt of xml file on an external website anywhere with data for the product attributes entity? For example upload every night a txt or xml file which can be found on an external http website and load it into the product

Re: product attributes entity --- upload xml or txt from remote website

2009-02-11 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 yes. the way I accomplish this is a service that reads the xml and puts into a map then call services to put in the catalog. Heidi Dehaes sent the following on 2/11/2009 2:42 AM: Hello, With ofbiz release 4 is there a possibility to upload

Re: product attributes entity --- upload xml or txt from remote website

2009-02-11 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 just code I have done for clients The actual code for reading is in java. it is a Service Class and code for making it use the sandbox as a timed process. you can find examples in ofbiz. I read it as a text stream, since some xml files are 1 gig or