RE: Change management of web service input/output models???

2002-03-11 Thread graham glass
hi shawn, GLUE works just like you describe, and ignores extra fields that it doesn't recognise (both when reading and writing according to the WSDL/XML schema). cheers, graham -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, March 11, 2002 3:49 PM

RE: SOAP client giving outofmemoryerror

2001-12-26 Thread graham glass
hi there, SOAP w/ attachments allows you to easily send as much data as you want between soap endpoints without loading it into memory. it looks just like regular RPC, and attachments can be mingled with regular arguments like this: endpoint.invoke( 5, hi, new MIMEData( url-of-source ) ); many

Re: asynchronous calls and more

2001-12-18 Thread Graham Glass
hi tom, GLUE 2.0 includes the functionality that you're looking for, and allows you to leverage JMS for both sync and async reliable, guaranteed delivery. hope this helps, cheers, graham http://www.themindelectric.com - Original Message - From: Tom Caljon [EMAIL PROTECTED] To:

RE: XML scema in apache soap

2001-11-25 Thread graham glass
SOAP attachments is a good way to go for transfering bulk data, as many SOAP implementations ensure that the data itself is never loaded into memory during the transfer. GLUE, our own web services platform, has comprehensive support for SOAP attachments. it is free at

RE: XML scema in apache soap

2001-11-25 Thread graham glass
Santosh Kumar [mailto:[EMAIL PROTECTED]] Sent: Monday, November 26, 2001 1:38 AM To: [EMAIL PROTECTED] Subject: Re: XML scema in apache soap Is the attachment also xml ? - Original Message - From: graham glass [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, November 26, 2001 12:27 PM

RE: SOAP over RMI, Pointless?

2001-09-29 Thread graham glass
try GLUE: http://www.themindelectric.com cheers, graham -Original Message- From: soap beginner [mailto:[EMAIL PROTECTED]] Sent: Saturday, September 29, 2001 4:45 AM To: [EMAIL PROTECTED] Subject: Re: SOAP over RMI, Pointless? No we hava a VB Client, but s strict requirment to

RE: Delphi client for webservice over Apache SOAP

2001-09-01 Thread graham glass
hi there, is there an error in the WSDL generated by GLUE? we're not aware of any problems with WSDL generation by GLUE, and are eager to fix problems anyone encounters. perhaps you could post the WSDL together with a description of the problem? cheers graham -Original Message- From:

RE: How to Wrap a Collection with IBM WSTK?

2001-08-22 Thread graham glass
Implementations I guess we could get problems with the dynamic generation. What do you think about the approach to do Web Service interface design top-down, meaning from the WSDL down to the code? Kind regards, Christoph C. Cemper - Original Message - From: graham glass [EMAIL PROTECTED

RE: SOAP usage in the real world

2001-08-22 Thread graham glass
Title: RE: SOAP usage in the real world GLUE also supports automatic generation of client-side bindings for .NET services, with support for complex types, literal encoding, and RPC encoding. cheers, graham -Original Message-From: Radovan Janecek [mailto:[EMAIL

RE: Converting Java objects to XML using SOAP utilities

2001-08-09 Thread graham glass
for most commercial uses. -Original Message- From: HepJedi (aka Aaron) [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 09, 2001 3:50 PM To: [EMAIL PROTECTED] Subject: Re: Converting Java objects to XML using SOAP utilities Is GLUE free? - Original Message - From: graham

RE: RPC vs XML Messaging when using Maps

2001-07-31 Thread graham glass
hi there, GLUE, our web services platform that is free for most commercial uses, includes a new dynamic java/xml mapping system that will soon be available as a free standalone package. the java/xml mapping system can serialize/deserialize *any* java object to xml without requiring any

RE: XML namespace question

2001-07-22 Thread graham glass
hi rob, no, in your example, child is not in a namespace. only default namespaces are inherited, which are defined using the syntax xmlns=MyNamespace. for example: parent xmlns='MyNamespace' child data /child /parent in this case, both parent and child are in the namespace 'MyNamespace'.

RE: Faults and HTTP

2001-07-21 Thread graham glass
the spec says it has to return an HTTP error code of 500 (internal server error). see section 6.2. cheers, graham -Original Message- From: Robert Englander [mailto:[EMAIL PROTECTED]] Sent: Saturday, July 21, 2001 4:16 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Faults and HTTP

RE: WSDL generators

2001-07-12 Thread graham glass
GLUE beta 3.1, due out at the end of this week, will include new, improved versions of java2wsdl and wsdl2java. the new versions automatically create java interfaces to web services as well as data structure mappings. GLUE 3.1 performs dynamic runtime mapping between java structures and XML

RE: Tools to generate WSDL from Java interfaces/classes

2001-07-11 Thread graham glass
actually, it's www.themindelectric.com ;-) also, beta 3.1 of GLUE, due out at the end of this week, contains a new technology for doing dynamic java-xml mapping which will be positioned as a free and much simpler alternative to JAXB. cheers, graham -Original Message-From:

RE: what is it

2001-07-09 Thread graham glass
web services technology allows you to create software building blocks that are language, platform and location independent. it is supported vigorously by all the major software vendors. cheers, graham -Original Message- From: ranjith [mailto:ranjith]On Behalf Of Ranjith Chinni Sent:

RE: Performance?

2001-07-04 Thread graham glass
it would be great if you could include GLUE in your performance benchmarks. you can download a copy from http://www.themindelectric.com cheers, graham -Original Message- From: Catalin Tomescu [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 04, 2001 12:55 PM To: [EMAIL PROTECTED]

RE: CapeConnect

2001-06-25 Thread graham glass
FYI GLUE beta 3.1, due out very soon, will include both client-side and server-side authentication and SSL, making it trivial to create authorized web services, with support for realms, roles and principals. it can also publish session beans as web services with a single line of code, including

RE: CapeConnect

2001-06-25 Thread graham glass
will it implement SSL Server Certs? Surely that is the responsilblity of the web server itself? Thanks, Adam -Original Message- From: graham glass [mailto:[EMAIL PROTECTED]] Sent: Monday, June 25, 2001 11:51 AM To: [EMAIL PROTECTED] Subject: RE: CapeConnect FYI GLUE beta 3.1, due out very soon

RE: web services performance

2001-06-20 Thread graham glass
hi sachin, please note that some web services platforms are faster than others. just because RMI is 6x faster than one particular implementation does not imply that RMI is 6x faster than web services. our own platform, GLUE, is optimized for web services and gets about 800 round trip messages

RE: web services performance

2001-06-20 Thread graham glass
(or similar) from GLUE-.NET, say? --Glen - Original Message - From: graham glass [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 20, 2001 10:29 PM Subject: RE: web services performance hi sachin, please note that some web services platforms are faster than others

RE: web services performance

2001-06-20 Thread graham glass
hi sanjiva, any idea when Axis will be available? i'm writing a book on web services for prentice hall and already have chapters on J2EE/SOAP and .NET/SOAP. it would be great to include a chapter on AXIS/SOAP! cheers, graham -Original Message- From: Sanjiva Weerawarana [mailto:[EMAIL