From: scorpionn_king on
Hi

I am trying to send data to Bugzilla from my Coldfusion Application..and
Bugzilla uses XML-RPC, i only worked with SOAP before and havn't had any idea
on XML-RPC and tried to browse thru in google but unable to find the exact
info. needed. of how to connect to Bugzilla and Create a Bug using Bugzilla
API.. from Coldfusion.

here is my code below of how am using.

Bugzilla API Documentation is here
[b]
http://www.bugzilla.org/docs/tip/html/api/Bugzilla/WebService/Bug.html
[/b]
I am using a [b]Create[/b] Method to Create a Bug.
[b]
<cfinvoke webservice="http://157.238.223.201/bugzilla/xmlrpc.cgi"
method="create"
returnvariable="rpcCall"
data="#bugdata#"
type="responsefault">


<cfoutput>response is: [B]#rpcCall#[/B] <br>
did you see anything for now.. testing this script. thanks
</cfoutput>
[/b]

From: "JR "Bob" Dobbs" on
ColdFusion expects the URL value of the wsdl attribute to point to a WSDL for the service. Browsing to http://157.238.223.201/bugzilla/xmlrpc.cgi does not return a WSDL file.
From: scorpionn_king on
but how do i use a XML-RPC service using coldfusion to use that webservice, [b]"which means is not possible"[/b].

i know there could be a solution for this.but it's hard to find..
From: Ian Skinner on
scorpionn_king wrote:
>
> http://support.journurl.com/users/admin/index.cfm?mode=article&entry=362
>

I dug into this last link a bit. The link to the CFC on the page you
linked to did not work, but I found a another post which and working links.

http://support.journurl.com/users/admin/?keyword=ColdFusion+MX
http://support.journurl.com/users/admin/cfmx/xmlrpc.zip
http://support.journurl.com/users/admin/cfmx/xmlrpcservice.zip

These look fairly straight forward, but I did not try to make use of them.
 | 
Pages: 1
Prev: url redirect
Next: CFFile action="upload"