Re: Help me please!! (Urgent!)

2001-07-24 Thread Andreas Ullmann
Hi, Changing the encoding style to UTF-16 should solve your problem number one. Andreas Ullmann ½Ã»ð wrote: > ### > Thank you for your reading my mail nevertheless you are busy !! > HELLO! This is chihongkim from KOREA will h

Security in soap2.2

2001-07-24 Thread Bernd Koecke
Hi all, I have a security problem with apache-soap. To solve it, it would be nice, if the Provider-class for the ServiceManager methods(SMM) (deploy, undeploy and list) could be configured by the saopconfig file (soap.xml). The reason follows: If someone is allowed to access one service, he can

unsubcribe

2001-07-24 Thread Ext-Shaun . OHagan
unsubscribe [EMAIL PROTECTED]

RE: Unable to resolve namespace URI for 'ns2'. | not a classpath problem

2001-07-24 Thread Hansen, Richard
If you would pay closer attention to the post it does not say you have a classpath problem. It say you might have a Tomcat problem. Have you done what was suggested? This is a well known and well documented problem with tomcat startup. It makes no difference where you have xerces in your system cl

RE: soap and xerces jars

2001-07-24 Thread Matthew J. Duftler
Hi Alfred, One way to save some footprint would be to use a smaller parser. Apache SOAP will work with any JAXP-compliant parser, not just Xerces. Thanks, -Matt > -Original Message- > From: Alfred [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 23, 2001 4:27 PM > To: [EMAIL PROTECTED] >

Re: Urgent SOAP Question

2001-07-24 Thread David Melgar
UDDI4J typically uses the messaging API in soap and handles its own request message generation and processing. I assume your going through all this effort for some other reason? You don't describe what failure you get. Is no response returned? Is the deserialization of the response failing? Dav

Re: Urgent SOAP Question

2001-07-24 Thread Mehashah
I tried using UDDIProxy but I get errors so I tried this approach. I dont get an error but when I try to acces the object("SaveBusiness") on my UDDI server I get nulls. In a message dated Tue, 24 Jul 2001 10:54:43 AM Eastern Daylight Time, "David Melgar" <[EMAIL PROTECTED]> writes: > UDDI4J

Re: Urgent SOAP Question

2001-07-24 Thread Mehashah
I now remmeber why the UUDIProxy didn't work for me and may be you would know the answer. For example in SaveTModel When I used UDDIProxy it uses the savetoxml method to convert java object to xml it creates the following <.. on the server side it complains that it can't matc

Re: Urgent SOAP Question

2001-07-24 Thread David Melgar
What errors did you get when using UDDIProxy? David Melgar Web Services Toolkit Development Emerging Technologies [EMAIL PROTECTED]

Re: httpRequest in my webservice ?

2001-07-24 Thread Naggi Rao
Thanxs ! - Original Message - From: "Sanjiva Weerawarana" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 23, 2001 1:05 PM Subject: Re: httpRequest in my webservice ? > Please see the user's guide - under programming services it tells > you how to get at SOAPContext via

RE: Unable to resolve namespace URI for 'ns2'. | not a classpath problem

2001-07-24 Thread GOVINDA,RAJ (Non-HP-Sunnyvale,ex2)
Hi Hansen, Thanks again. I think didn't mention clearly. I have done what you were suggesting. Here is my tomcat.bat entry, it is as you suggested. set CP=I:\Misc\dev\xerces-1_3_1\xerces.jar;%TOMCAT_HOME%\classes But still i am getting the same error. mohan -Original Message- From: H

RE: Unable to resolve namespace URI for 'ns2'. | not a classpath problem

2001-07-24 Thread Hansen, Richard
> > set CP=I:\Misc\dev\xerces-1_3_1\xerces.jar;%TOMCAT_HOME%\classes As I recall xerces 1.31 does not work. Try an earlier or later version. > But still i am getting the same error. >

response contains zero when should be a value in my Apache Java client to a MS server

2001-07-24 Thread Pete Roth
I am getting bogus data back from my IIS .NET beta 2 WebService. I am using the Java client below, which calls a method (test_AddThem) to add two numbers and return the result. This result is always a '0' (zero). I have another version of this method which adds the xsi:type attribute to each e

RE: response contains zero when should be a value in my Apache Java c lient to a MS server

2001-07-24 Thread Wang, Xinju
see this article. http://www.perfectxml.com/articles/xml/soapguide.asp Apache SOAP doesn't like a response without xsi:type. This is a known interop issue between Apache client and MS server. Also an Integer serializer (and a lot others) is built in SOAPMappingRegistry for SOAP encoding style. Y

RE: Unable to resolve namespace URI for 'ns2'. | not a classpath problem

2001-07-24 Thread GOVINDA,RAJ (Non-HP-Sunnyvale,ex2)
Thanks Hansen. now i am using xerces 1.4.1 and it worked. thanks again mohan -Original Message- From: Hansen, Richard [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 24, 2001 12:11 PM To: '[EMAIL PROTECTED]' Subject: RE: Unable to resolve namespace URI for 'ns2'. | not a classpath probl

Re: Unable to resolve namespace URI for 'ns2'. | not a classpath problem

2001-07-24 Thread Scott Nichol
Have you tried a version of Xerces other than 1.3.1? My recollection is that there is a bug in that version that prevents Apache SOAP from working with it, but I don't see mention of it in the docs. Scott - Original Message - From: "GOVINDA,RAJ (Non-HP-Sunnyvale,ex2)" <[EMAIL PROTECTED]

RE: soap and xerces jars

2001-07-24 Thread Alfred
Hi Matt, Thanks for the tip. Do you or anyone else know where I can find smaller JAXP compliant parsers. Thanks again. Alfred At 10:18 AM 7/24/01 -0400, you wrote: >Hi Alfred, > >One way to save some footprint would be to use a smaller parser. Apache SOAP >will work with any JAXP-compliant p

RE: response contains zero when should be a value in my Apache Java c lient to a MS server

2001-07-24 Thread Hansen, Richard
Is "test_AddThemResult" the correct name of the XML element the response is comming back in? Have you used the TCPTunnelGui to verify the XML that is comming back? That's all I can think of. Rick Hansen

RE: setting init parms for non-EJB java service

2001-07-24 Thread Uzay Takaoglu
I think i found the problem in the DeploymentDescriptor class fromXML method, the isd:option prop hashtable is only initialized when the service type is NOT java or script. Because my service is java, it was bypassing the prop hashtable initialization section. Please add the following section in

Re: Urgent SOAP Question

2001-07-24 Thread Mehashah
I am trying to implement a UDDI server for my Masters Project and I was trying to use UDDI4j both on server and client for sending and recieving UDDI calls. But I guess that is not possible as the UDDI4j uses vectors and can't receive requests that look more like arrays on the server. Please adv

support for service deployment over https

2001-07-24 Thread Rich Catlett
Currently you cannot do org.apache.soap.server.ServiceManagerClient https://localhost:445/soap/servlet/rpcrouter deploy deploymentdescriptor you get an error about https being an unrecognized protocol. When I mentioned this problem I was told to try the admin client or to try and deploy via

RE: soap and xerces jars

2001-07-24 Thread Richard Wu
did you look into crimson? -Original Message- From: Alfred [mailto:[EMAIL PROTECTED]] Sent: July 24, 2001 12:49 PM To: [EMAIL PROTECTED] Subject: RE: soap and xerces jars Hi Matt, Thanks for the tip. Do you or anyone else know where I can find smaller JAXP compliant parsers. Thanks

Apache SOAP client to MS.NET webservice problem

2001-07-24 Thread Shih En-Yu
Hi there,   I'm trying to deploy a web-service using Microsoft .NET, and using Apache Soap to make a soap request to the web-service. Here comes the questions. When a client makes a request, server can understand the request and process it. But client can't understand the soap message that s