Re: axis2 multiple ports, dime support (SWA)

2010-01-18 Thread Thilina Gunarathne
ple java-classes for one and the >> same xml-complex-type (adb Databinding)? > > is this an anonymous complex type? for named complex types it generates only > one. > > thanks, > Amila. >> >> Thank you, Alex >> >> > > > > -- > Amil

Re: MTOM send only a part of the file

2009-12-17 Thread Thilina Gunarathne
-a-part-of-the-file-tp26808355p26808355.html > Sent from the Axis - User mailing list archive at Nabble.com. > > -- Thilina Gunarathne - http://thilinag.blogspot.com

Re: enableMTOM=optional setting question - MTOM-aware clients vs. non-MTOM aware clients

2009-01-08 Thread Thilina Gunarathne
ponses, while the MTOM aware clients will get the > optimized MIME responses. Is this correct? > > Also, if the above is true, then how does the service determine if the > client is MTOM aware or not? > > Many thanks, > > -- > -- Matt Friedman > -- Thilina Gunarathne - http://thilinag.blogspot.com

Re: thread safe axis2 client stub

2008-12-21 Thread Thilina Gunarathne
m going to invoke a web service via a client stub generated by axis2. > > I want to have a single instance of the stub across my application. > > So when I initiate the stub (when I call the constructor), I don't like to > call it again throughout my application. &g

Re: [Axis2]Finding current tomcat Port from Axis2

2008-12-19 Thread Thilina Gunarathne
wrote a code to parse > > tomcat server.xml. > > > Well, what you are doing is ok, iff you are going to use your > application in tomcat. A better approach would be either feed the port > number using axis2.xml or web.xml > > Deepal > -- Thilina Gunarathne - http://thilinag.blogspot.com

Re: [Axis2]Finding current tomcat Port from Axis2

2008-12-17 Thread Thilina Gunarathne
roperty TRANSPORT_ADDR give what I want to find? > >> > >> Thanks very much > >> Srinath > >> > >> > > > > > > -- > > Thank you! > > > > > > http://blogs.deepal.org > > http://deepal.org >

Re: MTOM issue when MTOM_THRESHOLD property is set

2008-12-05 Thread Thilina Gunarathne
truncated. > > If I do set MTOM_THRESHOLD property, entire file content appears in SOAP > node. I guess 'cid' becomes NULL When I do set MTOM_THRESHOLD property. > > Please help. > > Chinmoy > -- Thilina Gunarathne - http://thilinag.blogspot.com

Re: about receive different types of attachment

2008-11-06 Thread Thilina Gunarathne
stOMChild(); > binaryNode.setOptimize(true); > DataHandler actualDH = (DataHandler) binaryNode.getDataHandler(); > FileOutputStream textOutStream = new > FileOutputStream("c:\\th.txt"); > InputStream is = actualDH.getInputStream(); > textOutStream.write(IOUtils.getStreamAsByteArray(is)); > > -- Thilina Gunarathne - http://thilinag.blogspot.com

Re: Axis2.1.4 MTOM w/ XmlBeans

2008-10-21 Thread Thilina Gunarathne
Beans might try to load the content of the attachment in to the memory. thanks, Thilina > > > Thanks, > > Alejandro > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Thilina Gunarathne - http://thilinag.blogspot.com

Re: Threshold for File size in MTOM

2008-10-14 Thread Thilina Gunarathne
ation or should I need > to use a custom handler to enforce this limit. Any insight on this would be > appreciated. > > Thanks > > Sriram > > -- Thilina Gunarathne - http://thilinag.blogspot.com

Re: MTOM Attachment - OMElement using AXIOM

2008-09-26 Thread Thilina Gunarathne
on't see the content of attachment I passed in when I write the dataHandler > into a file. Even the contextType doesn't match. Rather it has the s3 that I > sent in the parameter of the MyServiceMethod. > > I will need to use tcpmon to see what exactly is happening to my messages

Re: Attachment SwA or MTOM

2008-09-23 Thread Thilina Gunarathne
ion to transfer the file from client > to webservice by either of the ways. > > > > Help is really appreciated as I am completely stuck! > > > > Thanks in advance, > > Asmita > -- Thilina Gunarathne - http://thilinag.blogspot.com

Re: Status of enableMTOM="optional" and Axis Faults / JIRA AXIS2-3340

2008-09-05 Thread Thilina Gunarathne
of WSE3 client with axis2 services. I know that the true cause > is at Microsoft which makes invalid assumptions about the type of message > expected, but Microsoft apparently is not going to fix this reported bug in > WSE3. > > Has anybody updates on this? > > Thanks, > -Rainer > -- Thilina Gunarathne - http://thilinag.blogspot.com

Re: Webservice Client

2008-09-04 Thread Thilina Gunarathne
erent > method. > > > > > > I went thru google but am very much confused now. I am new in this area. > > > > > > > > > > > > > > > > -- > Stay up to date on your PC, the Web, and your mobile phone with Windows > Live. See Now<http://clk.atdmt.com/MRT/go/msnnkwxp1020093185mrt/direct/01/> > -- Thilina Gunarathne - http://thilinag.blogspot.com

Re: workarounds for Issue 3340

2008-09-03 Thread Thilina Gunarathne
il: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Thilina Gunarathne - http://thilinag.blogspot.com

Re: Log Incoming/Outgoing SOAP Messages

2008-09-03 Thread Thilina Gunarathne
I think I answered you earlier.. http://markmail.org/message/mhzz22ixhhhsotmd On Wed, Sep 3, 2008 at 1:48 AM, StrongSteve <[EMAIL PROTECTED]> wrote: > > The SOAP Part would be enough. > Can you give my an example on how to achive this goal? > > Thanks! > Stefan > &

Re: Log Incoming/Outgoing SOAP Messages

2008-09-02 Thread Thilina Gunarathne
nabble.com/Log-Incoming-Outgoing-SOAP-Messages-tp19267334p19267334.html >> >> Sent from the Axis - User mailing list archive at Nabble.com. >> >> >> >> >> >> --------- >> >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> >> >> > >> > >> > -- >> > Keith Chapman >> > Senior Software Engineer >> > WSO2 Inc. >> > Oxygenating the Web Service Platform. >> > http://wso2.org/ >> > >> > blog: http://www.keith-chapman.org >> > >> > >> >> -- >> View this message in context: >> http://www.nabble.com/Log-Incoming-Outgoing-SOAP-Messages-tp19267334p19267813.html >> Sent from the Axis - User mailing list archive at Nabble.com. >> >> >> - >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > > -- > Keith Chapman > Senior Software Engineer > WSO2 Inc. > Oxygenating the Web Service Platform. > http://wso2.org/ > > blog: http://www.keith-chapman.org > -- Thilina Gunarathne - http://thilinag.blogspot.com

Re: [Axis2]

2008-08-29 Thread Thilina Gunarathne
t; I am sending 'Transfer-Encoding' header as 'Chunked' while sening the >> Request. Do I need to stop doing that ? >> >> If you use any of IM, can you please add me as friend. I desperately >> looking for some help in this regard. >> >

Re: [Axis2]

2008-08-28 Thread Thilina Gunarathne
part/related; >>> boundary="==ZSI_MIME_BOUNDARY=="; start-info="text/xml"; >>> start=""'} >>> [mtom:apply_mtom]: mtombody: >>> --==ZSI_MIME_BOUNDARY== >>> Content-Transfer-Encoding: binary >>> Content-ID: >>> Content-Type: text/xml; charset=utf-8 >>> >>> >> xmlns:ns0="http://schemas.xmlsoap.org/soap/envelope/";>>> />http://ws.apache.org/axis2/mtom >>> sample/">c:\Sample_mtom.zip>> href="cid:ZSIAttachment_1" xmlns:ns2="http://www.w3.org/2004/08/xop/incl >>> ude" >>> /> >>> --==ZSI_MIME_BOUNDARY== >>> Content-Type: application/octet-stream >>> Content-Transfer-Encoding: binary >>> Content-ID: >>> >>> ìë7í"3?9?»ñ(?┘►S‼K3É3 PK☺☻¶ ¶ ⌡h←93▬Wçh ╚ ← ☺ ╢ü >>> Sample_txt_mtom_clieent.txtPK♣♠☺ ☺ I í >>> --==ZSI_MIME_BOUNDARY==-- >>> >>> >>> -- >>> Talk to your Yahoo! Friends via Windows Live Messenger. Find Out >>> How<http://www.windowslive.com/explore/messenger?ocid=TXT_TAGLM_WL_messenger_yahoo_082008> >>> >> >> >> > -- Thilina Gunarathne - http://thilinag.blogspot.com

Re: Can I transfer/response an JPG or PDF file from server to client via Spring WS?

2008-08-27 Thread Thilina Gunarathne
org/ > > > > --------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Thilina Gunarathne - http://thilinag.blogspot.com

Re: MTOM XMLBeans axis2 1.4

2008-08-17 Thread Thilina Gunarathne
gt; But my client code is XMLBeans, Axis2 1.4. > > Does XMLBeans support MTOM? > > Can I send an attachment from my client using MTOM? > > > > Thanks. > -- Thilina Gunarathne - http://thilinag.blogspot.com

Re: Binary Data, http and jms, WebSphere 6.x

2008-08-17 Thread Thilina Gunarathne
.nabble.com/Binary-Data%2C-http-and-jms%2C-WebSphere-6.x-tp18997365p18997365.html > Sent from the Axis - User mailing list archive at Nabble.com. > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Thilina Gunarathne - http://thilinag.blogspot.com

Re: MTOM Sample Error ?

2008-08-13 Thread Thilina Gunarathne
.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:88) >> >> >> what is problem ? >> >> >> >> ------------ >> >> Internal Virus Database is out-of-date. >> Checked by AVG. Version: 7.5.524 / Virus Database: 270.4.7/1543 - Release >> Date: 7/9/2008 6:32 PM >> >> > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Thilina Gunarathne - http://thilinag.blogspot.com

Re: mtom file size

2008-08-13 Thread Thilina Gunarathne
; The maxPostSize attribute is working in tomcat only for the Post requests > coming via the Forms. > > I searched a lot in google to try to find a solution. But seems no > solution. > > > > Thanks. > > > > Regards, > > Simen > > > > *From:* Thilina Gu

Re: mtom file size

2008-08-12 Thread Thilina Gunarathne
don't want to crash my web server by receiving large files. > > We cannot request from the clients to send small files and people are > always willing to blame us by crashing the web server. > > There may be some settings in the tomcat configurations to limit the size > of incoming re

Re: mtom file size

2008-08-12 Thread Thilina Gunarathne
I would say it's possible.. thanks, Thilina On Tue, Aug 12, 2008 at 6:01 AM, Samisa Abeysinghe < [EMAIL PROTECTED]> wrote: > Thilina Gunarathne wrote: > >> I'm not sure whether Axis2 MTOM policy implementation supports such a >> scenerio.. Other than that, I

Re: Axis2 - Handler to log all messages without attachments

2008-08-12 Thread Thilina Gunarathne
o not know why... :( > >> > > > > How did you remove them? > > > > Samisa... > > > >> And hints for me? > >> > >> Thanks in Advance! > >> > >> Greetings > >> Stefan > >> > >> > >> Thilina

Re: Axis2 - Handler to log all messages without attachments

2008-08-12 Thread Thilina Gunarathne
Thanks for your quick reply. > I already know how to get to the attachments, but what I want to do, is log > everything EXCEPT the attachments! ;) > > Removing them from the message, does not work. I do not know why... :( > > And hints for me? > > Thanks in Advan

Re: Out Of Memory issue in axis2 1.4

2008-08-12 Thread Thilina Gunarathne
hen there is no point of doing streaming to the already > loaded OmElement. > > Please let me know. > > > > Thank you. > > > > Regards, > > Simen > > > > *From:* Thilina Gunarathne [mailto:[EMAIL PROTECTED] > *Sent:* Tuesday, 12 August 2008 4:35 PM &

Re: Axis2 - Handler to log all messages without attachments

2008-08-12 Thread Thilina Gunarathne
Make sure you try the second method first :).. On Tue, Aug 12, 2008 at 12:01 AM, Thilina Gunarathne <[EMAIL PROTECTED]>wrote: > You can try traversing the whole envelope looking for > elements and then detach those elements from the tree.. But doing this will > cause the attachm

Re: Axis2 - Handler to log all messages without attachments

2008-08-12 Thread Thilina Gunarathne
eting > Stefan > -- > View this message in context: > http://www.nabble.com/Axis2---Handler-to-log-all-messages-without-attachments-tp18938449p18938449.html > Sent from the Axis - User mailing list archive at Nabble.com. > > > -----------

Re: mtom file size

2008-08-11 Thread Thilina Gunarathne
MTOM. > > The client should not send to the service files bigger than 5mb and I am > using MTOM with axis2 1.4 (deployed in tomcat) > > How to restrict the file size? > > > > Please let me know. > > > > Thanks. > > > > > -- Thilina Gunarathne - http://thilinag.blogspot.com

Re: Out Of Memory issue in axis2 1.4

2008-08-11 Thread Thilina Gunarathne
n Simen <[EMAIL PROTECTED]> wrote: > Hi Thilina, > > I will report the issue in JIRA. > > Why did you say that my server side is vulnerable for large attachments? > Are there known bugs in mtom? > > Please advise me. > > > > Thank you. > > > >

Re: Out Of Memory issue in axis2 1.4

2008-08-11 Thread Thilina Gunarathne
log it or let me know how to do it. > > > > Thank you for your help so far. Otherwise I will be stuck here forever. > > > > Regards, > > simen > > > > *From:* Thilina Gunarathne [mailto:[EMAIL PROTECTED] > *Sent:* Monday, 11 August 2008 5:56 PM > > *To:*

Re: Out Of Memory issue in axis2 1.4

2008-08-11 Thread Thilina Gunarathne
ated to my wsdl. > > > > *-* <http://scania.itree.com.au:8080/axis2/services/SchemesService?wsdl> > < > > *-* <http://scania.itree.com.au:8080/axis2/services/SchemesService?wsdl> < > > > * * < > > * * > > * * > > > > Can you f

Re: Out Of Memory issue in axis2 1.4

2008-08-10 Thread Thilina Gunarathne
mory size > of the tomcat server. But the fundamental question still remains, that is > why the attachment is going inside the soap body? I tried almost everything > to send it as an mtom attachment. > > Much appreciate your help. > > > > Thank you. > > > > Reg

Re: Out Of Memory issue in axis2 1.4

2008-08-10 Thread Thilina Gunarathne
lease help me? Whats wrong with axis2? > > It can be two things... > 1. Attachment may be going inline with base64 encoding, rather than as an > attachment. Check the message using tcpmon.( > http://ws.apache.org/commons/tcpmon) > 2. Your service implementation might be loading t

Re: Out Of Memory issue in axis2 1.4

2008-08-10 Thread Thilina Gunarathne
the whole cached binary data to the memory.. thanks, Thilina > > Thank you. > > > > Regards > > > -- Thilina Gunarathne - http://thilinag.blogspot.com

Re: [Axis2] REST webservice that returns pdf/word document

2008-08-05 Thread Thilina Gunarathne
adjuncts-20060327/#_operation_iri_style>", > which means I cannot have xsd:base64Binary types in my wsdl. Is there anyway > I can add this webservice to return the word/pdf doc? > > > > > > - Vish. > -- Thilina Gunarathne - http://thilinag.blogspot.com

Re: Outgoing SwA binary attachments: All 0xFF bytes are missing

2008-07-29 Thread Thilina Gunarathne
5 > 2 > -- > 0 > > Connection #0 to host localhost left intact > -- > View this message in context: > http://www.nabble.com/Outgoing-SwA-binary-attachments%3A-All-0xFF-bytes-are-missing-tp18689243p18689243.html > Sent from the Axis - User mailing list archive at Nabble.com. > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Thilina Gunarathne - http://thilinag.blogspot.com

Re: wsdl2java not creating xmime:base64Binary type correctly?

2008-07-24 Thread Thilina Gunarathne
------ > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Thilina Gunarathne - http://thilinag.blogspot.com

Re: Memory issues with large dynamic generated stream payload -- MTOM with Axis2 1.2 issue

2008-07-24 Thread Thilina Gunarathne
h appreciated. > > Thanks > Shalab > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Thilina Gunarathne - http://thilinag.blogspot.com

Re: Axis2 with DIME

2008-07-18 Thread Thilina Gunarathne
g/%7Esamisa/> > > > --------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Thilina Gunarathne - http://thilinag.blogspot.com

Re: Enabling MTOM crashes Axis2.1.4

2008-07-17 Thread Thilina Gunarathne
sage, any distribution, copying, publication or use of > this information for any purpose is prohibited. Please notify the sender > immediately by e-mail and then delete this message. > ** > > > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Thilina Gunarathne - http://thilinag.blogspot.com

Re: MTOM axis1.4 OutOfMemory for large file transfer

2008-07-13 Thread Thilina Gunarathne
gt; --MIMEBoundaryurn_uuid_72BA218269813E64EB1215660138103 > > 2 > > -- > > 0 > > > > See, the binary data is still inside the soap envelop. It is not a real > attachment, which should be outside the soap envelop. > > I am using axis2 1.4 and wsdl2java tools,

Re: MTOM axis1.4 OutOfMemory for large file transfer

2008-07-09 Thread Thilina Gunarathne
getFileRawData(); > > DataHandler dataHandler = fileRawDataType.getFileRawDataType(); > > dataHandler.writeTo(os); > > os.flush(); > > os.close(); > > > > fileRawDataType is a class defined by me for dataHandler type. > > I enabled the file caching in the axis2.xml, also the MTOM. > > Do you have any idea? > > > > Thankx. > > > > Regards, > > Shehan > -- Thilina Gunarathne - http://thilinag.blogspot.com

Re: MTOM: Axis2-1.4 issue?? XMLStreamException: Unknow type can not serialize

2008-07-03 Thread Thilina Gunarathne
> > myStub.processWithAttach(msgAttach); > > > > Thanks, > Asmita > > > -- > > *From:* Thilina Gunarathne [mailto:[EMAIL PROTECTED] > *Sent:* Thursday, July 03, 2008 2:48 PM > *To:* axis-user@ws.apache.org > *Subject:* Re:

Re: MTOM: Axis2-1.4 issue?? XMLStreamException: Unknow type can not serialize

2008-07-03 Thread Thilina Gunarathne
x27;t come to web services server, it is failing in > OperationClient.execute() method itself. > > The AxisFault message shows "*Unknow type can not serialize*". What could > be the possible reasons for this or is this a known issue with axis2 1.4 > release? Should I use

Re: ADB and MIME attachments

2008-07-01 Thread Thilina Gunarathne
I can't find any references to it > as I step through the debugger. > > > > Any advise would be greatly appreciated. > > > > Thanks, > > > > Scott > -- Thilina Gunarathne - http://thilinag.blogspot.com

Re: [AXIS2-1.4] Mime-Multipart Attachment help

2008-06-17 Thread Thilina Gunarathne
imeka, 1305 N. Holopono Street, Kihei, HI 96753 > Phone: (808)442-7168, Email: [EMAIL PROTECTED] > echo '16i[q]sa[ln0=aln100%Pln100/snlbx]sbA0D4D465452snlbxq' | dc > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- Thilina Gunarathne - http://thilinag.blogspot.com

Re: More SOAP Attachment Questions

2008-06-11 Thread Thilina Gunarathne
Engineer > Akimeka, 1305 N. Holopono Street, Kihei, HI 96753 > Phone: (808)442-7168, Email: [EMAIL PROTECTED] > echo '16i[q]sa[ln0=aln100%Pln100/snlbx]sbA0D4D465452snlbxq' | dc > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- Thilina Gunarathne - http://thilinag.blogspot.com

Re: SOAP Attachment Questions

2008-06-10 Thread Thilina Gunarathne
g this issue? > > The service and WSDL are showing up nicely in the AXIS Available services > page. > > Attached are the WSDL, Services.xml, and the JAVA class. > __ > Marc Lefebvre, Principle Software Engineer > Akimeka, 1305 N. Holopono Street, Kihei, HI 96753 > Phone: (

Re: [Axis2:v1.4] WSDL / SOAP Attachment question

2008-06-10 Thread Thilina Gunarathne
gt; Instantly invite friends from Facebook and other social networks to join > you on Windows Live(tm) Messenger. Invite friends now! < > https://www.invite2messenger.net/im/?source=TXT_EML_WLH_InviteFriends> > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- Thilina Gunarathne - http://thilinag.blogspot.com

Re: AXis2-1.4 xmlbeans MTOM

2008-06-05 Thread Thilina Gunarathne
Life & Permanent plc is a limited liability company registered in > Dublin under No. 222332. The company's registered office is: Irish Life > Centre, Lower Abbey Street, Dublin 1. > > > > ========== > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Thilina Gunarathne - http://thilinag.blogspot.com

Re: [Axis2] response content

2008-06-05 Thread Thilina Gunarathne
l be there in the respose message irrespective of whether there is an attachment or not :(.. thanks, Thilina > > > Thanks. > > > > > > *From:* Thilina Gunarathne [mailto:[EMAIL PROTECTED] > *Sent:* Thursday, June 05, 2008 2:58 AM > *To:* axis-user@ws.apache.org > *Cc:

Re: [Axis2] response content

2008-06-04 Thread Thilina Gunarathne
make an attachment out of the SOAP envelope itself when > > there are no real attachments? Is this correct behavior? > > > > I'd like to hear your comments. > > > > Thanks. > > > > > > Tony Dean > > SAS Institute Inc. > > 919.531.6704 > > [EMAIL PROTECTED] > > > > SAS... The Power to Know > > http://www.sas.com > > > > > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Thilina Gunarathne - http://thilinag.blogspot.com

Re: How to prevent that a handler is invoked for all services ?

2008-05-23 Thread Thilina Gunarathne
gt;> > > > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > -- > View this message in context: > http://www.nabble.com/How-to-prevent-that-a-handler-is-invoked-for-all-services---tp17399366p17401691.html > Sent from the Axis - User mailing list archive at Nabble.com. > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Thilina Gunarathne - http://thilinag.blogspot.com

Re: SOAP Attachment Questions

2008-05-22 Thread Thilina Gunarathne
] > echo '16i[q]sa[ln0=aln100%Pln100/snlbx]sbA0D4D465452snlbxq' | dc > > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- Thilina Gunarathne - http://thilinag.blogspot.com

Re: SOAP Attachment Questions

2008-05-22 Thread Thilina Gunarathne
ineer > Akimeka, 1305 N. Holopono Street, Kihei, HI 96753 > Phone: (808)442-7168, Email: [EMAIL PROTECTED] > echo '16i[q]sa[ln0=aln100%Pln100/snlbx]sbA0D4D465452snlbxq' | dc > > > > -- Thilina Gunarathne - http://thilinag.blogspot.com

Re: Error while invoking service method..

2008-05-19 Thread Thilina Gunarathne
(Class.java:350) > at java.lang.Class.newInstance(Class.java:303) > at > org.apache.axis2.engine.DefaultObjectSupplier.getObject(DefaultObject > Supplier.java:27) > ... 28 more > > Regards, > Minal > > > Keep your kids safer online with Windows Live Family Safety. Help protect > your kids. -- Thilina Gunarathne - http://thilinag.blogspot.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Using W3C DOM with Axis2

2008-05-19 Thread Thilina Gunarathne
ubmit your patch.. ~Thilina > > > > -- Thilina Gunarathne - http://thilinag.blogspot.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: REST with Axis 2

2008-05-19 Thread Thilina Gunarathne
g.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) > at java.lang.Thread.run(Thread.java:619) > > > > Please, help me . It is very urgent for me to get started with REST ... > > Thanks a lot. > > Jörn > > > > > > -- Thilina Gunarathne - http://thilinag.blogspot.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: WSDL2Java

2008-05-19 Thread Thilina Gunarathne
TTMP\WS_CLIENTS\PA_SXC> > > -- > View this message in context: > http://www.nabble.com/WSDL2Java-tp17325168p17325168.html > Sent from the Axis - User mailing list archive at Nabble.com. > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Thilina Gunarathne - http://thilinag.blogspot.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problem in deploying .aar file

2008-05-19 Thread Thilina Gunarathne
atalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1363) > at > org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1209) > at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) at > java.lang.Class.forName0(Native Method) at > java

Re: Access denied message in Axis2

2008-05-19 Thread Thilina Gunarathne
ntext: > http://www.nabble.com/Access-denied-message-in-Axis2-tp17250115p17250115.html > Sent from the Axis - User mailing list archive at Nabble.com. > > > --------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-ma

Re: [Axis2] v1.4 - UnsupportedOperationException OMElementStreamWriter

2008-05-19 Thread Thilina Gunarathne
lizerUtil.serializeStartpart(OMSerializerUtil.java:197) > > at > org.apache.axiom.om.impl.llom.OMElementImpl.internalSerialize(OMElementImpl.java:913) > > at > org.apache.axiom.om.impl.llom.OMElementImpl.internalSerializeAndConsume(OMElementImpl.java:947) > > at > org.apache.axiom.om.impl.llom.OMNodeImpl.serializeAndConsume(OMNodeImpl.java:388) > > at > com.xyz.framework.webServices.CalculationEngineWebService$ResultsOMDataSource.serialize(CalculationEngineWebService.java:341) > > ... 40 more -- Thilina Gunarathne - http://thilinag.blogspot.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Axis2 webservice using MTOM/.NET client

2008-05-05 Thread Thilina Gunarathne
me); > DataHandler fileDataHandler = new DataHandler(dataSource); > return fileDataHandler; > > So nothing special. > > > Best Regards, > > Andreas > > > -Ursprüngliche Nachricht- > Von: Thilina Gunarathne [mailto:[EMAIL PROTECTED] > > Gesendet: F

Re: Axis2 - MTOM Sample error

2008-05-02 Thread Thilina Gunarathne
m able to build now. > > Thanks a lot for the support > > - Rajesh > > -- > *From:* Thilina Gunarathne [mailto:[EMAIL PROTECTED] > *Sent:* Thursday, May 01, 2008 11:52 PM > *To:* axis-user@ws.apache.org > *Subject:* Re: Axis2 - MTOM Sample error > > That

Re: Axis2 webservice using MTOM/.NET client

2008-05-02 Thread Thilina Gunarathne
eDataSource(saveFilename); > DataHandler fileDataHandler = new DataHandler(dataSource); > return fileDataHandler; > > So nothing special. > > Best Regards, > > Andreas > > > -----Ursprüngliche Nachricht- > Von: Thilina Gunarathne [mailto:[EMAIL PROTECTED] > Gesendet: Fre

Re: Axis2 webservice using MTOM/.NET client

2008-05-02 Thread Thilina Gunarathne
ent > > > Dear Thilina, > > Thank you very much for your response. I just tried the quick & dirty way > (my method name is retrieveDocument) and I got a SoapException on the .NET > client side: > > "Message Receiver not found for AxisOperation: retrieveDocument"

Re: Axis2 - MTOM Sample error

2008-05-01 Thread Thilina Gunarathne
d code > > [*java*] -ss : Generate server side code (i.e. skeletons).Default is off > > [*java*] -sd : Generate service descriptor (i.e. axis2.xml).Default is > off.Valid with -ss > > Requesting Help me with this issue. Am trying to use Axis2 for file > transfer using MTOM > Than

Re: Axis2 - MTOM Sample error

2008-05-01 Thread Thilina Gunarathne
I suggested the following as your stacktrace shows it's using XMLBeans for data binding.. On Thu, May 1, 2008 at 9:05 PM, Thilina Gunarathne <[EMAIL PROTECTED]> wrote: > Hi, > MTOM sample comes with XMIME.xsd and has a schema import to that from the > wsdl... Are you using th

Re: Axis2 - MTOM Sample error

2008-05-01 Thread Thilina Gunarathne
pient, including (but not limited to) Mizuho > Securities USA Inc. supervisory personnel. Such communications may be > produced to regulatory authorities or others with legal rights to the > information.* > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- Thilina Gunarathne - http://thilinag.blogspot.com

Re: Axis2 webservice using MTOM/.NET client

2008-04-30 Thread Thilina Gunarathne
ately I cannot find samples how get it implemented. Could someone > provide me some code for doing that? > > Thank you in advance. > > Best Regards, > > Andreas > -- Thilina Gunarathne - http://thilinag.blogspot.com

Re: Swa webservice behave different in tomcat web app and axis2 standalone server.

2008-04-18 Thread Thilina Gunarathne
ason axis2 1.3 does not contain a soapmonitor jar file. > Regards, > Jack > > On Wed, Apr 16, 2008 at 10:45 PM, Jinyuan Zhou <[EMAIL PROTECTED]> > wrote: > > > Thanks for you time, > > I will try to that again and post my result when i am done. > > Jack >

Re: Swa webservice behave different in tomcat web app and axis2 standalone server.

2008-04-16 Thread Thilina Gunarathne
ks, > Jack > > > On Wed, Apr 16, 2008 at 7:39 AM, Thilina Gunarathne <[EMAIL PROTECTED]> > wrote: > > Hi, > > Just a quick reply... > > The sample used in the following tutorial is based on Tomcat deployment.. > > Downloading a Binary File from a Web Serv

Re: Swa webservice behave different in tomcat web app and axis2 standalone server.

2008-04-16 Thread Thilina Gunarathne
the standalone server's > lib. I'll try to build uisng the jar in WEB_INF/lib. See it will work. I > wonder if DataHandler classes are different? It looks like all examples > and tutorials are based on stand alone server. > Regards, > Jack > > On Tue, Apr 15, 200

Re: Swa webservice behave different in tomcat web app and axis2 standalone server.

2008-04-15 Thread Thilina Gunarathne
andalone server not inside tomcat's webapp. > I have true in the service.xml > inside arr file. Inside tomcat server, I also have this line in the > ${CATLINA_HOME}/webapps/myapp/WEB-INF/conf/axis2.xml. > What I am missing? > Thanks for you time, > Jack > > -- Thilina Gunarathne - http://thilinag.blogspot.com

Re: service.xml and mtom

2008-04-13 Thread Thilina Gunarathne
> > > > > > ... > ... > > > > > > > > > > > > > ... > ... > > > > > > > > > > > > > Thank you. > Mikelantonio > > 2008/4/11, Thilina Gunarat

Re: service.xml and mtom

2008-04-11 Thread Thilina Gunarathne
ers as the > parameters or the return values" > > Can you give me an exampe of one RPCMessageReceiver done as you said. > > > Thank you. > >Mikelantonio > > 2008/4/11, Thilina Gunarathne <[EMAIL PROTECTED]>: > > Ca

Re: service.xml and mtom

2008-04-11 Thread Thilina Gunarathne
w.apache.org/axis2/1_3/mtom-guide.html#31 but I > don't understand what I shall to do > > > > 2008/4/11, Thilina Gunarathne <[EMAIL PROTECTED]>: > > Can you post the wsdl... It the service also authored by you.. > > > > thanks, > > Thilina > >

Re: service.xml and mtom

2008-04-11 Thread Thilina Gunarathne
quest attachmentRequest = new AttachmentRequest(); > AttachmentType attachmentType = new AttachmentType(); > > Base64Binary base64Binary = new Base64Binary(); > > > How can I do? > Thank you. > Mikelantonio > > 2008/4/11, Thilina Gunarathne <[EMAIL PROTECTED]>:

Re: service.xml and mtom

2008-04-11 Thread Thilina Gunarathne
gt; the ruins in the dark, what we build could be anything. [Choke - Chuck > Palahniuk] -- Thilina Gunarathne - http://thilinag.blogspot.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Axis2 1.3 - ENABLE_MTOM

2008-04-07 Thread Thilina Gunarathne
ot;application/xop+xml"; > start="0.urn:uuid:[EMAIL PROTECTED]"; > start-info="application/soap+xml"; action="urn:translateStringResponse" > > > > 20f1 > > --MIMEBoundaryurn_uuid_D2ADB7746CB22F21961207583018160 > > Content-Type: applicati

Re: MTOM with ADB binding over JMS

2008-04-02 Thread Thilina Gunarathne
rd with no attachment and no MIME boundaries. > > > > Thanks, > > Cathal > > > > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Thilina Gunarathne - http://thilinag.blogsp

Re: Using SWA with ADB in axis2

2008-04-02 Thread Thilina Gunarathne
id_1ADD9EC725995A3FD11206998815387--0 > > > > This is soap message when I download: > > > > --MIMEBoundaryurn_uuid_5042108D598DCCE8AE1206999131913 > > 7e8 > > > > Content-Type: application/octet-stream > > Content-Transfer-Encoding: binary > > Content-ID: > >

Re: Using MTOM to send a wave file ?

2008-04-01 Thread Thilina Gunarathne
p://www.nabble.com/Using-MTOM-to-send-a-wave-file---tp16420007p16420007.html > Sent from the Axis - User mailing list archive at Nabble.com. > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional comma

Re: MTOM attachments larger than 2.1GB (Integer.MAX_VALUE?)

2008-04-01 Thread Thilina Gunarathne
(I set fix version to 1.4, although I realize it might be too late. :-) > > ) > > > > Regards Roy Willy Haug > > > > > > > > > > > > > -Original Message- > > > From: Thilina Gunarathne [mailto:[EMAIL PROTECTED] > >

Re: MTOM attachments larger than 2.1GB (Integer.MAX_VALUE?)

2008-03-31 Thread Thilina Gunarathne
FileDataSource datasource = new FileDataSource(localFile); > > > > dh = new DataHandler(datasource); > > > > > > > > > > > > Parts of my Axis2.xml file: > > > > true > > > > false > > > > true > > > > C:/TEMP/da_server_tem

Re: Using SWA with ADB in axis2

2008-03-31 Thread Thilina Gunarathne
://www.ws-i.org/Profiles/AttachmentsProfile-1.0.html > > Anne > > > > On Fri, Mar 28, 2008 at 10:39 AM, Thilina Gunarathne <[EMAIL PROTECTED]> > wrote: > > Hi, > > You cannot generate WSDL with the knowledge of SwA in them.. AFAIK > > there isn

Re: Using SWA with ADB in axis2

2008-03-31 Thread Thilina Gunarathne
ng > ADB with SwA. > > But for the dowload using ADB with SwA, how do we modify the SOAP message to > attach the binary data ? > Do we have to modify in invokeBusinessLogic(...) function ? > > Thanks. > > > > Thilina Gunarathne wrote: > > > > Hi,

Re: Interop WCF Service/Axis2 Client and Stream

2008-03-30 Thread Thilina Gunarathne
wrote: > Hi, > > 2008/3/19, Thilina Gunarathne <[EMAIL PROTECTED]>: > > > Hi, > > Looks like a data binding issue.. If possible please post a message stack > > trace of the response. > > > I've captured the messages with Microsofts netmon: > &g

Re: Using SWA with ADB in axis2

2008-03-28 Thread Thilina Gunarathne
16335414p16335414.html > Sent from the Axis - User mailing list archive at Nabble.com. > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PR

Re: Interop problems with .Net and Axis 2 using MTOM

2008-03-20 Thread Thilina Gunarathne
ce; > > > import org.apache.axiom.om.OMAbstractFactory; > > > import org.apache.axiom.om.OMElement; > > > import org.apache.axiom.om.OMFactory; > > > import org.apache.axiom.om.OMNamespace; > > > import org.apache.axiom.om.OMText; > > > import org.apache.axis2.Constants; > > > > > > import com.amo.service.TestServiceStub; > > > import com.amo.service.TestServiceStub.WritetoFileSystem; > > > > > > public class ExihibitAClient { > > > > > > private static final String EPR = > > > "http://localhost/services/TestService/Test.asmx";; > > > > > > private static final String INPUT_FILE = "C:\\HOLD\\small.pdf"; > > > > > > public static void main(String[] args) throws Exception > > > > > > { > > > System.out.println("In the TestClient Main > Method"); > > > System.out.println("EPR: "+EPR); > > > System.out.println("Input File Name: > "+INPUT_FILE); > > > TestServiceStub stub = new > TestServiceStub(EPR); > > > > > > stub._getServiceClient().getOptions().setProperty( > Constants.Configuration.ENABLE_MTOM, > > > Constants.VALUE_TRUE); > > > > stub._getServiceClient().getOptions().setTimeOutInMilliSeconds(1); > > > > > > > > > javax.activation.DataHandler dataHandler = new > > > javax.activation.DataHandler(new FileDataSource(INPUT_FILE)); > > > > > > WritetoFileSystem write = new > WritetoFileSystem(); > > > write.setFilename("outputfile.pdf"); > > > write.setArray(dataHandler); > > > > > > stub.writetoFileSystem(write); > > > System.out.println("done calling service..."); > > > > > > } > > > > > > > > > > > > } > > > > ___ > > > > > > > -- > > View this message in context: > http://www.nabble.com/Interop-problems-with-.Net-and-Axis-2-using-MTOM-tp16097043p16145754.html > > > > > > Sent from the Axis - User mailing list archive at Nabble.com. > > > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > -- > Paul Fremantle > Co-Founder and VP of Technical Sales, WSO2 > Apache Synapse PMC Chair > OASIS WS-RX TC Co-chair > > blog: http://pzf.fremantle.org > [EMAIL PROTECTED] > > "Oxygenating the Web Service Platform", www.wso2.com > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Thilina Gunarathne - http://thilinag.blogspot.com

Re: Interop WCF Service/Axis2 Client and Stream

2008-03-18 Thread Thilina Gunarathne
at 5:14 AM, Andreas Necker <[EMAIL PROTECTED]> wrote: > Hi, > > 2008/3/14, Thilina Gunarathne <[EMAIL PROTECTED]>: > > Yes.. Please post the other WSDL and specially the schema part (may be > > it's a separate .xsd file).. > > > here are the the

Re: Interop problems with .Net and Axis 2 using MTOM

2008-03-18 Thread Thilina Gunarathne
System.out.println("done calling service..."); > >} > > > > } > > _______ > -- > View this message in context: > http://www.nabble.com/Interop-problems-with-.Net-and-Axis-2-using-MTOM-tp16097043p16097043.html > Sent from the Axis - User mailing list archive at Nabble.com. > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Thilina Gunarathne - http://thilinag.blogspot.com

Re: Interop WCF Service/Axis2 Client and Stream

2008-03-14 Thread Thilina Gunarathne
uot; > > > > > http://ntfe:8013/DmsBatch/FileTransfer/"; /> > > > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Thilina Gunarathne - http://thilinag.blogspot.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: MTOM

2008-03-14 Thread Thilina Gunarathne
from your system. The Central Bank of The Republic > of Turkey does not accept legal responsibility for the contents of this > message. > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For a

Re: images over SOAP

2008-03-11 Thread Thilina Gunarathne
her suggestions? > > > /Pär > > > Express yourself instantly with MSN Messenger! MSN Messenger -- Thilina Gunarathne - http://thilinag.blogspot.com - To unsubscribe, e-mail:

Re: How to get the MessageContext of my application?

2008-03-11 Thread Thilina Gunarathne
gt; The problem is that I get a NullPointerException because msgCtx is null... > How can I get the correct value of msgCtx for my application? > > Thanks in advance! > > -- > ~~~ > Para atras, solo para tomar impulso! > > http://chro

  1   2   3   4   5   6   7   >