Click here to Skip to main content
15,918,742 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Generics, Reflexion Pin
Bergerrudi19-Apr-06 11:40
Bergerrudi19-Apr-06 11:40 
AnswerRe: Generics, Reflexion Pin
Guffa19-Apr-06 12:13
Guffa19-Apr-06 12:13 
GeneralRe: Generics, Reflexion Pin
Bergerrudi19-Apr-06 12:34
Bergerrudi19-Apr-06 12:34 
AnswerRe: Generics, Reflexion Pin
Guffa19-Apr-06 12:39
Guffa19-Apr-06 12:39 
GeneralRe: Generics, Reflexion Pin
Bergerrudi19-Apr-06 13:00
Bergerrudi19-Apr-06 13:00 
Question.sendwait("08052") Pin
Mr kilany19-Apr-06 8:08
Mr kilany19-Apr-06 8:08 
AnswerRe: .sendwait("08052") Pin
Mr kilany22-Apr-06 3:36
Mr kilany22-Apr-06 3:36 
QuestionVB.NET/XML HELP URGENT Pin
samerali19-Apr-06 8:05
samerali19-Apr-06 8:05 
Hello,
i need help to know how can i post XML to XML web service url, it should be easy for someone who worked with XML web services:

I need to post this sample xml data:


<catalogrequest xml:lang="en-US">
<xmlpassword>myxmlpassword


after posting i would like to receive the data and save it to xml file, it would contain hunders of records.

Please need the code to work on VB.NET application.

here is all i have about this xml web services any help would be approciated to get a code that i can get and download/save the xml response Thanks:

Download the catalog

To download the catalog, you must form an XML CatalogRequest and send it to your cobranded site's XML URL. This URL can be found on the 'Site Setup' tab under the 'General' sub tab. The XML URL will look similar to the following URL:

http://p7d6.arixmedia.com/xxxxxxxxxxxxxxxx/xml

Where 'xxxxxxxxxxxxxxxx' is the cobranded site's numeric ID. The specification for CatalogRequest is documented in the next section in Table 1: CatalogRequest Specification. Below is a sample CatalogRequest:


<catalogrequest xml:lang="en-US">
<xmlpassword>myxmlpassword
<lastupdated>2005-09-21 06:00:00


In the above example our XML password is 'myxmlpassword'. We also only want items that have been added or updated since 6:00am on 9/21/2005.

Once the CatalogRequest has been sent to the server, it should respond with a CatalogResponse, which contains the actual catalog data.

Note: When sending your CatalogRequest to the XML URL, make sure you use a method that provides a valid User Agent string. If you are using CURL/PHP, you can use the following code to do this:

curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)");

where $ch is your CURL session handle.

Storing the data

Once you have received a CatalogResponse, you will need to save the data to a local database. The procedure for doing this will vary depending on the scripting language or application you are using to download the feed.

You will also need to save the value of 'LastUpdated' from CatalogResponse/CatalogInfo, as this will allow you to retrieve incremental updates for subsequent CatalogRequests as opposed to the entire catalog.

Note that a CatalogResponse may contain items that already exist in your database, as some items may have been changed or updated since your last CatalogRequest.

Samer
AnswerRe: VB.NET/XML HELP URGENT Pin
samerali19-Apr-06 8:06
samerali19-Apr-06 8:06 
AnswerRe: VB.NET/XML HELP URGENT Pin
Steve Pullan19-Apr-06 14:08
Steve Pullan19-Apr-06 14:08 
GeneralRe: VB.NET/XML HELP URGENT Pin
samerali19-Apr-06 14:17
samerali19-Apr-06 14:17 
QuestionDatagrid, DataSet Pin
dannygilbert319-Apr-06 7:46
dannygilbert319-Apr-06 7:46 
AnswerRe: Datagrid, DataSet Pin
cowtech27-Apr-06 13:20
cowtech27-Apr-06 13:20 
GeneralRe: Datagrid, DataSet Pin
dannygilbert328-Apr-06 2:24
dannygilbert328-Apr-06 2:24 
GeneralRe: Datagrid, DataSet Pin
cowtech15-May-06 13:27
cowtech15-May-06 13:27 
QuestionEnumerate MDIList Menu-item children Pin
paas19-Apr-06 5:58
paas19-Apr-06 5:58 
Questionusing an ActiveX created in VB6 within .Net 2 Pin
Jain Mohit19-Apr-06 4:34
Jain Mohit19-Apr-06 4:34 
QuestionMonitor User Activity Pin
alexfromto19-Apr-06 4:29
alexfromto19-Apr-06 4:29 
AnswerRe: Monitor User Activity Pin
Dave Kreskowiak19-Apr-06 5:37
mveDave Kreskowiak19-Apr-06 5:37 
GeneralRe: Monitor User Activity Pin
alexfromto19-Apr-06 6:44
alexfromto19-Apr-06 6:44 
GeneralRe: Monitor User Activity Pin
Dave Kreskowiak19-Apr-06 7:34
mveDave Kreskowiak19-Apr-06 7:34 
GeneralRe: Monitor User Activity Pin
alexfromto20-Apr-06 2:44
alexfromto20-Apr-06 2:44 
QuestionCrystal Reports Database Login Pin
Izak -19-Apr-06 4:14
Izak -19-Apr-06 4:14 
QuestionSlow application startup Pin
daveryan7819-Apr-06 3:58
daveryan7819-Apr-06 3:58 
AnswerRe: Slow application startup Pin
Yuvi Panda19-Apr-06 4:17
Yuvi Panda19-Apr-06 4:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.