RE: Is there any tools for NMS(Network Management Systems) that uses SOAP?

2002-04-19 Thread Jyothi K
publish by calling a method in the callback service. thanks, jyothi -Original Message- From: Srikant Ramaswamy [mailto:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 11:44 AM To: [EMAIL PROTECTED] Subject: Re: Is there any tools for NMS(Network Management Systems) that uses SOAP? Do

RE: Is there any tools for NMS(Network Management Systems) that uses SOAP?

2002-04-19 Thread Jyothi K
No, we are not using any middlewear but we are using the similar technology of JMS for pub/sub. thanks, jyothi -Original Message- From: Srikant Ramaswamy [mailto:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 11:29 AM To: [EMAIL PROTECTED] Subject: Re: Is there any tools for NMS

RE: Is there any tools for NMS(Network Management Systems) that uses SOAP?

2002-04-19 Thread Jyothi K
is soap based. thanks, jyothi -Original Message- From: Yong Chen [mailto:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 10:24 AM To: '[EMAIL PROTECTED]' Subject: RE: Is there any tools for NMS(Network Management Systems) that uses SOAP? I see. Then how do you do events (no

RE: Is there any tools for NMS(Network Management Systems) that uses SOAP?

2002-04-19 Thread Jyothi K
yes i am referring to TMF 513 version 2.0 which deals with the NML-EML interfaces. We didnt implement the whole of it. Thanks, Jyothi -Original Message- From: Yong Chen [mailto:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 9:43 AM To: '[EMAIL PROTECTED]' Subject: RE: Is

RE: Is there any tools for NMS(Network Management Systems) that uses SOAP?

2002-04-19 Thread Jyothi K
Hi, At the EMS side the TMF corba idls were translated to java interfaces. The TMF defines the standard interfaces between NML-EML layer for the NMS to talk to EMS in a standard way. Thanks, jyothi -Original Message- From: Yong Chen [mailto:[EMAIL PROTECTED]] Sent: Friday

RE: Is there any tools for NMS(Network Management Systems) that uses SOAP?

2002-04-19 Thread Jyothi K
Hi, We have developed our NMS using SOAP as the protocol to communicate with the EMS. SOAP is one of our gateway protocols being used other than EJB, CORBA. Thanks, Jyothi -Original Message- From: Prasad Valmeti [mailto:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 1:46 AM

Re: Can you spare a paradigm?

2002-01-09 Thread Jyothi K
. Namaste, Jyothi - Original Message - From: "George Voronoff" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 09, 2002 3:38 PM Subject: Can you spare a paradigm? I'm new to SOAP and I'm wondering if anyone can point me in the right direction

Comparision of different toolkits

2001-12-12 Thread jyothi
Hi, there are so many soap toolkits available. i want to use a java implementation of soap toolkit. out of these toolkits that are available which one is better. How do i judge which toolkits are better, i mean what considerations should be taken care. Please help me someone out there with th

Re: Returning in/out parameters

2001-11-01 Thread jyothi
. For soap implementation in java there is other toolkit also that supports in/out parameter. It is wasp-lite by www.systinet.com or www.idoox.com . Hope this helps. Namaste, Jyothi >>>>>>>>>>>>>>>>>> Original Message <<<<<&l

RE: help with error: ServiceManagerClient rpc-router-url list

2001-09-17 Thread Jyothi K
Hi,     This is mostly the classpath problem. Check if you have kept the the path for your service in the classpath. And even check if tomcat is having the classes that you want to access in its webapps directory.   Thanks, Jyothi -Original Message-From: Peoter Veliki

RE: SOAP error with sample addressbook

2001-09-12 Thread Jyothi K
tomcat or the problem is with classpath. Thanks, Jyothi -Original Message- From: Manu De Backer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 12, 2001 7:47 PM To: [EMAIL PROTECTED] Subject: SOAP error with sample addressbook I'm trying the SOAP addressbook sample. The s

RE: SOAP Fault ..

2001-09-11 Thread Jyothi K
Title: SOAP Fault .. Hi,    Did you install anything new in your machine like JRun or anything else. Or did you put any other xml parser other than xerces into your jre/lib/ext recently. If so remove them and then try.   Thanks, Jyothi -Original Message-From: Madhav Inamti

FW: Does SOAP and ApacheSOAP2.2 support in/out parameters

2001-09-09 Thread Jyothi K
ress.country = "AAA"; > } > As you can see here, the Address parameter is sent by ObjectByReference. > Now how do i accomplish this thing using ApacheSOAP2.2. If i give the > return type then it is working fine but i dont wnat to change my > interface. Should i write a new provider. Please help how i can do that. Thanks, Jyothi

Does SOAP and ApacheSOAP2.2 support in/out parameters

2001-09-09 Thread Jyothi K
i accomplish this thing using WASP. Should i generate the WSDL for my Addrinterface class and the Address class. And then generate stubs from the wsdl and use then in my client. Please help how i can do it. Thanks, Jyothi

RE: basic SOAP error : Unable to resolve target object

2001-09-06 Thread Jyothi K
Hi,    Did you deploy your classes also in tomcat in webapps/soap/web-inf/classes directory. Put your classes there and then try.   Thanks, jyothi -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: Thursday, September 06, 2001 9:03 PMTo: [EMAIL

Re: SOAP fault code

2001-09-06 Thread jyothi
sending and what is expected and also you deploydescr.xml. I too got a similar kind of problem and it was a mismatch of arguments expected and sent. Thanks, Jyothi >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<

RE: Extracting XML from SOAP message (again)

2001-09-05 Thread jyothi
am waiting for the reply. Thanks, Jyothi

RE: Extracting XML from SOAP message (again)

2001-09-05 Thread Jyothi K
again marshall them into xml for like in Addressbook example of Apache Soap. See the serializers and deserializers for more clarity. Thanks, Jyothi -Original Message- From: X X [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 06, 2001 2:27 AM To: [EMAIL PROTECTED] Subject: Extracting XML

regd hello world sample

2001-08-30 Thread Jyothi K
es are not generated and hence the list of errors. Thanks, Jyothi

Accessing interface through SOAP.

2001-08-24 Thread jyothi
t;"GetClientDetails" server<--mediater<--client<--"Response of GetClientDetails" Now i have to implement the same architecture using sOAP. Because we can have defferent types of clients. Now how do i change my beans so that it is able to access the client and get the details. Thanks, Jyothi

Re: Using tcptunnelgui.....

2001-08-24 Thread jyothi
e. The same thing if you have your TcpTunnelGui on, can be written as "http://localhost:8070/soap/servlet/rpcrouter";. In your client side instead of 8080 give 8070 then you can see the soap messages sent by your client and server in the TcpTunnelgui. Thanks, Jyothi

TcpTunnelGui in Apache SOAp.2

2001-08-14 Thread jyothi
lGui.java:81) at org.apache.soap.util.net.TcpTunnelGui.main(TcpTunnelGui.java:177) Thanks, Jyothi

message from c++ client to java server.

2001-08-09 Thread Jyothi K
ava 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems Inc.) Not Found (404) Not Found (404) Original request: /soap/Calculation Not found request: /soap/Calculation Thanks, Jyothi

exception while sending the message

2001-08-07 Thread Jyothi K
Hi, I am using Apache soap for my java client and i have a c++ server.In my client I took an xml file that contains the soap envelope and body details. I parsed it through my code and sent the envelope to the required url using Message.send method but it is giving me a null pointer exc

Problem when sending the message from Apache client to non apache server

2001-08-07 Thread Jyothi K
mas.xmlsoap.org/soap/encoding/"; > 11 I am not knowing why i am getting null pointer exception when when i say msg.send. Please help me. Is there any problem with the Apache's way of parsing the envelope? But it is sending the envelope correctly, then why am i getting the null pointer exception? Thanks, Jyothi

RE: regd Soap messages from client and server in Apache SOAP

2001-08-01 Thread Jyothi K
Hi, What should the ACTION_URI and OBJECT_URI be? Can it be blank. And even the OBJECT_URI, can that be http://www.w3.org/1999/XMLSchema. Please let me know. Thanks, Jyothi -Original Message- From: Steeve Gilbert [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 01, 2001 6:40 PM

regd Soap messages from client and server in Apache SOAP

2001-08-01 Thread Jyothi K
ema"; > xmlns:xsi="http://www.w3.org/1999/xmlschema-instance"; > SOAP-ENV: encodingstyle = "http://schemas.xmlsoap.org/soap/encoding/";> > > >"http://schemas.xmlsoap.org/soap/encoding/";> > 30> > > > > > > Thanks in advance > Jyothi >