Ask a Question related to ASP.NET Web Services, Design and Development.
-
Mike Schmidt #1
Using DIME Attachments with AXIS 1.1
I try to to post attachments to a server from a client app. The
attachments can be very large 200MB or more. The server and a proxy
class for the client is generated by AXIS 1.1. The source for generating
the server/client classes is a wsdl file. This wsdl file contains
statements for the mediaType like this:
<xs:simpleType name="Doc">
<xs:restriction base="xs:base64Binary">
<xs:annotation>
<xs:appinfo>
<content:mediaType
value="text/html"/>
</xs:appinfo>
</xs:annotation>
</xs:restriction>
</xs:simpleType>
The wsdl for this statement you can find on
[url]http://www.gotdotnet.com/team/xml_wsspecs/dime/WSDL-extension-for-DIME.htm[/url]
This is an example for using DIME.
If i use this mediaType in the wsdl file, no DIME attachments will be
post to the server. The client memory grows and grows and a out of
memory exception raise.
If i use a media type like application/octetstream, DIME attachments
will be post to the server. Here the problem is, that the server (here
axis) parses the whole message including the attachments. This needs to
much time - for 60MB Attchments it needs more than 20 minutes.
Does any body know the dependencies between DIME attachments and
mediaTypes when using AXIS?
Is there a way to post much data from a client to a server using DIME
attachments? What are the needed statements in a wsdl file for this purpose?
Thanks
Mike
Mike Schmidt Guest
-
Upgrade Axis 1.1 to Axis 1.2 CFMX 6.1
Is it possible to change the Axis Engine from 1.1 to 1.2 in CFMX 6.1? -
DIME Attachments & WSDL
I was working on WSE 2.0 & DIME. I used the Attachments sample provided by SDK and saved the SOAP request (with headers) into a file. What I noticed... -
Doubt in SOAP with DIME attachments!
Hi! I was going through the WSE 2.0 documentation to try SOAP with DIME attachments. The example shows the server sending an image file and the... -
DIME attachments break double-byte characters using WSE 1.0 SP1
Using the .NET framework and WSE 1.0 SP1, I have built a web service which receives data from a web service client and saves it to disk in a text... -
SOAP with Attachments using MIME, no DIME
Hello Craig - Many have asked for this, but MS hasn't widely publicized the fact that MSDN magazine had a sample back in Feb....



Reply With Quote

