RE: Stub generation of a .net Service

2002-10-31 Thread Jianliang Zhao
I guess Axis only handles SOAP binding, but the WSDL contains HTTP binding, too. You can save the WSDL into a file, remove the HTTP binding, and generate client from the file. -Original Message- From: suresh narsimhan [mailto:sureshnarsimhan@;rediffmail.com] Sent: Wednesday, October 30,

.net client proxy

2002-10-23 Thread Jianliang Zhao
Hi All, I was trying to generate .net client proxy classes(C#) with WSDL file of an Axis service and got the following error all the time. Does anyone encounter this before? Error: Unable to import binding 'MyServiceSoapBinding' from namespace 'http://mywebservice.com'. - Unable to import ope

RE: Char datatypes with SOAP

2002-10-04 Thread Jianliang Zhao
back. Note that .NET sends chars in a com.microsoft. something namespace: - - - where s1="http://microsoft.com/wsdl/types/"; - Original Message - From: "Jianliang Zhao" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 03, 200

RE: Char datatypes with SOAP

2002-10-03 Thread Jianliang Zhao
. - Original Message - From: "Jianliang Zhao" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, October 03, 2002 1:37 PM Subject: RE: Char datatypes with SOAP I got the same problem and didn't find anything in the documentati

auto types in TypeMappingImpl

2002-10-03 Thread Jianliang Zhao
Hi All, I was using the auto typing feature in RC1, and it was working fine. After I upgraded Axis to RC2, the WSDL generation works fine with automatic type mapping for java types without explicit type mapping, but at the serialization time, I got the error saying no serializer found for the

RE: Char datatypes with SOAP

2002-10-03 Thread Jianliang Zhao
I got the same problem and didn't find anything in the documentation to deal with it. Could someone give us a solution? -Original Message- From: Alphonsus [mailto:[EMAIL PROTECTED]] Sent: 2002?10?3? 12:21 To: SOAP List Subject: Char datatypes with SOAP Hi all, has anyone had tr

RE: 1.0RC bug? ---- Help

2002-09-26 Thread Jianliang Zhao
Did you enable the AdminServlet in web.xml? -Original Message- From: Jinghua Gu [mailto:[EMAIL PROTECTED]] Sent: 2002?9?26? 11:34 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: 1.0RC bug? Help Richard, Thanks for your reply. I tried axis1.0RC1 with

RE: 1.0RC bug? ---- Help

2002-09-25 Thread Jianliang Zhao
It's the same problem I saw many people reported. If the server-config.wsdd file is directly under WEB-INF, it's read-only. But if you don't have this file or the file is in the current user directory(where you issue the java command), it should be fine. -Original Message- From: Vikas

question regarding type extension

2002-09-25 Thread Jianliang Zhao
Title: Message I looked through the Axis source code, it seems the following case is not handled correctly: I have a class A which has a custom serializer and deserializer. The serializer generates a complext schema type with one element(no match between the element name and A's bean property

RE: Error Trying to Deploy

2002-09-18 Thread Jianliang Zhao
It seems you are using DOM level 1 APIs. Make sure you have the right XML parser used. org.apache.axis.deployment.wsdd.WSDDDocument.(WSDDDocument.java:103): if (ELEM_WSDD_UNDEPLOY.equals(docEl.getLocalName())) { -Original Message- From: Jason D. Lee [mailto:[EMAIL PROTECTED]] Sent: Wedn