pls un subscribe

2006-12-08 Thread Giri



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [Axis2] jar conflicts

2006-09-21 Thread Giri

Hi
when i deploy axis web service in WAS5.0 te following error i used to
get in server log files.?




log4j:WARN No appenders could be found for logger
(com.awpl.ws.servicebean.WsUtil).
log4j:WARN Please initialize the log4j system properly.
java.lang.SecurityException: class
"org.apache.log4j.PropertyConfigurator"'s signer information does not
match signer information of other classes in the same package
at java.lang.ClassLoader.checkCerts(ClassLoader.java(Compiled Code))
at java.lang.ClassLoader.defineClass(ClassLoader.java(Compiled Code))



regards
Giri babu

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Axis1.2 could able to generate stubs and skeletons.

2006-09-11 Thread Giri

Hi

1. we are trying to generate client stubs from Axis1.2

2.provider is using WEb logic server.

3..when provider is giving his client program i can able to connect.

4.pls hlp us.( he is using (doc/lit)

5.Axis is giving "NullPointerException".



WSDL:
=


http://schemas.xmlsoap.org/wsdl/mime/";
xmlns:http="http://schemas.xmlsoap.org/wsdl/http/";
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/";
xmlns:s0="http://www.openuri.org/";
xmlns:cw="http://www.openuri.org/2002/04/wsdl/conversation/";
xmlns:conv="http://www.openuri.org/2002/04/soap/conversation/";
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/";
xmlns:jms="http://www.openuri.org/2002/04/wsdl/jms/";
xmlns:s="http://www.w3.org/2001/XMLSchema";
xmlns="http://schemas.xmlsoap.org/wsdl/";
targetNamespace="http://www.openuri.org/";>http://www.openuri.org/";
xmlns:s="http://www.w3.org/2001/XMLSchema";
elementFormDefault="qualified"
targetNamespace="http://www.openuri.org/";>http://www.openuri.org/2002/04/soap/conversation/";>http://schemas.xmlsoap.org/soap/http";>http://www.openuri.org/doctorAllocationAsync";>http://schemas.xmlsoap.org/wsdl/"; part="StartHeader"
message="s0:StartHeader_literal" use="literal"
wsdl:required="true">http://www.openuri.org/doctorAllocationCallback";>http://schemas.xmlsoap.org/wsdl/"; part="CallbackHeader"
message="s0:CallbackHeader_literal" use="literal"
wsdl:required="true">http://10.16.17.242:8201/wsdralloc/doctorallocationJCS/DoctorAllocationWS.jws";>http://10.16.17.242:8201/wsdralloc/doctorallocationJCS/DoctorAllocationWS.jws";>http://10.16.17.242:8201/wsdralloc/doctorallocationJCS/DoctorAllocationWS.jws";>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Hi while accessing .NET web service am getting "Object reference is not set" error is coming can u hlp me

2006-07-13 Thread Giri

HI

 in UAT -i can able to call third party web service
in production when i can cal thier web service it is giving error(both
WSDL is same)

am using IE 6 in UAT and IE 5 in Prodcution.


server unable to process request
"object is reference is not set"

pls send qry?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



hlp me on xml schema code

2006-03-19 Thread Giri
HI
 
   in dataset also am getting XML as String,temp i stored XML in local path and am parsing the XML.
 
problem is based on schema i did code,i took sample XML data and coded.
 
what the "service provider" says u need to code based on schema he said.
 
consider schema has 45 fields.and sample xml have 23 fields only he said xml will be generated based on schema sometimes..xml will give 34 or 45 or 12 fields also.
 
now how should i code based on xml schema.
 
 
 
 
pls hlp me.
 
 
 
 
 
 
 
 
 
 
On 3/13/06, Anne Thomas Manes <[EMAIL PROTECTED]> wrote:

If the response comes back as a Dataset type, then you will have to parse and process the response using DOM.

On 3/12/06, Giri < [EMAIL PROTECTED]> wrote:
 


Hianne pls gieve me suggestions ,is there any major modification in the dot net coding.(becoz they have already coded using data set). 
 
as we agreed in the document,now we have to proceed with data set only.pls
now how do i get the information in generated code.pls help me to write client code
 
shall i use MessageElment[]   = obj.get_any();
 
then all data'as are instring format.
 
 
 
regards

Giri babu 

On 3/12/06, Anne Thomas Manes <[EMAIL PROTECTED] 
> wrote: 

A .Net Dataset is the datatype used by ADO.NET. It contains proprietary data management information, and it should not be exposed via a SOAP/WSLD interface. The Dataset should be converted into an array of structures. 
 
Anne

On 3/10/06, Giri <[EMAIL PROTECTED]> wrote: 



hi
 
   Anne this is very urgent,can u please tell me what is interoperable data type.
please give me suggestions for dot.Net web services how it should be?
Which condition he has to set?
dataset means - it has Objects is it?
 
 
 
regards

Giri babu.v 


Re: Anne can u please tell me what is interoperable data type.

2006-03-12 Thread Giri
Hianne pls gieve me suggestions ,is there any major modification in the dot net coding.(becoz they have already coded using data set).
 
as we agreed in the document,now we have to proceed with data set only.pls
now how do i get the information in generated code.pls help me to write client code
 
shall i use MessageElment[]   = obj.get_any();
 
then all data'as are instring format.
 
 
 
regards
Giri babu 
On 3/12/06, Anne Thomas Manes <[EMAIL PROTECTED]> wrote:

A .Net Dataset is the datatype used by ADO.NET. It contains proprietary data management information, and it should not be exposed via a SOAP/WSLD interface. The Dataset should be converted into an array of structures. 
 
Anne

On 3/10/06, Giri <[EMAIL PROTECTED]> wrote:
 


hi
 
   Anne this is very urgent,can u please tell me what is interoperable data type.
please give me suggestions for dot.Net web services how it should be?
Which condition he has to set?
dataset means - it has Objects is it?
 
 
 
regards

Giri babu.v 


is it possible get reply messageXML info as String using Axis Api

2006-03-10 Thread Giri
1. my idea is when i connect dot.net webservice using Axis client api.   i want to get XML info (Schema info as String).
idea:=if i get reply message as String i will copy String as XML file  locally and parse it.
 
is it possible copy URL info locally.?
here is my client code:=
GetDataService service = (GetDataService) new GetDataServiceLocator();   System.out.println("Get Data Service Soap Address = "+service.getGetDataServiceSoapAddress());   GetDataServiceSoap port = service.getGetDataServiceSoap
();   GetDataResponseGetDataResult obj = (GetDataResponseGetDataResult)port.getData("2346754");   System.out.println("The Obj value is ="+obj);   //TypeDesc ff = obj.getTypeDesc();   
   //PrudentialData  gha = PrudentialData   //PrudentialData  ffgg  = new PrudentialData();   //PrudentialDataProposals jj = ffgg.getProposals();   //PrudentialDataATSBUW  gh = ffgg.getATSBUW();   //QName ff1 = 
ff.getXmlType();   //String giri = ff1.getNamespaceURI();   //System.out.println("The Obj value is ="+giri);MessageElement [] obj2 = obj.get_any();  int g = obj2.length
;   SeshaSayeeClient ses = new SeshaSayeeClient();   String[][] nameVal = new String[112][2];  for(int z=0;z < g;z++)   {System.out.println("The returned value is ="+obj2[z].getAsString());
Element el  = (MessageElement)obj2[z].getAsDOM();Document e2  = obj2[z].getAsDocument();   }
 


Re: Anne can u please tell me what is interoperable data type.

2006-03-10 Thread Giri
hi
 
   Anne this is very urgent,can u please tell me what is interoperable data type.
please give me suggestions for dot.Net web services how it should be?
Which condition he has to set?
dataset means - it has Objects is it?
 
 
 
regards
Giri babu.v 


pls help to write Axis Client code for given WSDL from dotnet

2006-03-09 Thread Giri
pls Tell me if i use WSDL2java
 
how do i write client, the schema is huge(very BIG)
 
regards
giri babu
 
 
 
 
http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/
" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/
" xmlns:i0="http://tempuri.org/PrudentialData.xsd" xmlns:tns="http://seshasai.com/webservices/ipru/wim
" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/
" targetNamespace="http://seshasai.com/webservices/ipru/wim" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/
">
http://tempuri.org/PrudentialData.xsd" location="
http://localhost/IPruWFIntegration/GetDataService.asmx?schema=PrudentialData" /> 
http://seshasai.com/webservices/ipru/wim"> http://tempuri.org/PrudentialData.xsd" />


 
  http://tempuri.org/PrudentialData.xsd" />   
   

  
 


     
    
http://schemas.xmlsoap.org/soap/http" style="document" />  
http://seshasai.com/webservices/ipru/wim/GetData" style="document" />  
   http://seshasai.com/webservices/ipru/wim/ReceivedData
" style="document" />   
  http://schemas.xmlsoap.org/wsdl/" />  
http://localhost/IPruWFIntegration/GetDataService.asmx" />   



Pls hlp i am connecting dotnet web service the schema is follows

2006-03-09 Thread Giri
hi
 
    when i call getData method, i want to copy the URL which is returned by Service Provider(Webservice-server).
 
1. i will call thier method GetData(by passing applicationNumber).
 
2.after calling getData and if i get sucess result i need to call their another method "receivedData" properly.
 
here once i call thier GetData method.i want to store the result in Temp loaction.
 
where can i get thier schema ain browser.
(my assumption is WSDL:import>
 
or if i use WSDL2Java to generate thier code ,how much time i need to take thier data.
 
will schema automatically parsing the .xsd file from WSDL
 
or can i copy the resulted schema in temp location (c:\path).
 
the WSDL is as follows
 

 
http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/
" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/
" xmlns:i0="http://tempuri.org/PrudentialData.xsd" xmlns:tns="http://seshasai.com/webservices/ipru/wim
" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/
" targetNamespace="http://seshasai.com/webservices/ipru/wim" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/
">
http://tempuri.org/PrudentialData.xsd" location="
http://localhost/IPruWFIntegration/GetDataService.asmx?schema=PrudentialData" /> 
http://seshasai.com/webservices/ipru/wim"> http://tempuri.org/PrudentialData.xsd" />


 
  http://tempuri.org/PrudentialData.xsd" />   
   

  
 


     
    
http://schemas.xmlsoap.org/soap/http" style="document" />  
http://seshasai.com/webservices/ipru/wim/GetData" style="document" />  
   http://seshasai.com/webservices/ipru/wim/ReceivedData
" style="document" />   
  http://schemas.xmlsoap.org/wsdl/" />  
http://localhost/IPruWFIntegration/GetDataService.asmx" />   



my WS opening in intranet not in internet

2006-03-08 Thread Giri
Details
1.:WAS5.3, Axis1.2

2.URL:http://iciciws.com:9080/IciciAwplServiceWeb/services/IciciAwplWebService?wsdl

3.ProxyServer.10.16.x.x. port:80

i need to open the URL to the Third party.
how can be  available through internet.