ANN: BPEL4WS engine and editor released via alphaWorks

2002-08-09 Thread Sanjiva Weerawarana
As a follow-up to the BPEL4WS specification that was released today by IBM, Microsoft and BEA, we have also developed an implementation of BPEL4WS called BPWS4J; it is available immediately at: http://www.alphaWorks.ibm.com/tech/bpws4j BPWS4J consists of two parts: an engine and an editor.

ANN: BPEL4WS, WS-Transaction and WS-Coordination specifications published

2002-08-09 Thread Sanjiva Weerawarana
IBM, Microsoft and BEA just published 3 new Web services related specs: BPEL4WS: Business Process Execution Language for Web Services (represents the merging of WSFL and XLANG) http://www-106.ibm.com/developerworks/webservices/library/ws-bpel/ WS-Coordination: Describes an extensible fra

RE: Will call-back works on SOAP by managing HTTP session?

2002-08-09 Thread Sinha, Madhukar [IT]
i dont remember of hand, but u can search for it on sites liek "GOOGLE" java.sun.com,ibm developer works. look for HTTP Session management, One book that i have ..is J2EE programming by WROX.(it has concepts of http session and various ways to accomplish. but am not sure about callbacks over H

RE: Will call-back works on SOAP by managing HTTP session?

2002-08-09 Thread Hongda Lin
Hi, >HTTP session can be managed in java , U have to just pass the session< >id/cookie back and forth in request/response headers. I think by sending< >receiving info in headers we can simulate it.< Is there any book

RE: Will call-back works on SOAP by managing HTTP session?

2002-08-09 Thread Sinha, Madhukar [IT]
Hi, HTTP session can be managed in java , U have to just pass the session id/cookie back and forth in request/response headers. I think by sendign receiving info in headers we can simulate it. BTW , do u know how to access the common request header info on webservice side once call comes in? I

Will call-back works on SOAP by managing HTTP session?

2002-08-09 Thread Hongda Lin
Hi, Does anyone know if call-back works on SOAP by managing HTTP session? I know that HTTP is a connectionless protocol. Is HTTP session manageable in Java? Thank you, Hongda -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: java.lang.NoClassDefFoundError: javax/mail/MessagingException

2002-08-09 Thread Scott Nichol
You must follow the Apache SOAP installation instructions to make all required classes available on the server and client. Scott Nichol - Original Message - From: "Ravi Mahendrakar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 08, 2002 11:41 PM Subject: java.lang.No

Accessing HTTP Header information on webservice side

2002-08-09 Thread Sinha, Madhukar [IT]
Hi all I am using Apache soap 2.2 and SoapLite both, on server side. I was interested to know , about how to access HTTP header info on server side i.e REMOTE_USER , Cookies, etc etc.. My Webservice needs to access this info. Whats the best way to do this. Please help Thanks -- To

Re: need your help for trying to understand the error while invoking awebservice method from a client

2002-08-09 Thread Scott Nichol
>From the service WSDL, you should do call.setTargetObjectURI("http://www.webserviceX.NET/";); This will lead to another error, however, since the service uses document/literal encoding. Apache SOAP only supports rpc/encoded directly. You can write a client to talk to the service with Apach

need your help for trying to understand the error while invoking a webservice method from a client

2002-08-09 Thread Gaytri Thange
Hi! I am writing an Apache SOAP client to acces a webservice. I was able to execute a sample client provided for a CurrencyExchange webservice available on www.xmethods.com . But have some problems coding & executing a client for the CurrencyConvertor available on the sa

Object reference not set to an instance of an object

2002-08-09 Thread Gaytri Thange
Hi! When trying to invoke a method on a webservice, following is the error i get. faultString=Server was unable to process request. --> Object reference not set to an instance of an object. Can you help me about what can be the reason for such an error. Thanks, > Gaytri Thange | Software Engi