I've got the following error:

Attempt to instantiate an abstract class "AutoTelephoneNumber". .

It means to me that CF tried to create an object from this class, however there 
is a C# utility demonstrates how to consume the ws works fine.
I have also downloaded WTP (Web tool platform for eclipse) and it works well 
enough.

Can oneone give me an advice what the problem would be and how to get arround 
of it?

My codes:

<cfscript>
  ws = CreateObject("webservice", 
"http://www.tracking.edi.com.au/webservice/shipmentservice.asmx?wsdl";);
addSOAPRequestHeader(ws, "http://www.edi.com.au/EnterpriseService/";, 
"CompanyCode", "CARCASMEL"); addSOAPRequestHeader(ws, 
"http://www.edi.com.au/EnterpriseService/";, "UserName", "[EMAIL PROTECTED]"); 
addSOAPRequestHeader(ws, "http://www.edi.com.au/EnterpriseService/";, 
"Password", "mike"); 
</cfscript>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:261594
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to