SOAP that can "call-back"

2001-06-15 Thread Nacha
Hi I'm thinking of making SOAP that can use call-back feature like in CORBA.This will make server can call procedure on client in the way that client do with server.So I want to know that does anyone out there ever done something similar to this before and I need some suggestion or idea about

SOAP on bluestone

2001-06-15 Thread GU,GLORIA (HP-Roseville,ex1)
Has anybody deployed SOAP services on bluestone? Best Regards, Gloria

Re: Exception while deploying service

2001-06-15 Thread Scott Nichol
My recollection from some messages on this list is that if an attribute has no namespace, Xerces 1.3.1 returns null for the namespace, not an empty string. Scott Nichol - Original Message - From: "Khamesra, SandeepX" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 15, 200

RE: Exception while deploying service

2001-06-15 Thread Khamesra, SandeepX
Thanx a lot.. It worked with Xerces 1.2.3.. Little surprised Higher version should be more stable than lower version.. Why it should not work with that -Original Message- From: Scott Nichol [mailto:[EMAIL PROTECTED]] Sent: Friday, June 15, 2001 11:29 AM To: [EMAIL PROTECTED] Subject: Re

Re: Exception while deploying service

2001-06-15 Thread Scott Nichol
I believe you are OK as long as you do not use 1.3.1. Scott Nichol - Original Message - From: "Khamesra, SandeepX" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 15, 2001 11:55 Subject: RE: Exception while deploying service > What version of Xerces is recommended for S

User defined object as a request, literal XML as a response.Poss ible?!

2001-06-15 Thread Hecking, Dirck J
Guys, Dirck here again. I have read several mails regarding this issue. I have not seen one that illustrates my exact problem. The key here is that I want to recieve literal xml in my response but want to supply a user defined object as the requesting parameter. This code actually executes the se

RE: performance issues in Web Services

2001-06-15 Thread Anne Thomas Manes
Sreenivasa, I'll let others respond to the performance questions, but I'm happy to tell you about UDDI. UDDI is a static registry of businesses and services, not an object request broker. You use UDDI to find a business that offers the kind of service you want, and then to find information on ho

Re: ServiceDesigner 0.1.0 released

2001-06-15 Thread v . javier . colmenares
where is the tool? This message is for the designated recipient only and may contain privileged or confidential information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited.

Re: SPAM messages being received through this list.

2001-06-15 Thread James M Snell
+1 on closing the the list to nonsubscribers - James Snell Software Engineer, Emerging Technologies, IBM James M Snell/Fresno/IBM - [EMAIL PROTECTED] "God placed me on the earth to do a certain number of things. Right now, I am so far behind, I will never die." - Anon. Please resp

RE: Exception while deploying service

2001-06-15 Thread Khamesra, SandeepX
What version of Xerces is recommended for SOAP. IS 1.4 ok ?or lower versoin like 1.2 -Original Message- From: Scott Nichol [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 14, 2001 7:15 PM To: [EMAIL PROTECTED] Subject: Re: Exception while deploying service Let me guess: you are using Xe

ServiceDesigner 0.1.0 released

2001-06-15 Thread Ola Hamfors
Hello I have written a prototype/demo called ServiceDesigner The ServiceDesigner is a tool used to dynamically build a user-interface to WSDL described services. You simply add a URL to a service description (or several) and you can start to use that service. You can even make simple connect

SOAP Method without returnValue - possible?

2001-06-15 Thread Ralf Bierig
Hi, is it possible to use a SOAP Service Method (over HTTP), which does not offer a result, for example: void myService(int value1, double value2); I ask, because HTTP always return a HTTPResponse... So can I implement such a SOAP method and can Apache SOAP handle this? Greetings Ralf B

Re: SPAM messages being received through this list.

2001-06-15 Thread rajendra shah
Just leave the list as it iswe could revisit this issue though, if the spam becomes more severe than it is. Raj >From: "Sam Ruby" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Re: SPAM messages being received through this list. >Date: Thu, 14 Jun 2001 21

Re: Examples on SOAP

2001-06-15 Thread Kumar Raj
Hi ! You can find the examples under "samples" directory of the Apache SOAPv2.2. User guide under "docs" directory will give you more introduction. Regards Kumar Raj   Devarshi Pandey wrote: HiWell I am new to this SOAP world so need somehelp to get started.I have installed the Apaches SOAPV2.2

Examples on SOAP

2001-06-15 Thread Devarshi Pandey
Hi Well I am new to this SOAP world so need somehelp to get started.I have installed the Apaches SOAPV2.2 on solaris machine.We are using Apache's webserver.I also have XML4j parser. Can I have some running example and its code so that I can understand its flow and even run it on my machine.