RE: Can you recommend a non-java SOAP client toolkit?

2004-06-16 Thread Chester Chen
Title: RE: Can you recommend a non-java SOAP client toolkit? Nikki,     One of the important non-java soap client would be MS .net soap, you might want to try to test against .net. If you are looking for generic C/C++ soap client, you can use gSoap. http://www.cs.fsu.edu/~engelen/so

RE: Is there a chance of having a Forum of discussion ( something more flexible )

2003-02-13 Thread Chester Chen
The discussion similar to TheServerSide.com would be nice. (May be they can host it too). > -Original Message- > From: Apostolopoulos Paris [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 13, 2003 5:08 PM > To: [EMAIL PROTECTED] > Subject: RE: Is there a chance of having a Forum of d

RE: Apche SOAP 2.2 or AXIS ????

2002-04-29 Thread Chester Chen
Title: RE: Apche SOAP 2.2 or AXIS Hi, Chad,     I started with Apache SOAP 2.2 initailly and got basic simple web service samples working. Considered it's maturity, I was about to recommended my company to use it. Then I start to build MS client against. And I had a lot of troubl

RE: How to transfer Binary data/images

2002-04-10 Thread Chester Chen
service. They provide the > service both ways. > Personally, I think this is a good approach (let the client choose). > Stan > http://www.esynaps.com/WebServices/DailyDiblert.asmx > > - Original Message - > From: "Chester Chen" <[EMAIL PROTECTED]> >

How to transfer Binary data/images

2002-04-10 Thread Chester Chen
Hi, I need to download a image (.jpeg) files from server to client (VB). Should I use SOAP message to get the URL for the image, then use HTTP to download the image based on obtained URL, or Should I get the binary data directly through SOAP ? What's the best practice for such case ?

RE: How to undeploy an service ?

2002-04-03 Thread Chester Chen
Then execute java org.apache.axis.client.AdminClient undeploy.wsdd     That be all. Have fun,   /Chris   -Original Message-----From: Chester Chen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 3:37 PMTo: '[EMAIL PROTECTED]'Subject: How to undeploy an servic

How to undeploy an service ?

2002-04-03 Thread Chester Chen
Title: Custom Serialization Another silly question:   How do I undeploy an published/deployed service ?     Chester  

RE: Basic Question: geting WSDL from deployed service, can someon e he lp ?

2002-04-03 Thread Chester Chen
Title: Custom Serialization Just try to complete my broken sentences. -Original Message-From: Chester Chen [mailto:[EMAIL PROTECTED]]Sent: Wednesday, April 03, 2002 11:39 AMTo: '[EMAIL PROTECTED]'Subject: RE: Basic Question: geting WSDL from deployed service, ca

RE: Basic Question: geting WSDL from deployed service, can someon e he lp ?

2002-04-03 Thread Chester Chen
e seems to work fine.  Just for grins, try putting one of the .jws files directly into the axis directory and see if that will bring up the wsdl.  Without a stack trace, I'm grasping at straws.  J   Newman   -Original Message-----From: Chester Chen [mailto:[EMAIL PROTE

RE: Basic Question: geting WSDL from deployed service, can someon e he lp ?

2002-04-03 Thread Chester Chen
? Silly question but if you put http://:/axis/services/ in your browser minus the ?wsdl does it come up with the 'this is an axis service' message?   That, and does it print out a stack trace?  If so, could you post it?   Newman -Original Message-From: Chest

RE: Basic Question: geting WSDL from deployed service, can someon e he lp ?

2002-04-03 Thread Chester Chen
vices/myFIle.jws?wsdl     Chester Chen 

Basic Question: geting WSDL from deployed service, can someone help ?

2002-04-03 Thread Chester Chen
Title: Custom Serialization First, I like to share some comments with deployment descriptors   I finally got my service deployed through .wsdd file. The documentation is really unclear  and I have to read  the AdminClient.java's code to figure out what's required.  It turns out that I nee

RE: Any good books

2002-04-02 Thread Chester Chen
Another book is Professional XML web services from WROX. It covers SOAP basics as well as Apache SOAP 2.2, UDDI and other tools.  It has also shown SOAP implementations with Perl, Python, C++, .Net and Microsoft SOAP toolkit 2.0. It's good book as you can use Java to develop SOAP server sid

Custom Deployment Descriptor

2002-04-01 Thread Chester Chen
The deployment descriptor http://xml.apache.org/axis/wsdd/"; xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";> reference http://xml.apache.org/axis/wsdd/ but when I tried my .wsdd file the following stacktrace, please help. Chester - Processing file E:\Sunshine_S