Closed
Bug 121911
Opened 23 years ago
Closed 14 years ago
SOAP with attachments not supported.
Categories
(Core Graveyard :: Web Services, defect, P3)
Core Graveyard
Web Services
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: rayw, Unassigned)
Details
We have added interfaces anticipating SOAP with attachments, but we have not
actually implemented it yet. This causes a MIME wrapper to be automatically
placed around the SOAP message, and things which are not easily serialized to
XML but are easily serialized to other MIME-identifiable formats can be placed
there. For example, I want to do ecommerce and order a tshirt with my own
picture on it, so I make a SOAP message to which is attached the picture. Even
XML and especially HTML documents may be attached rather than passed as big
strings because it works better due to the encapsulation problems of SOAP.
Reporter | ||
Comment 1•23 years ago
|
||
Note, some seem to now be supporting a DIME format in addition to MIME format
for adding attachments to SOAP. I am not sure where this leaves EBXML, which
went to great lengths to be compatible by embedding SOAP in MIME.
Reporter | ||
Comment 2•23 years ago
|
||
This is too big a fix for mozilla 0.9.9. Setting milestone later.
Status: NEW → ASSIGNED
Priority: -- → P3
Target Milestone: --- → mozilla1.0
Comment 3•23 years ago
|
||
Moving Netscape owned 0.9.9 and 1.0 bugs that don't have an nsbeta1, nsbeta1+,
topembed, topembed+, Mozilla0.9.9+ or Mozilla1.0+ keyword. Please send any
questions or feedback about this to adt@netscape.com. You can search for
"Moving bugs not scheduled for a project" to quickly delete this bugmail.
Target Milestone: mozilla1.0 → mozilla1.2
Updated•22 years ago
|
QA Contact: petersen → rakeshmishra
harishd is now the SOAP owner, reassigning.
Assignee: rayw → harishd
Status: ASSIGNED → NEW
Target Milestone: mozilla1.2alpha → ---
Updated•22 years ago
|
Component: XML → Web Services
Updated•17 years ago
|
Assignee: mozilla → nobody
QA Contact: rakeshmishra → web-services
Comment 6•14 years ago
|
||
We dropped SOAP.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INCOMPLETE
Updated•7 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•