Hi guys

I am trying to pass an XML parameter to a .NET webservice like this;

<cfinvoke webservice="http://xxxxxx/xxxxxxxxxxxx.asmx?wsdl"; method="Book" 
requestXML=xmlDoc returnVariable="foo">

where xmlDoc is a string containing XML.

When I run the page, I get this error (which makes no sense to me);

Could not perform web service invocation "Book" because AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server
 faultSubcode: 
 faultString: Server was unable to process request. ---> Value cannot be null.
Parameter name: uriString
 faultActor: 
 faultNode: 
 faultDetail: 
        {http://xml.apache.org/axis/}stackTrace: AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server
 faultSubcode: 
 faultString: Server was unable to process request. ---&gt; Value cannot be 
null.
Parameter name: uriString
 faultActor: 
 faultNode: 
 faultDetail: 

Server was unable to process request. ---> Value cannot be null.
Parameter name: uriString
        at 
org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:260)
        at 
org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:169)
        at 
org.apache.axis.encoding.DeserializationContextImpl.endElement(DeserializationContextImpl.java:1015)
        at com.macromedia.crimson.parser.Parser2.maybeElement(Unknown Source)
        at com.macromedia.crimson.parser.Parser2.... 


Anyone able to shed some light on this issue?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:250829
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to