Re: How to configure SOAPContext parameter

2002-11-22 Thread jingkun . hu
hanks, Jingkun Scott Nichol <[EMAIL PROTECTED]> 2002-11-21 04:49 PM Please respond to soap-user                 To:        [EMAIL PROTECTED]         cc:        (bcc: Jingkun Hu/BRQ/RESEARCH/PHILIPS)         Subject:        Re: How to configure SOAPContext parameter         Classification

How to configure SOAPContext parameter

2002-11-21 Thread jingkun . hu
System configuration: Win2000, Tomcat 4.1.12, Apache Soap 2.3.1, and Jdk 1.4. I have a service method like, Object func1(SOAPContext soapContext, String str1, String str2) My question is how to configure soapContext parameter, let's say if I also want to add an attachment to the invoking call?

SOAP attachment interoperability between MS.NET and Apache SOAP/Axis

2002-11-20 Thread jingkun . hu
Does anyone have a successful story of consuming an Apache Web services with attachments using MS.NET (e .g, C#.NET), or vice versa? If so, I would greatly appreciate your help if you can post your sample code? Jingkun -- To unsubscribe, e-mail: For additional comm

Re: passing parameters to .NET

2002-11-12 Thread jingkun . hu
lease respond to soap-user                 To:        [EMAIL PROTECTED]         cc:        (bcc: Jingkun Hu/BRQ/RESEARCH/PHILIPS)         Subject:        Re: passing parameters to .NET         Classification:         You need to capture the messages being sent.  The easiest way is probably to

Re: Java2WSDL

2002-11-11 Thread jingkun . hu
Emma, I also got a same problem in experimenting samples.userguide.example6. C:\Web Services\xml-axis-10>java org.apache.axis.wsdl.Java2WSDL -o mywsdl.wsdl - l "http://localhost:8080/axis/services/WidgetPrice"; -n urn:example6 -P "samples. userguide.example6" urn:example6 The error message is:

Re: solution to deserializing an org.w3c.dom.Element in a SOAP client

2002-10-25 Thread jingkun . hu
It is working even with 2.0 version. Scott Nichol <[EMAIL PROTECTED]> 2002-10-25 04:49 PM Please respond to soap-user                 To:        [EMAIL PROTECTED]         cc:        (bcc: Jingkun Hu/BRQ/RESEARCH/PHILIPS)         Subject:        Re: solution to deserializ

Re: SOAP Client code using VB/VC

2002-10-25 Thread jingkun . hu
Thanks, Scott. It is working with nightly built version.

Re: SOAP Client code using VB/VC

2002-10-24 Thread jingkun . hu
] 2002-10-24 04:34(bcc: Jingkun Hu/BRQ/RESEARCH/PHILIPS) PM Subject: Re: SOAP Client code using VB/VC

Re: SOAP Client code using VB/VC

2002-10-24 Thread jingkun . hu
TECTED]         cc:        [EMAIL PROTECTED] [EMAIL PROTECTED] (bcc: Jingkun Hu/BRQ/RESEARCH/PHILIPS)         Subject:        Re: SOAP Client code using VB/VC         Classification:         I am not sure what you mean by "your Java SOAP client".  What code is this based on? In any case

Re: Web Service TcpTunnelGui

2002-10-24 Thread jingkun . hu
If I use Java SOAP client other than Browser, what listen port I should use? Thanks in advance, Jingkun

Re: SOAP Client code using VB/VC

2002-10-24 Thread jingkun . hu
I am trying to build a simple SOAP Java client consuming a VB.NET Web service. The Web service performs three simple operations. It is working fine. Public Function Hello(ByVal name As String) As String Hello = "Hello, " + name End Function Public Function HelloWorld() As St

Re: SOAP Client code using VB/VC

2002-10-24 Thread jingkun . hu
("  Fault Code   = " + fault.getFaultCode());       System.out.println ("  Fault String = " + fault.getFaultString());     }   } } It looks like something wrong with the encoding setting. Please check what's wrong with it. Note: the Web service side is implemented in C#.

Add Web Reference Error

2002-10-22 Thread jingkun . hu
I can deploy the built-in service (AdminService and Version from Axis 1.0), but I cannot deploy the other sample services like echo or ElementService from .NET environement. Basically it complained the WSDL files. Can somebody help me? Thanks in advance, Jingkun -- To unsubscribe, e-mail:

Re: Apache SOAP and Tomcat 4.1.12

2002-10-18 Thread jingkun . hu
Yes. It does. You don't need to do any custom configurations but just dropping soap.war to the webapps directory and samples directory to common/classes to get the samples working. Jingkun

Re: Need help in soap 2.3.1 samples

2002-10-15 Thread jingkun . hu
Thanks a lot,  Scott. It is working now.

Re: Need help in soap 2.3.1 samples

2002-10-15 Thread jingkun . hu
> 2002-10-15 02:33 PM Please respond to soap-user                 To:        [EMAIL PROTECTED]         cc:        (bcc: Jingkun Hu/BRQ/RESEARCH/PHILIPS)         Subject:        Re: Need help in soap 2.3.1 samples         Classification:         The classes in a webapp are not accessibl

Re: Need help in soap 2.3.1 samples

2002-10-15 Thread jingkun . hu
This is addressbook.war I created using deploytool from JWSDP. Jingkun Scott Nichol <[EMAIL PROTECTED]> 2002-10-15 02:21 PM Please respond to soap-user                 To:        [EMAIL PROTECTED]         cc:        (bcc: Jingkun Hu/BRQ/RESEARCH/PHILIPS)         Subject:    

Re: Need help in soap 2.3.1 samples

2002-10-15 Thread jingkun . hu
Scott, I forgot to mention that I didn't installed Tomcat separately but together with Sun's JWSDP. I created addressbook.war and dropped it to the webapp directory. Also, I can see addressbook is running in Tomcat's Web Service Manager: /Addressbook:running:0:C:\jwsdp-1_0_01\webapps\Addressbook

Re: Need help in soap 2.3.1 samples

2002-10-15 Thread jingkun . hu
    To:        [EMAIL PROTECTED]         cc:        (bcc: Jingkun Hu/BRQ/RESEARCH/PHILIPS)         Subject:        Re: Need help in soap 2.3.1 samples         Classification:         I believe that this except tells you what to do >>>> The Apache SOAP distribution includes a web archive at

Re: Need help in soap 2.3.1 samples

2002-10-15 Thread jingkun . hu
copy the class files or other procedure? So my question is puting what files to the webapp directory. Thanks, Jingkun Scott Nichol <[EMAIL PROTECTED]> 2002-10-15 11:08 AM Please respond to soap-user                 To:        [EMAIL PROTECTED]         cc:        (bcc: Jingkun Hu/B

Need help in soap 2.3.1 samples

2002-10-14 Thread jingkun . hu
I have Tomcat 4.01 installed and running. Also I installed soap 2.3.1 and deployed AddressFetcher sample through Tomcat. I got the following error when I run GetAllListings app: C:\soap-2_3_1>java samples.addressbook.GetAllListings http://130.140.65.79:8080/ soap/servlet/rpcrouter Generated faul