I'm trying to interface with an 'enterprise level' sytem. :)  They've
provided us with a 'web service' to access some application functionality.

I'm having a heck of a time interfacing with it, because it doesn't seem to
adhere to any standard.  There is no wsdl available.  I've looked at the asp
code for it, but I don't really understand where they are getting the posted
xml from.  I'm guessing that it's part of the header.

here's the beginning of the asp page:

<%

   Dim sCustomerId, sProcessFlag, sLobList, sPolicyXmlIn, sPolicyOldXml
   Dim sPdfFilename, sPolicyXmlOut
   Dim ResponseXml
   Dim RequestXml
   Dim HostObject
   Dim oXMLDoc


   ' load the xml
   Set RequestXml = Server.CreateObject("Microsoft.XMLDOM")
   RequestXml.async=false
   RequestXml.validateOnParse = false
   RequestXml.load(Request)


I've tried CFHTTP'ing this, but I get an error saying that the column name
can't be "" and when you look the error generation, it seems to be parsing
the return xml into a column of some sort.

I've tried CFINVOKE'ing it, but because there's no wsdl, it can't bind.

Help!

Thanks


 (Note: the ' indicates sarcasm)

--
"The bitch is hungry She needs to tell So give her inches And feed her
well", Rock You Like A Hurricane, The Scorpions


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235806
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