Referenced DIME attachment

Posted: 07-23-2003, 02:55 PM
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/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="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

Responses to "Referenced DIME attachment"

 
LinkBack Thread Tools Search this Thread Display Modes
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Extension for emailing attachment? GCFI Macromedia Exchange Dreamweaver Extensions 4 03-28-2005 01:17 AM
When use MIME::Lite module the attachment clip sign not shown for attachments Jane Humbrey PERL Modules 5 08-30-2003 01:56 AM
emailing an attachment sheri PERL Modules 1 08-15-2003 09:59 PM
SOAP with Attachments using MIME, no DIME Steve Schuler ASP.NET Web Services 0 07-16-2003 08:50 PM
MIME::Lite html-attachment broken news@roaima.freeserve.co.uk PERL Modules 0 07-04-2003 01:37 PM