Return-Path: Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 50304 invoked by uid 500); 1 May 2003 16:10:36 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 50287 invoked from network); 1 May 2003 16:10:35 -0000 X-Server-Uuid: D0C547F0-9FAC-4DF6-883B-583E4E2B9EA2 content-class: urn:content-classes:message Subject: References to attachments in SOAP Body MIME-Version: 1.0 Date: Thu, 1 May 2003 19:10:34 +0300 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Message-ID: <6F96D78604050B4F80E0AB2F9B1426AF645C65@wdc.sofia.wizcom.bg> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: References to attachments in SOAP Body Thread-Index: AcMP/DGaWycW3BxJQVWI1u+IKgzxtg== From: "Simeon Ivanov. Petkov" To: axis-user@ws.apache.org X-WSS-ID: 12AF99704674-01-01 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C30FFC.322D9D32" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. ------_=_NextPart_001_01C30FFC.322D9D32 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Hi all,=20 I have a question regarding placing references to attachments in SOAP Body element. How can I do this before invoking the Call. My method (capsulated as Operation by Axis takes one String argument that I supply). But if I place manually (by constructing the BODY from a String) empty element with 'href' attribute to reference an attachment I get exception: org.xml.sax.SAXException: No such operation 'takeAttachmentOperation'. I'm trying to create a web service that takes one String parameter and works regardless if there is reference to attachment or not (i.e. ) in SOAP body. I only need to observe generated SOAP messages (over SOAP and MIME) by my client class and by the axis service. Thanks in advance. =20 ------_=_NextPart_001_01C30FFC.322D9D32 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: quoted-printable

Hi all,

I have a question regarding placing references to attachments in SOAP Body element. How can I do this before invoking the = Call. My method (capsulated as = Operation by Axis takes one String argument that I supply). But if I place manually (by constructing the BODY from a String)  empty element with = ‘href’ attribute to reference an attachment I = get exception: org.xml.sax.SAXException: No such operation 'takeAttachmentOperation'.<= /p>

I’m trying to create a web service that takes = one String parameter and works regardless if there is reference to = attachment or not (i.e. <element href=3D”cid:some_id”>) in SOAP body. I only need to observe generated SOAP messages (over SOAP = and MIME) by my client class and by the axis = service.

Thanks in advance.

 

------_=_NextPart_001_01C30FFC.322D9D32--