how to start the uddi registry

2002-01-24 Thread Daniel . Wolff
Hi, can someone help me please. how to start a uddi registry with the wstk on my local machine I did the configuration by starting wstkconfig how can I see if the registry works? thx a lot daniel SinnerSchrader Deutschland GmbH

I try to find out some for my diploma about De-/Serializer and literal xmlencoding

2002-01-08 Thread Daniel . Wolff
Hi @all, the following is an conversation between me an Lim... I found it very interesting and would get your statements to the described problems. Could you please read it an write your comments and send it back to me. thx a lot regards daniel

different FaultListener

2001-12-18 Thread Daniel . Wolff
Hi @all, could someone please tell me, why I should define 2 ore more diferetn Faultlistener(maybe my own) in the DD and how does the application or the Apache SOAP API decide which Faultlistener to use. In my service, there could be come up many different errors, which are described by

Re: Beanserializer example

2001-12-14 Thread Daniel . Wolff
Hi, in the adressbook sample from Apache SOAP the BeanSerilaizer will be used. regards daniel SinnerSchrader Deutschland GmbH Communication Technology mailto:[EMAIL PROTECTED] http://www.sinnerschrader.com fon +49.(0) 40.39 88 55-0 fax +49.(0)

SessionID

2001-12-13 Thread Daniel . Wolff
Hi, can anybodyshow me how I can get the session id on the client side. I remember on some mails in this list but there it is not shown how to get it on the client side. thank you daniel SinnerSchrader Deutschland GmbH Communication

Serialize a [] of Objects

2001-12-12 Thread Daniel . Wolff
Hi, one of my service methods returns a Array of Products Product[ ] products I´m working with Apache Soap. To marshall this I wrote my own serializer because I have something different to do like the standard ArraySerializer. What can I do that the XMLMappingRegistry uses my serializer. I

I need Help, please

2001-12-07 Thread Daniel . Wolff
Hi I´m not really new to SOAP but I tried SOAP messaging with Apache SOAP 2.2 for the first time. In the rpc oriented service I had my serializer, but I got not the right structure for the xml to return. I think the message provides a better way to set up the return ro my needs. But I dont have

question on namespaces an encodingstyles

2001-11-30 Thread Daniel . Wolff
Hi there, my service runs fine. But the response looks different like I thougth. My question is, if it is possible to validate the response on the serverside against an xml schema? the following is a snippet of the response from my service ... Catalog

Re: Registering objects

2001-11-28 Thread Daniel . Wolff
Hi Henrik, could you please tell me what you mean with registered objects or what are registered objects. I don´t understand it. thx de.we. SinnerSchrader Deutschland GmbH Communication Technology mailto:[EMAIL PROTECTED]

Validation of the response

2001-11-28 Thread Daniel . Wolff
Hi Does anybody know how to validate the response from a service against a xml-schema? I´m using Apache SOAP Api 2.2 and Resin from Caucho thx daniel SinnerSchrader Deutschland GmbH Communication Technology mailto:[EMAIL PROTECTED]

Re: encoding problems solved

2001-11-27 Thread Daniel . Wolff
Hi Hike, can you give me an explanation of your service and of your technical environment. I am interested in very much, because I´m working on my diploma about Web Services Since the October I´m workung at this battlefield ;) and for the diploma I want to implement a Service with JAVA and the

building the xml

2001-11-27 Thread Daniel . Wolff
Hi, this is a snippet from the response from my service. (the first node) Catalog xmlns:ns2=http://www.sinnerschrader.com/ns; xsi:type =ns2:Catalog ... /Catalog Is ist possible to set it up like the following. Catalog xmlns=http://www.my.com/ns;

SOAP Messaging

2001-11-26 Thread Daniel . Wolff
Hi, the following is an example from a tutorial(with the DeploymentDescriptor) implemented with Apache SOAP public class MessageSaveInvoice {    public static void main (String[] args) {   if (args.length 2) { System.out.println(Usage: MessageSaveInvoice   +   

Re: PROBLEM DEPLOYING

2001-11-23 Thread Daniel . Wolff
Hi sorry but whats your firstname I could not find it out. but anyway What SOAP Api do you use, APACHE 2.2? If yes, then you should install the soap.war in the webapps directory of Tomcat. I think you did it. Is anything ok with it and the soap.jar is in CP then you should get

Re: XML scema in apache soap

2001-11-23 Thread Daniel . Wolff
Hi, what does it mean to create a message-oriented system? I have the same problem or the same idea, to use my own xml shema whitin apache soap. thx daniel SinnerSchrader Deutschland GmbH Communication Technology mailto:[EMAIL PROTECTED]

Re: XML scema in apache soap

2001-11-23 Thread Daniel . Wolff
Oh, your explanation is very usefull for me. And I see the difference between the rpc and the message oriented system. So my projekt seems to be an rpc oriented system. Let me short write sometihng about it. We have a test application, a shop system whith the following functionality. You can

RE: my own Serializer

2001-11-09 Thread Daniel . Wolff
Hi Hung, yes the serializer is in the servers classpath. I also modified the Deploymentdescriptor there will be build a class from the given name. So it look like that the class will be found. But I will try to pront out the stack trace when the exception will be thrown. thx a lot... I thank

Re: session maintance

2001-10-31 Thread Daniel . Wolff
Hi Oleg, have you set up the scope of the deployed service to session. I have nearly the same question. HttpSession session = (HttpSession) cnt.getProperty(Constants.BAG_HTTPSESSION); session.getID(); these lines will help me. Because I didnt know up to now, how I can get a session from the

ServiceManagerClient

2001-10-31 Thread Daniel . Wolff
Hi, I´ve read the DOCs of the Apache SOAP API and I found the following lines java org.apache.soap.server.ServiceManagerClient [-auth username:password] url operation arguments where username and password is the HTTP Basic authentication info I took a look into the source of class

RE: session maintance

2001-10-31 Thread Daniel . Wolff
Hi org.apache.soap.rpc.SOAPContext cnt = call.getSOAPContext(); HttpSession session = (HttpSession) cnt.getProperty(Constants.BAG_HTTPSESSION); session.getID(); but I in my Context ther are no Properties. I get an NullPointerExeption when I want to pritn aut the session id I set up then

user management

2001-10-30 Thread Daniel . Wolff
Hi, as I worked with normal servlet I could manage the user by accessing the session. So I could set attributes to the session. Now I want to build a service whit Apache SOAP where only registrated member can access. I dont know how to access the session or to handle such a problem because

RE: question on inter-operability

2001-10-30 Thread Daniel . Wolff
Hi Amit wrong. I tried to print out the SOAP request from apache and microsoft and the only difference is namespaces. how did you do this. I never found out to access the SOAP request/response to have a look at it. (I´m working with Apache SOAP) cya :) daniel