Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > Referenced DIME attachment

Reply
Thread Tools

Referenced DIME attachment

 
 
David Dundua
Guest
Posts: n/a
 
      07-23-2003
All,

I am using .NET framework 1.WSE 1sp1. I am trying to send
referenced DIME attachment (ie using href tag) from
Apache Axis 1.1 client. I get the following error:

<?xml version="1.0" encoding="utf-8" ?>

<soap:Envelope
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlnssi="http://www.w3.org/2001/XMLSchema-instance"
xmlnssd="http://www.w3.org/2001/XMLSchema">

<soap:Body>

<soap:Fault>

<faultcode>soap:Client</faultcode>

<faultstring>Server was unable to read request. -->
There is an error in XML document (1, 1385). --> The
referenced element with ID 'uuid:9b83f02a-40ea-4e6e-ae17-
82285c76ee1d' is located outside the current document and
cannot be retrieved.</faultstring>

<detail />

</soap:Fault>

</soap:Body>

</soap:Envelope>


It is basically complaining that it cant find the
reference reffered to by href tag. Based on the message
it seems like its trying to find it inside the SOAP
envelope (where in fact it should be looking outside).
When I send an unreferenced attachment everything works
fine.

Does anyone have experience with referenced attachment?
If .NET doesnt support them, how can i retrieve the href
attribute manually?

Thanks
David Dundua
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to send a DIME attachment with SOAP Ipsita ASP .Net Web Services 1 11-16-2004 01:43 AM
How to send a DIME attachment with SOAP Ipsita ASP .Net 1 10-29-2004 04:45 PM
Problem with streaming a DIME attachment with SOAP Ipsita ASP .Net 3 10-29-2004 04:50 AM
DIME Attachment from Client to Server Senthil ASP .Net Web Services 2 10-08-2003 04:22 PM
SoapExtensions, DIME Attachment and Pipes Oleg ASP .Net Web Services 0 09-30-2003 07:55 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57