Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
RoBsTaMaCk #1
Interfacing With Ohio Tax Web Service
I am having trouble interfacing with the Ohio Tax web service. It is designed
to take in an address and return an XML formatted set of data. Although I've
never used xmlsoap I was under the impression that i could use <cfinvoke> to
make the connection to this webservice. Attached is my code which is current
returning the following error:
Could not perform web service invocation "GetOHSalesTaxByAddress" because
AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server
faultSubcode: faultString: Server was unable to process request. --> Invalid or
Missing Security Token. faultActor: faultNode: faultDet.................and so
on.
The 'SalesDate' argument is a 'dateTime' datatype, so i tried using
'2003-11-19T00:00:00.00000" instead but then it didn't recognize the type and
gave an error saying:
Web service operation "GetOHSalesTaxByAddress" with parameters [...] could not
be found.
Perhaps I am trying to do this completely wrong. Any ideas on how to get this
working would be IMMENSELY appreciated. Thanks.
-=Rob
<cfinvoke webservice =
"https://thefinder.tax.ohio.gov/OHFinderService/OHFinderService.asmx?WSDL"
method = "GetOHSalesTaxByAddress"
returnvariable="tax_results">
<cfinvokeargument name="AddressLine" value="12250 Nantucket Dr.">
<cfinvokeargument name="City" value="Chardon">
<cfinvokeargument name="StateOrProvince" value="OH">
<cfinvokeargument name="PostalCode" value="44024">
<cfinvokeargument name="CountryCode" value="US">
<cfinvokeargument name="SalesAmount" value="50.00">
<cfinvokeargument name="SalesDate" value="2003-11-19">
<cfinvokeargument name="ReturnMultiple" value="false">
</cfinvoke>
RoBsTaMaCk Guest
-
php NuSOAP and .net SOAP interfacing
Hi! I'm trying to develop a .net application (xml web service client, using SoapHttpClientProtocol), but i can't get any response from xml web... -
Interfacing
I have a movie with an interface and everything where the interface "un" grows and grows back again differently when navigating around. On this one... -
Interfacing an application
Hey all. I have an application that I want to interface with a web page. The catch is I didn't write the program and I don't know who did (beofre... -
Interfacing flash with javascript
On my website, I'm working on a little price estimate calculator in javascript. I was wondering if there is anyway that I can activate certain... -
interfacing with Python using Perl
I don't know Python and I really have no desire to learn it, but I do have a decent amount of experience with Perl. Is there a module(s) that will... -
Seth Johnson #2
Re: Interfacing With Ohio Tax Web Service
Rob,
I just started working with this web service and I'm getting the exact
same error message you've reported. Have you made any progress since
you posted this?
Seth Johnson Guest



Reply With Quote

