Suri Babs

Ranch Hand
+ Follow
since Mar 27, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Suri Babs

Hi

I am writing a program for receiving mails from certain email host. Which protocol to be used SMTP or POP3?

Thanks in Advance
13 years ago
Hi,

We have setup like below

IIS (SSL is on IIS) -- Websphere (webservice is deployed on Websphere)

All the requests are through IIS.

When request is made to Webservice, this request also goes through IIS. So is it ok to import Client certificate in the keystore at IIS level instead Websphere level?


Thanks
14 years ago
Does Apache Axis 1.4 supports document/literal style webservice?

Thanks
14 years ago
Thanks for your reply

What class loader issues can happen?

I am planing to use Apache Axis 1.3 with IBM WAS 5.1.x

If not Apache axis on WAS, which other SOAP engine i can use?

Thanks
14 years ago
Hi All,

Apache Axis 1.4 WSDL2Java is not generating code for maxLength

<xsd:restriction base="xsd:string">
<xsd:whiteSpace value="preserve"/>
<xsd:maxLength value="10"/>

Is there any alternative on how to handle this or Is there any way to make Axis generate this code?

Help is required on this.

Thanks
Suresh
14 years ago
Hi All

Why >> symbols appear in type mapping qname in deploy.wsdd, when we generate code using WSDL2Java Apache Axis 1.4

<typeMapping
xmlns:ns="http://webservices.xxx.com"

qname="ns:>>>First>Second>Third"

type="java:java.lang.String"
serializer="org.apache.axis.encoding.ser.SimpleSerializerFactory"
deserializer="org.apache.axis.encoding.ser.SimpleDeserializerFactory"
encodingStyle=""
/>

The concern for me, if webservice client has to call our webservice, they have use >>> symbols in their client program, which i don't want to.

Thanks
14 years ago
Hi All

What are features for Apache Axis 1.3 and Apache Axis 1.4. I checked apachenews.org, but i couldn't find there.

Please give me the websites where i can get the features for above two and differences of features between these two.

Thanks
14 years ago
Hi All,

Does Apache Axis 1.3 supports SOAP 1.1 specification?

Thanks
14 years ago
Hi All,

How to configure HTTPS for Webservice in IBM Websphere 5.1.x Application server.

Thanks


14 years ago
Hi All,

I am using Apache Axis 1.3 with WSAD 5.1.2. Everything works well with Local Test Environment.

But if i deploy the same EAR to Websphere Applicatin server 5.1.1.15 i got below exception.

org.apache.axis.deployment.wsdd.WSDDException: javax.xml.rpc.JAXRPCException: Null serializer factor


Any help on this will be helpful to proceed further.

Thansk
14 years ago
Hi

How to use Apache Axis 1.2 with Websphere Studio application developer 5.1.2?

Thanks
14 years ago
My Webservice is created using Simple java Bean.

And i am looking for deployment of webservice to an existing EAR

1. Using ANT or AdminService of Axis

OR

2. using AdminService in ANT.

OR

3. Any other ways using ANT

OR

4. Using IBM Websphere 5.1.2 Application server admin console.


Thanks
Suresh Appagundi
14 years ago
Hi

I have running application deployed to Websphere Application server 5.1.2.

I have a requirement to develop Web service and associate/deploy along with above exisitng EAR in Websphere 5.1.2.

Please let me know the steps to do that.

Thanks
Suresh Appagundi
14 years ago
Hi,

I want to know, how to enable the "Use JRE for applet" from IEs tools/advance options using javascript code.

Thanks in advance
How to configure database realm using jboss-3.2.1_tomcat-4.1.24?
any website, which will help me out.
very urgent.
thanks
20 years ago