# HTTP Connector - Format for URL

**URL:** https://forum.cloverdx.com/t/http-connector-format-for-url/1029
**Category:** CloverDX Platform
**Created:** [March 16, 2012, 12:00am UTC](https://forum.cloverdx.com/t/http-connector-format-for-url/1029 "2012-03-16T00:00:00Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![jed\_uretlguy](https://avatars.discourse-cdn.com/v4/letter/j/f0a364/32.png) [@jed\_uretlguy](https://forum.cloverdx.com/u/jed_uretlguy)
#### Post date: [March 16, 2012, 12:00am UTC](https://forum.cloverdx.com/t/http-connector-format-for-url/1029/1 "2012-03-16T00:00:00Z")

</div>

Hi there,

Currently, I am utilizing CloverETL to export my orders from Volusion using its API.  
Here is the exact URL I used:  
[http://mrdap.hekdj.servertrust.com/net/ … RE\_Value=1](http://mrdap.hekdj.servertrust.com/net/WebService.aspx?Login=mylogin&EncryptedPassword=mypassoword&EDI%5FNAME=Generic/Orders&SELECT%5FColumns=%2A,o.OrderID&WHERE%5FColumn=o.OrderID&WHERE%5FValue=1)

Every time I run this, I always get an error in my output file which says:

\<?xml version="1.0" encoding="utf-8" ?\> False Could not find file 'D:\\Domains\\ecommerce\\\_v\_6\_0\_net\\\_v\_6\_5\_net\\net\\schema\\Generic\\Orders.xsd'. 

I’ve tested that URL using a REST client, and I was able to pull out some data, but when it gets to CloverETL, it’s no longer pulling up. I’m really confused now, and it’s stop me from doing some other processes.

I would appreciate if someone will be able to address this issue.

Thanks,

---

<div class="post-metadata">

### Author: ![David\_Hlidek](https://avatars.discourse-cdn.com/v4/letter/d/58f4c7/32.png) [@David\_Hlidek](https://forum.cloverdx.com/u/David_Hlidek)
#### Post date: [March 16, 2012, 1:43pm UTC](https://forum.cloverdx.com/t/http-connector-format-for-url/1029/2 "2012-03-16T13:43:57Z")

</div>

Hi,

I would guess there is issue with “Generic/Orders” which should be escaped. If you are working in CTL, you can use “escapeUrl” function.

Second thing is, that server is obviously complaining about nonexistence of file. So I would check logs on server. Are you sure that on server is available “d:\…”?

---

<div class="post-metadata">

### Author: ![jed\_uretlguy](https://avatars.discourse-cdn.com/v4/letter/j/f0a364/32.png) [@jed\_uretlguy](https://forum.cloverdx.com/u/jed_uretlguy)
#### Post date: [March 21, 2012, 7:08am UTC](https://forum.cloverdx.com/t/http-connector-format-for-url/1029/3 "2012-03-21T07:08:58Z")

</div>

Hello,

For it to work, that should look like this “Generic%5COrders”

Thanks,
