I can perform a simple soap-request in coldfusion using cfscript and 
webservices. For example:

 

            <cfscript>

              ws = createObject("webservice",

            "http://#Url#?wsdl";);

              ws.GetPngMap1("#xcor#","#ycor#","#zoom#","350","350");

             resp = getSOAPResponse(ws);

            </cfscript>

 

But now I have I more complex request, the Soap-request should be sent like 
this:

 

<soap:Body>

<Convert xmlns="url">

<x>297</x>

<y>156</y>

<center xsi:type="Coordinate">

<X>171106</X>

<Y>376811</Y>

</center>

<zoomlevel>4</zoomlevel>

<bmSize>

<Width>709</Width>

<Height>469</Height>

</bmSize>

</Convert>

</soap:Body>

Do you know how I can call this in coldfusion? The problem is with the center 
tag that has an X and a Y and the bmSize tag that has a width and a height.

I hope you can help me out with this.

K.R.

 

Rolf Oosting


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:201162
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to