Antw: [OT] a list of publicly available web services?

2003-02-07 Thread Markus Frommherz
a ws-search engine, I stepped over: http://www.salcentral.com/salnet/webserviceswsdl.asp a list http://www.webservicelist.com/ old but gold http://www.xmethods.com/ another list from systinet: http://www.systinet.com/uddi/web uddi from nice price company, look for "search"-link : http://uddi.

Antw: Axis with JBoss and SunOne App server

2003-02-05 Thread Markus Frommherz
Hi Praven, from jboss 3.0.X upwards, Axis is integrated in JBoss (through JMX) out of the Box. Sea subproject JBOSS.NET. Cheers, Markus >>> [EMAIL PROTECTED] 05.02.2003 15.27 Uhr >>> Does anyone know if Axis can be installed with JBoss or SunOne App server to deploy the soap services. I am c

Antw: RE: Data Transfer with XML between two DB's- a Realworld Case

2003-02-05 Thread Markus Frommherz
It seems unlikely, that webservices might better your situation. In Ora 8.x, xml is only a wrapper for your data , you must still validate/insert by code (ie. pl-sql or java). >From Ora 9.X upwards, I'm aware of a new functionality , that checks regulary the >filesystem (maybe ftp upload) for new

RE: Antw: Re: set and get methods from the browser

2003-02-04 Thread Markus Frommherz
instance). --Glen > -Original Message- > From: Markus Frommherz [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 04, 2003 12:21 PM > To: [EMAIL PROTECTED] > Subject: Antw: Re: set and get methods from the browser > > > GET-Requests are only allowed in S

Antw: Re: set and get methods from the browser

2003-02-04 Thread Markus Frommherz
GET-Requests are only allowed in SOAP 1.2 WD) http://www.w3.org/TR/soap12-part0/#L26854 Axis implements 1.1 >>> [EMAIL PROTECTED] 04.02.2003 17.58 Uhr >>> - Original Message - From: "Zafar T Minhas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 03, 2003 23:56 Subje

Antw: Axis and VB.NET compatibility.

2003-02-04 Thread Markus Frommherz
Hi, There are indeed experts (not me, Sir ), here, who might find out, what to do. A portion of wsdl/xsd , that defines your datatype, might help to track it down . So, I guess, datatype is anyType in wsdl and .Net generates Object? cheers, markus >>> [EMAIL PROTECTED] 04.02.2003 13.02 Uhr >>>

Antw: Attachment size

2003-02-04 Thread Markus Frommherz
Isn't it possible to combine zip or bz2 compression with your attachments? When your files are tiff, and not internally compressed, the size should inflate considerably. >>> [EMAIL PROTECTED] 04.02.2003 11.26 Uhr >>> Due to the problems with lost memory using base 64 encoded images in services y

RE: Antw: Asynchronous interface

2003-01-31 Thread Markus Frommherz
e supported directly by Axis, it would use a queueing mechanism and leave the issue of threading up to the ultimate producer/consumer themselves. > -Original Message- > From: Markus Frommherz [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 31, 2003 11:02 AM > To: [E

RE: Antw: Asynchronous interface

2003-01-31 Thread Markus Frommherz
too. For a description of what I man, see the WASP documentation on asynchronous API: http://www.systinet.com/doc/wasp_jserver/basics/webServiceInvocation.html#ba sics.webServiceInvocation.asynchronous > -Original Message- > From: Markus Frommherz [mailto:[EMAIL PROTECTED]] > Sen

Antw: Asynchronous interface

2003-01-31 Thread Markus Frommherz
You might consider to check the advanced JMS (Java Message Service) support in the 1.1 (cvs or nightly). Some folks reported to get it running. If you think of the onMessage-method, (experimentally) provided in the jwsdp from sun, this got not into a J2EE standard because of redundancy with JMS

Antw: Re: [Fwd: [Fwd: Need a work-around for missing xsd:listsupport]]

2003-01-30 Thread Markus Frommherz
I don't know about RPC-XML, but if that does not work for you, you might check the new castor support in the cvs-nightly. if that doesn't do it, (yet), you might consider a document-service+castor. Castor generates appropriate java from arbitrary complex schema and (un)marshalls xml->java and bac

RE: Antw: FW: Method 'request' does not match any of thevalidsignatures

2003-01-17 Thread Markus Frommherz
g a message-style service using the "public void method(SOAPEnvelope request, SOAPEnvelope response)" signature?? Cory -----Original Message- From: Markus Frommherz [mailto:[EMAIL PROTECTED]] Sent: Friday, January 17, 2003 3:12 PM To: [EMAIL PROTECTED] Subject: Antw: FW: Method

Antw: FW: Method 'request' does not match any of thevalidsignatures

2003-01-17 Thread Markus Frommherz
To clarify my statements, I beg your pardon for my broken english, Axis is (at time of writing) not able, to parse an arbitrary document and map it on your delivered class. That might change in the future. Workarounds: write special de/serializer, and use "wrapped" style. I personally do not rec

Antw: FW: Method 'request' does not match any of the validsignatures

2003-01-17 Thread Markus Frommherz
So here we go, and now you could map your Elements[] 1. by hand (no) or use JAXB (beta), better Castor( if you have a schema for your document, editors like stylus studio may be a help), to do the dirty work to map to java = "Your Code". >>> [EMAIL PROTECTED] 17.01.2003 21.42 Uhr >>> For what i

Antw: Document vs. Message

2003-01-17 Thread Markus Frommherz
I might actually do something alike. My ws receives a SOAP-request, containing a query (mapped later on an EIS-call). I use Castor generated code to map xml->java-objects. Messy, I had to code a java->java mapper,for filling already used java-objects. Started the thing on jwsdp, will port it on

Antw: SIGNOFF

2003-01-15 Thread Markus Frommherz
try http://xml.apache.org/axis/mail.html to sign off, or do you mean I should sign off? HTH mark >>> [EMAIL PROTECTED] 15.01.2003 19.36 Uhr >>> Adrian E. Noriega Apolinario Div. de Desarrollo de Sistemas

Antw: invoking sun jaxm refernece implementaion within axis

2003-01-15 Thread Markus Frommherz
Hi aixs-users, I tried to use jaxm (partially implemented ) in axis and gave up after a while. (in 1.1b, I remember a cast on axis-classes with the same name as a jaxm-interface while receiving). I m interested to do all with jaxm, but in axis. Is there light at the end of the tunnel, or other

Antw: RE: JBuilder debugging of server side?

2003-01-14 Thread Markus Frommherz
Which (JB8, I offically have to use it, arghh, but prefer vi).. ) is not too well integrated with ant (try importing (project from existing code) that allready has webapp-structure). IMHO:log4j is the recommended tool anyway. Cheers, markus frommherz >>> [EMAIL PROTECTED] 14.01.20

Antw: Asynchronous messaging, anyone?

2002-12-18 Thread Markus Frommherz
I saw experimental support using JMS in 1.1b source., As JAXM will not be part of J2EE 1.4, the topic might not be stable yet.. Look in the 1.1 nightly build or cvs somewhere under examples :-). HTH mfh >>> [EMAIL PROTECTED] 18.12.2002 07.08 Uhr >>> Hello Axis-users, I'm new to this list a

Antw: RE: Packaging Axis into an EAR file

2002-12-13 Thread Markus Frommherz
If you use jdk 1.4 their might be a problem with loading javax.* classes. May be you have to put them in a common dir of you server, or in the jre/lib/endorsed dir. Just a thought. >>> [EMAIL PROTECTED] 13.12.2002 10.43 Uhr >>> I use Axis as both a client and server. As a web service engine