Re: Web Service Issue , pls help

2008-08-21 Thread vishnu prasad
No WS works , but struck with how to write the binary content into file , not able to parse into xml below is the output from WS --=_Part_31_11976965.1219312819993 Content-Type: text/xml; charset=utf-8 Content-Transfer-Encoding: 8bit Content-ID: __WLS__1219312819993__SOAP__

Re: Web Service Issue , pls help

2008-08-20 Thread vishnu prasad
Hi when i try to access the web servies it gives the below error Web service operation RetrieveDocument with parameters {appUserID={_CISWS2},DocumentNumber={189425},ProfileForm={EKRIS_LAD_CPD_PF},DMlib={EKRIS},userID={_CISWS2}} cannot be found. Can someone help me how to acess the ws

RE: Web Service Issue , pls help

2008-08-19 Thread Dave Phillips
, August 18, 2008 9:01 PM To: CF-Talk Subject: Re: Web Service Issue , pls help how to get the attachment from soap response and use it in coldfusion Could you please provide with a code snippet? ~| Adobe® ColdFusion® 8 software 8

Re: Web Service Issue , pls help

2008-08-19 Thread vishnu prasad
Hi Dave I dont have a web service code , i tried to access the public web serive from xmethod which return the image , but somehow its not working This is the web service http://www.xmethods.net/ve2/ViewListing.po?key=uuid:861CB6D3-1E2A-BA27-BDDE-E9FEF283E518 You may be able to cfcontent

Re: Web Service Issue , pls help

2008-08-19 Thread James Holmes
It would be a lot easier to respond if you provided some details. What is not working? Post some code. Do you get an error? If so, what does the error say? On Wed, Aug 20, 2008 at 9:50 AM, vishnu prasad [EMAIL PROTECTED] wrote: Hi Dave I dont have a web service code , i tried to access the

RE: Web Service Issue , pls help

2008-08-19 Thread Rick Sanders
: vishnu prasad [mailto:[EMAIL PROTECTED] Sent: August-19-08 10:50 PM To: CF-Talk Subject: Re: Web Service Issue , pls help Hi Dave I dont have a web service code , i tried to access the public web serive from xmethod which return the image , but somehow its not working This is the web service http

Re: Web Service Issue , pls help

2008-08-19 Thread vishnu prasad
This web service works but not the below Working File cfset code = 0 cfset BarSize = 15 cfset ShowCodeString = true cfset Title = PrasadVishnu cfinvoke webservice=http://www.webservicex.com/barcode.asmx?WSDL; method=Code39 returnvariable=retVal cfinvokeargument name=code value=#code#

Re: Web Service Issue , pls help

2008-08-19 Thread Brad Wood
) ~Brad - Original Message - From: vishnu prasad [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, August 19, 2008 8:50 PM Subject: Re: Web Service Issue , pls help Hi Dave I dont have a web service code , i tried to access the public web serive from xmethod

Re: Web Service Issue , pls help

2008-08-19 Thread Brad Wood
Look at the WSDL. That method is expecting 4 parameters. You are only supplying two. message name=doBarCodes part name=usernametype=xsd:string/ part name=passwordtype=xsd:string/ part name=num type=xsd:string/ part name=imgtype

Re: Web Service Issue , pls help

2008-08-19 Thread James Holmes
Yeah I've been messing with this and I have it working but only after writing my own WSDL to get around this error: org.xml.sax.SAXException: Found character data inside an array element while deserializing Anyway, use a username of any and password of any as per their PHP example. The change I

Re: Web Service Issue , pls help

2008-08-19 Thread Brad Wood
: Tuesday, August 19, 2008 10:07 PM Subject: Re: Web Service Issue , pls help Yeah I've been messing with this and I have it working but only after writing my own WSDL to get around this error: org.xml.sax.SAXException: Found character data inside an array element while deserializing Anyway

Re: Web Service Issue , pls help

2008-08-18 Thread s. isaac dealey
Hi We have a java webservice which will return the image as a soap attachment and another web service which will return the image as a binary data How can we use the image return by the web service in coldfusion? I believe... cffile action=write file=/path/to/file.jpg output=#binary#

Re: Web Service Issue , pls help

2008-08-18 Thread vishnu prasad
how to get the attachment from soap response and use it in coldfusion Could you please provide with a code snippet? Hi We have a java webservice which will return the image as a soap attachment and another web service which will return the image as a binary data How can we use the

RE: Web Service Issue , pls help

2008-08-18 Thread Mark Kruger
You may be able to cfcontent it directly - or you may need to store it as a file of the correct type and extension. -mark Mark A. Kruger, CFG, MCSE (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Message- From: vishnu prasad [mailto:[EMAIL