Ask a Question related to ASP.NET Web Services, Design and Development.
-
David Dundua #1
Referenced DIME attachment
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
David Dundua Guest
-
How to send a DIME attachment with SOAP
Hi! I am trying SOAP with DIME attachments in web services. The web service sends the file as attachment say "test.doc", and the client has to... -
Dime Attachment from client
Hi, Just install runtime WSE instead. -- ______________________________ With best wishes, Arthur Nesterovsky Please visit my home page:... -
DIME Attachment from Client to Server
hi, I need to write an application which needs to transfer a binary file from client to server. I will be able to send it as DIME attachment along... -
SoapExtensions, DIME Attachment and Pipes
Does anybody know a good C# replacement for java.io.PipedInputStream, PipedOutputStream? The reason I'm asking is sometimes I need transfer... -
Send a Dataset as a Dime Attachment
Hello, Thanks very much for posting here. After reviewing the question, I think you could just return dataset in the web method and then use it...



Reply With Quote

