type mismatch

2006-09-20 Thread MUHAMMAD IQBAL
in advance. Muhammad Iqbal - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[Axis2] Very Urgent -- JAVA2WSDL Eclipse plugin- How to generate SOAP1.1 WSDL

2006-09-07 Thread MUHAMMAD IQBAL
. Regards, Muhammad Iqbal Software Engineer Etilize Inc. cell :0092-300-9377801 From: Charak, Vikas [EMAIL PROTECTED] Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache.org Subject: [Axis2] JAVA2WSDL Eclipse plugin- How to generate SOAP1.1 WSDL Date: Tue, 5 Sep 2006 16:31:42 -0400 Hi, I am

RE: [Axis2] JAVA2WSDL Eclipse plugin- How to generate SOAP1.1 WSDL

2006-09-05 Thread MUHAMMAD IQBAL
Same Problem here, I am using Axis1 WSDL generator tool instead. Regards, Muhammad Iqbal Software Engineer Etilize Inc. cell :0092-300-9377801 From: Charak, Vikas [EMAIL PROTECTED] Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache.org Subject: [Axis2] JAVA2WSDL Eclipse plugin

in/out parameters

2006-08-30 Thread MUHAMMAD IQBAL
and php environment. can any one help me in this? Regards, Muhammad Iqbal - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

web methods should return string not OM

2006-08-29 Thread MUHAMMAD IQBAL
services in axis2? Thanks and Regards, Muhammad Iqbal - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Migrate from Axis1 to Axis2

2006-08-23 Thread MUHAMMAD IQBAL
Hi, Can any one help me in migrating from Axis1 to Axis2. I already have an application developed using Axis1, i want this application to be migrated to Axis2. Any idea? Thanks in advance. Muhammad Iqbal

how to increase performance of doc/lit

2006-04-19 Thread MUHAMMAD IQBAL
Hi everyone, I have developed a doc/lit web service using Axis1.2.1. its working fine but its really very slow when it serializes the xml contents. Its returning xml string to the client. is there any way to imporve the performance of my web service? thansk in advance Regards, Muhammad

Very Urgent Please help

2006-04-18 Thread MUHAMMAD IQBAL
/agio/soapclient.asp * Time: Tuesday, April 19, 2005, 3:47:30 AM -- Can any one help me in this? Thanks in advance Muhammad Iqbal Software Engineer Etilize Inc. cell :0092-300-9377801

Re: How to change PORT for WSDL

2005-12-15 Thread MUHAMMAD IQBAL
-config.wsdd file, it generates correct host name but wrong port 8080, while my default port is 80. can you tell me the solution for this Regards, Muhammad Iqbal cell :0092-300-9377801 From: jayachandra [EMAIL PROTECTED] Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache.org Subject

Re: problem in developing .NET proxy for Axis web services

2005-11-28 Thread MUHAMMAD IQBAL
this issue? Regards, Muhammad Iqbal cell :0092-300-9377801 From: Anne Thomas Manes [EMAIL PROTECTED] Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache.org Subject: Re: problem in developing .NET proxy for Axis web services Date: Sat, 26 Nov 2005 13:18:03 -0500 Do you have this type defined

problem in developing .NET proxy for Axis web services

2005-11-25 Thread MUHAMMAD IQBAL
'. Unable to import operation 'myMethod'. The datatype 'http://xml.apache.org/xml-soap:Element' is missing. can any one help me to fix this issue?Thanks in advance.Regards,Muhammad Iqbal From:"Hansen, Geir" [EMAIL PROTECTED]Reply-To:axis-user@ws.apache.orgTo:axis-user@ws.apache.org

problem in developing .NET proxy for Axis web services

2005-11-22 Thread MUHAMMAD IQBAL
proxy. can any one help me to fix this issue? Thanks in advance. Regards, Muhammad Iqbal

[axis2] How to control response Serialization

2005-09-30 Thread MUHAMMAD IQBAL
my web service returns a veryhuge result, that going to send to the client. when it retuns result it goes out of memeory and slow performance. I my service should directly seririalize result to the output streamas injava servlet e.g.; out.writel(myOMElement); With Warm Regards, Muhammad

Re: [axis2] How to control response Serialization

2005-09-30 Thread MUHAMMAD IQBAL
ng to send to the client. when it retuns result it goes out of memeory and slow performance. I my service should directly seririalize result to the output stream as in java servlet e.g.; out.writel(myOMElement); With Warm Regards, Muhammad Iqbal MCIT, DCS, SCJP, MCP (.NET) Etilize Inc. C

Re: [axis2] How to control response Serialization

2005-09-30 Thread MUHAMMAD IQBAL
With Warm Regards, Muhammad Iqbal Cell#: 0092-300-9377801 [EMAIL PROTECTED] From: "Ron Reynolds" Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache.org Subject: Re: [axis2] How to control response Serialization Date: Fri, 30 Sep 2005 14:52:31 -0700 (PDT) you might consider sen

Custom Serialize/Deserializer

2005-09-21 Thread MUHAMMAD IQBAL
Hi All, I would be glade if any one give the exaple code for custom serializer/deserializer. Thanks and Regards, Muhammad Iqbal

Services Instance Pooling

2005-09-14 Thread MUHAMMAD IQBAL
Hi All, Is there any way to make Service Instance Pooling in Axis, can any one tell me the way ? Thanks and Regards, Muhammad Iqbal

I need code example of Session management

2005-09-12 Thread MUHAMMAD IQBAL
Hi All, Would any one provide me the complete sample codes for Axis Session Management. Thanks and Regards, Muhammad Iqbal

I need code example of Session management

2005-09-12 Thread MUHAMMAD IQBAL
Dear All, Would any one provide me the complete code example of Axis Session menangement. Thanks and Regards, Muhammad Iqbal I think this has to be handled outside of AXIS. I think you should restrict the client from accessing all the records in one shot. Typically there should be some kind

goes out of memory again

2005-09-06 Thread MUHAMMAD IQBAL
Hi All , Thanks a lot Jim T. I am using AXIS Web Services that is involved in quering data from a huge database, serilized that data in XML format using XMBeans and then parse in DOM Element and sent this xml response to the client. XML data parsing and every thing is going well but when my

it goes out of memory

2005-09-05 Thread MUHAMMAD IQBAL
Hi All, I am using AXIS web services, i have a huge database that consists of around 100,000 row, i am using manual serialization using my own XSD. but when the response rows exceed 5000/= it goes out of memory. it is because first i am writting resonse into a DOM Element and then sending the

custom serializer/deserializer code

2005-08-10 Thread MUHAMMAD IQBAL
Hi, I have a Java class that is final and the construtor is private i want to write my own serializer/deserializer. Can any one send/guide me the custom serializer/deserializer code. Regards, Muhammad Iqbal

custom serializer/deserializer code

2005-08-10 Thread MUHAMMAD IQBAL
Hi, I have a Java class that is final and the construtor is private i want to write my own serializer/deserializer. Can any one send/guide me the custom serializer/deserializer code. Regards, Muhammad Iqbal

custom serializer/deserializer code

2005-08-10 Thread MUHAMMAD IQBAL
Hi, I have a Java class that is final and the construtor is private i want to write my own serializer/deserializer. Can any one send/guide me the custom serializer/deserializer code. Regards, Muhammad Iqbal

custom serializer/deserializer code

2005-08-10 Thread MUHAMMAD IQBAL
Hi, I have a Java class that is final and the construtor is private i want to write my own serializer/deserializer. Can any one send/guide me the custom serializer/deserializer code. Regards, Muhammad Iqbal

custom serializer/deserializer code

2005-08-10 Thread MUHAMMAD IQBAL
Hi, I have a Java class that is final and the construtor is private i want to write my own serializer/deserializer. Can any one send/guide me the custom serializer/deserializer code. Regards, Muhammad Iqbal

custom serializer/deserializer code

2005-08-10 Thread MUHAMMAD IQBAL
Hi, I have a Java class that is final and the construtor is private i want to write my own serializer/deserializer. Can any one send/guide me the custom serializer/deserializer code. Regards, Muhammad Iqbal