Skip to content

Tag Archives: web service

Perl script to post CSV and XML file?

I need help to create a perl script which read CSV and XML files row by row and post each row to a Web Service.

I try to read the return with C#, I can't find the Object containning the XML?

I’m in charge of a Poc (prove of concept) about if it’s possible to connect Oracle and ASPX, trought WLI with a web service. I have already setup a web service and it working very well, but this one that I made is working with a RowSet to return the XML. The problem happens when [...]

How should I handle a database connection with a web service?

I am programming a web service in VB.Net. It has a function that accepts an order number as an argument and returns a success/failure string. I retreive the order information from an oracle database and create a local xml document with all the order information for later processing. I have not written a web service [...]

How do you sent xml code “via HTTP” ?

What does this mean and how do I do this ? I have a "web service request" written in xml that I need to send… I suspect I need an xml Editor to import my code and send it out to HTTP, but I don’t know.

How do I deserialize an XML string in Java?

I have an XML document in String format that I need to deserialize into a structure for a web service call. Is there an easy way to do this?

How do I use Python to process XML commands?

I read in an online tutorial that Python is able to do this, but the Python and XML commands are totally different… I’m trying to use a Web Service with SOAP.