Re: Installing SOAP in VAJ 3.5.2 Test Environment

2001-07-13 Thread Tom Myers

At 05:46 PM 7/13/2001 -0700, Irfan  Mohammed wrote:
>Im trying to install Soap 2.2 on IBM VAJ 3.5.2 using the websphere test
>environment as the servlet container.  While i can view the index page and
>also contact the rpcrouter i am not able to view the deploy, list and
>undeploy pages.  Here is the error Im getting.  Any help would be
>appreciated. I do have the soap.jar in my classpath as well as part of my
>package
>An error has occured while processing
>request:http://localhost:8080/soap/admin/list.jsp
>Message:Server caught unhandled exception from servlet [jsp]
>Target Servlet: jsp
>StackTrace: 
>
>
>Root Error-1: Cannot create bean of class
>org.apache.soap.server.ServiceManager
>javax.servlet.ServletException: Cannot create bean of class
>org.apache.soap.server.ServiceManager 

Generated servlets from JSP's tend to include this exception, e.g. 
>try {
>  cart = (sessions.DummyCart) Beans.instantiate(this.getClass().getClassLoader(), 
>"sessions.DummyCart");
>} catch (Exception exc) {
>  throw new ServletException (" Cannot create bean of class "+"sessions.DummyCart");
>}

which is from one of the Tomcat example JSPs. In this case you're getting it from
list.jsp's generated servlet, and neither SOAP 2.2 nor SOAP 2.1 load the ServiceManager
as a bean. Is it possible that you're still using the SOAP 2.0 list.jsp file here?
Or am I wildly off again?

Tom Myers





Installing SOAP in VAJ 3.5.2 Test Environment

2001-07-13 Thread Irfan Mohammed

Im trying to install Soap 2.2 on IBM VAJ 3.5.2 using the websphere test
environment as the servlet container.  While i can view the index page and
also contact the rpcrouter i am not able to view the deploy, list and
undeploy pages.  Here is the error Im getting.  Any help would be
appreciated. I do have the soap.jar in my classpath as well as part of my
package.

Thanks
Irfan

An error has occured while processing
request:http://localhost:8080/soap/admin/list.jsp
Message:Server caught unhandled exception from servlet [jsp]
Target Servlet: jsp
StackTrace: 


Root Error-1: Cannot create bean of class
org.apache.soap.server.ServiceManager
javax.servlet.ServletException: Cannot create bean of class
org.apache.soap.server.ServiceManager java.lang.Throwable(java.lang.String)
java.lang.Exception(java.lang.String)
javax.servlet.ServletException(java.lang.String) void
admin._list_xjsp._jspService(javax.servlet.http.HttpServletRequest,
javax.servlet.http.HttpServletResponse) void
com.sun.jsp.runtime.HttpJspBase.service(javax.servlet.http.HttpServletReques
t, javax.servlet.http.HttpServletResponse) void
javax.servlet.http.HttpServlet.service(javax.servlet.ServletRequest,
javax.servlet.ServletResponse) void
com.sun.jsp.runtime.JspServlet$JspServletWrapper.service(javax.servlet.http.
HttpServletRequest, javax.servlet.http.HttpServletResponse) void
com.ibm.ivj.jsp.runtime.JspDebugServlet.serviceJspFile(javax.servlet.http.Ht
tpServletRequest, javax.servlet.http.HttpServletResponse, java.lang.String,
java.lang.Throwable) void
com.sun.jsp.runtime.JspServlet.service(javax.servlet.http.HttpServletRequest
, javax.servlet.http.HttpServletResponse) void
javax.servlet.http.HttpServlet.service(javax.servlet.ServletRequest,
javax.servlet.ServletResponse) void
com.ibm.servlet.engine.webapp.StrictServletInstance.doService(javax.servlet.
ServletRequest, javax.servlet.ServletResponse) void
com.ibm.servlet.engine.webapp.StrictLifecycleServlet._service(javax.servlet.
ServletRequest, javax.servlet.ServletResponse) void
com.ibm.servlet.engine.webapp.IdleServletState.service(com.ibm.servlet.engin
e.webapp.StrictLifecycleServlet, javax.servlet.ServletRequest,
javax.servlet.ServletResponse) void
com.ibm.servlet.engine.webapp.StrictLifecycleServlet.service(javax.servlet.S
ervletRequest, javax.servlet.ServletResponse) void
com.ibm.servlet.engine.webapp.ServletInstance.service(javax.servlet.ServletR
equest, javax.servlet.ServletResponse,
com.ibm.servlet.engine.webapp.WebAppServletInvocationEvent) void
com.ibm.servlet.engine.webapp.ValidServletReferenceState.dispatch(com.ibm.se
rvlet.engine.webapp.ServletInstanceReference, javax.servlet.ServletRequest,
javax.servlet.ServletResponse,
com.ibm.servlet.engine.webapp.WebAppServletInvocationEvent) void
com.ibm.servlet.engine.webapp.ServletInstanceReference.dispatch(javax.servle
t.ServletRequest, javax.servlet.ServletResponse,
com.ibm.servlet.engine.webapp.WebAppServletInvocationEvent) void
com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.handleWebAppDispatch(c
om.ibm.servlet.engine.webapp.WebAppRequest,
com.ibm.servlet.engine.webapp.WebAppResponse, boolean) void
com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.dispatch(javax.servlet
.ServletRequest, javax.servlet.ServletResponse, boolean) void
com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.forward(javax.servlet.
ServletRequest, javax.servlet.ServletResponse) void
com.ibm.servlet.engine.srt.WebAppInvoker.handleInvocationHook(java.lang.Obje
ct) void
com.ibm.servlet.engine.invocation.CachedInvocation.handleInvocation(java.lan
g.Object) void
com.ibm.servlet.engine.srp.ServletRequestProcessor.dispatchByURI(java.lang.S
tring, com.ibm.servlet.engine.srp.ISRPConnection) void
com.ibm.servlet.engine.oselistener.OSEListenerDispatcher.service(com.ibm.ser
vlet.engine.oselistener.api.IOSEConnection) void
com.ibm.servlet.engine.http_transport.HttpTransportHandler.handleConnection(
java.net.Socket) void
com.ibm.servlet.engine.http_transport.HttpTransportHandler.run() void
java.lang.Thread.run() 



RE: When to use SOAP?

2001-07-13 Thread Tom Myers

At 02:51 PM 7/13/2001 -0600, Liaw, Wan-Bih wrote:

>Ok, I just tested the first sample in soap-2_2, and got the following error. Anyone 
>can help me?   Thanks!
>
>C:\soap-2_2\samples\addressbook>testit
>This test assumes a server URL of 
>http://localhost:80/soap/rpcrouter
>Deploying the addressbook service...
>Ouch, the call failed:
>   Fault Code   = SOAP-ENV:Server.Exception:
>   Fault String = org.xml.sax.helpers.AttributesImpl: method 
>getQName(I)Ljava/lang/String; not found

I'd expect this to be a variant on
   http://xml.apache.org/soap/faq/faq_chawke.html#Q1_4  or of course #Q1_5
'cos it certainly sounds like an out-of-date parser has gotten hold of this;
getQName in that package was once called getRawName 
(see http://www.megginson.com/SAX/Java/changes.html )
Or then again, it might be something totally Other.

Tom Myers




Soap Tools

2001-07-13 Thread shivanarayanan
 BDY.RTF


Re: SOAP-ENV:Server.BadTargetObjectURI Error

2001-07-13 Thread Tom Myers

At 04:47 PM 7/13/2001 -0400, Daryl Beattie wrote:

> I seem to be having a little problem with SOAP. I checked the
>archives for any mention of this problem, and whenever it came up it seemed
>to disappear by people fiddling with their classpaths. But still, I have
>been fiddling with my classpath for over a day, and still no luck. :(  I
>would really like to know what the root of my problem is, so that I might
>better provide a solution for it.

...
>Generated fault:
>   Fault Code   = SOAP-ENV:Server.BadTargetObjectURI
>   Fault String = Unable to resolve target object:
>ce.ready2ware.authentication.AuthenticationService
>done
>
> I have a feeling this is a server-side problem, since I can run the
>client on another machine accessing my machine, and it shoots back the same
>error from there. Does anybody have any idea why this would happen? Thanks
>for you help. :)

I'd agree it's server-side, in fact that message should only be able to 
come from ServerHTTPUtils.java, and it's almost certainly happening in the
ClassNotFoundException raised by ctxt.loadClass() where ctxt is a SOAPContext 
object, so you look at SOAPContext.java for loadClass() or you just figure
that you've got a classpath problem :-). One item puzzles me; you're deploying
in a jvm whose classpath you show, and your client is running in a jvm whose
classpath you show, but you didn't actually show the server classpath. I
would at this point try 
(a) make sure the 
   ce.ready2ware.authentication.AuthenticationService 
class is in a jar (I presume that's your Authentication.jar?) and actually
check for 
   ce/ready2ware/authentication/AuthenticationService 
as a string in that jar just in case you accidentally jarred it from the
wrong directory, and then
(b) drop that jar into your JAVA_HOME's jre/lib/ext directory, which makes
it about as visible as it can be. (But it can make other programs invisible
to it; this is a question of hierarchy-of-class-loaders. sigh.)

If you already tried that, um, I dunno.

Tom Myers




Re: Problems serializing a vector of user defined classes withBeanSerializer

2001-07-13 Thread sramasu


Did you use SOAPMappingRegistry to set the map types in your client code,
before invoking the call?



   
  
"Adam Lipscombe"   
  
<[EMAIL PROTECTED]To: <[EMAIL PROTECTED]>  
  
ess.co.uk> cc: 
  
   Subject: Problems serializing a 
vector of 
07/13/2001 11:36 AMuser defined classes with 
BeanSerializer  
Please respond to  
  
soap-user  
  
   
  
   
  



Folks,


Apologies if this is a well know question - I am a relative newbie to SOAP.


I need to pass a Vector of types via SOAP.
My understanding is that provided the the types conform the JavaBean specs
I
should be able to use the Bean Serializer...


The Type in the Vector is:
public class  OrganisationListMemberModel
  implementsSerializable
{
  private OrganisationName  organisationName;


  public OrganisationListMemberModel(OrganisationName  organisationName)
  {
this.organisationName = organisationName;
return;
  }
  public OrganisationListMemberModel()
  {
return;
  }

  public OrganisationName getOrganisationName()
  {
return organisationName;
  }

  public void setOrganisationName(OrganisationName organisationName)
  {
this.organisationName = organisationName;
return;
  }
}


The OrganisationName type is:

public class OrganisationName
   implements java.io.Serializable
{
  private String value;

  public OrganisationName(String value) throws TypeException
  {
  this.value = value;
  return;
  }
  public OrganisationName()
  {
  return;
  }


  public String getValue()
  {
return value;
  }
  public void setValue(String value)
  {
this.value = value
return;
  }
}

The deployment descriptor is:

isd:service xmlns:isd="http://xml.apache.org/xml-soap/deployment";
 id="urn:OrganisationListFetcher">
  

  


org.apache.soap.server.DOMFaultListener

  
http://schemas.xmlsoap.org/soap/encoding/";
 xmlns:x="urn:ContactManager"
qname="x:OrganisationListMemberModel"

javaType
="uk.co.landmark.contactmanager.common.model.OrganisationListMemberM
odel"

java2XMLClassName="org.apache.soap.encoding.soapenc.BeanSerializer"

xml2JavaClassName="org.apache.soap.encoding.soapenc.BeanSerializer"/>
  





All is well if the OrganisationListMemberModel class contains a native
String instead of an OrganisationName.
However when I use OrganisationName I get the following error:


SOAP-ENV:Server, message = java.lang.IllegalArgumentException: No
Serializer
found to serialize a
'uk.co.landmark.contactmanager.common.types.OrganisationName' using
encoding
style 'http://schemas.xmlsoap.org/soap/encoding/'.



It looks to me that the Vector and OrganisationListMemberModel classes are
being handled OK, but the OrganisationName class is not.


Any ideas why not?


Thanks in advance - Adam










RE: SOAP-ENV:Server.BadTargetObjectURI Error

2001-07-13 Thread Daryl Beattie

Maybe I should mention; I'm using Xerces 1.4.1.
JBoss-2.4.0_Tomcat-3.2.2 ships with Xerces 1.3.1, but I read that there are
problems with SOAP 2.2 and 1.3.x versions of Xerces (and yes, I experienced
those problems too; but solved them by moving to 1.4.1).

> -Original Message-
> From: Daryl Beattie [mailto:[EMAIL PROTECTED]]
> Sent: Friday, July 13, 2001 4:47 PM
> To: '[EMAIL PROTECTED]'
> Subject: SOAP-ENV:Server.BadTargetObjectURI Error
> 
> 
> Dear SOAP-users,
> 
> I seem to be having a little problem with SOAP. I checked the
> archives for any mention of this problem, and whenever it 
> came up it seemed
> to disappear by people fiddling with their classpaths. But 
> still, I have
> been fiddling with my classpath for over a day, and still no 
> luck. :(  I
> would really like to know what the root of my problem is, so 
> that I might
> better provide a solution for it.
> What I am doing is somewhat simple. I have an EJB 
> that is running in
> JBoss-2.4.0 and Tomcat 3.2.2, and I have a SOAP 2.2 service 
> running for it.
> When I try to access the SOAP service, I get the following 
> (which also shows
> me starting the service):
> 
> C:\projects\CE3\ready2ware\build>java -cp
> c:\projects\CE3\ready2ware\build\Authentication.jar;c:\xml\soa
> p-2_2\lib\soap
> .jar;c:\xml\JBoss-2.4.0_Tomcat-3.2.2\jboss\lib\ext\xerces-J_1.
> 4.1.jar;c:\xml
> \JBoss-2.4.0_Tomcat-3.2.2\jboss\lib\ext\mail.jar;c:\xml\JBoss-
> 2.4.0_Tomcat-3
> .2.2\jboss\lib\ext\activation.jar
> org.apache.soap.server.ServiceManagerClient
> http://localhost:8080/soap/servlet/rpcrouter deploy
> c:\projects\CE3\ready2ware\src\com\screamingmedia\ce\ready2war
> e\authenticati
> on\DeploymentDescriptor.xml
> 
> C:\projects\CE3\ready2ware\build>java -cp
> c:\projects\CE3\ready2ware\build\Authentication.jar;c:\xml\soa
> p-2_2\lib\soap
> .jar;c:\xml\JBoss-2.4.0_Tomcat-3.2.2\jboss\lib\ext\xerces-J_1.
> 4.1.jar;c:\xml
> \JBoss-2.4.0_Tomcat-3.2.2\jboss\lib\ext\mail.jar;c:\xml\JBoss-
> 2.4.0_Tomcat-3
> .2.2\jboss\lib\ext\activation.jar
> com.screamingmedia.ce.ready2ware.authentication.GetAuthentication
> http://localhost:8080/soap/servlet/rpcrouter 3826 screamingmedia.com/
> Generated fault:
>   Fault Code   = SOAP-ENV:Server.BadTargetObjectURI
>   Fault String = Unable to resolve target object:
> ce.ready2ware.authentication.AuthenticationService
> done
> 
> I have a feeling this is a server-side problem, since 
> I can run the
> client on another machine accessing my machine, and it shoots 
> back the same
> error from there. Does anybody have any idea why this would 
> happen? Thanks
> for you help. :)
> 
> Sincerely,
> 
> Daryl.
> 



RE: When to use SOAP?

2001-07-13 Thread Liaw, Wan-Bih
Title: 



Ok, I just tested the first sample in 
soap-2_2, and got the following error. Anyone can help me?   
Thanks!C:\soap-2_2\samples\addressbook>testitThis test 
assumes a server URL of http://localhost:80/soap/rpcrouterDeploying 
the addressbook service...Ouch, the call failed:  Fault 
Code   = SOAP-ENV:Server.Exception:  Fault String = 
org.xml.sax.helpers.AttributesImpl: method getQName(I)Ljava/lang/String; not 
found.Verify that it's thereOuch, the call failed:  Fault 
Code   = SOAP-ENV:Server.Exception:  Fault String = 
org.xml.sax.helpers.AttributesImpl: method getQName(I)Ljava/lang/String; not 
found.The classpath in my environment is: 
.;D:\WebSphere\AppServer\lib\js.jar;D:\WebSphere\AppServer\lib\servlet.jar;D:\WebSphere\AppServer\lib\ujc.jar;D:\WebSphere\AppServer\lib\ibmwebas.jar;D:\WebSphere\AppServer\lib\ejs.jar;C:\soap-2_2\lib\soap.jar;D:\WebSphere\AppServer\lib\xerces.jar;D:\WebSphere\AppServer\\xalan.jar;C:\jdk1.3.1\lib\dt.jar;C:\jdk1.3.1\lib\tools.jar;D:\WebSphere\AppServer\lib\bsf.jar;C:\j2sdkee1.3\lib\j2ee.jar;C:\SQLLIB\java\db2java.zip
http://localhost:80/soap/rpcrouter works 
okay, according to the soap manuals.Can someone tell me if the above settings are improper for 
making a soap service?  If so, please let me know what will work. 
Thanks!  
 


SOAP-ENV:Server.BadTargetObjectURI Error

2001-07-13 Thread Daryl Beattie

Dear SOAP-users,

I seem to be having a little problem with SOAP. I checked the
archives for any mention of this problem, and whenever it came up it seemed
to disappear by people fiddling with their classpaths. But still, I have
been fiddling with my classpath for over a day, and still no luck. :(  I
would really like to know what the root of my problem is, so that I might
better provide a solution for it.
What I am doing is somewhat simple. I have an EJB that is running in
JBoss-2.4.0 and Tomcat 3.2.2, and I have a SOAP 2.2 service running for it.
When I try to access the SOAP service, I get the following (which also shows
me starting the service):

C:\projects\CE3\ready2ware\build>java -cp
c:\projects\CE3\ready2ware\build\Authentication.jar;c:\xml\soap-2_2\lib\soap
.jar;c:\xml\JBoss-2.4.0_Tomcat-3.2.2\jboss\lib\ext\xerces-J_1.4.1.jar;c:\xml
\JBoss-2.4.0_Tomcat-3.2.2\jboss\lib\ext\mail.jar;c:\xml\JBoss-2.4.0_Tomcat-3
.2.2\jboss\lib\ext\activation.jar
org.apache.soap.server.ServiceManagerClient
http://localhost:8080/soap/servlet/rpcrouter deploy
c:\projects\CE3\ready2ware\src\com\screamingmedia\ce\ready2ware\authenticati
on\DeploymentDescriptor.xml

C:\projects\CE3\ready2ware\build>java -cp
c:\projects\CE3\ready2ware\build\Authentication.jar;c:\xml\soap-2_2\lib\soap
.jar;c:\xml\JBoss-2.4.0_Tomcat-3.2.2\jboss\lib\ext\xerces-J_1.4.1.jar;c:\xml
\JBoss-2.4.0_Tomcat-3.2.2\jboss\lib\ext\mail.jar;c:\xml\JBoss-2.4.0_Tomcat-3
.2.2\jboss\lib\ext\activation.jar
com.screamingmedia.ce.ready2ware.authentication.GetAuthentication
http://localhost:8080/soap/servlet/rpcrouter 3826 screamingmedia.com/
Generated fault:
  Fault Code   = SOAP-ENV:Server.BadTargetObjectURI
  Fault String = Unable to resolve target object:
ce.ready2ware.authentication.AuthenticationService
done

I have a feeling this is a server-side problem, since I can run the
client on another machine accessing my machine, and it shoots back the same
error from there. Does anybody have any idea why this would happen? Thanks
for you help. :)

Sincerely,

Daryl.



RE: Apache SOAP deployed on BEA WL 6.1 Beta Problem

2001-07-13 Thread Kher, Amol

I have heard of this error and I dont think its related to BEA. Just check
the troubleshooting guide or FAQ. Mostly its either a classpath
issue(xerces.jar needs to be the FIRST jar) or XERCES issue (wrong xerces
version which is less likely since you already have tried it with Tomcat).

regards,
Amol

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 13, 2001 1:03 PM
To: [EMAIL PROTECTED]
Subject: Apache SOAP deployed on BEA WL 6.1 Beta Problem


I'm having an issue with Apache SOAP 2.2 deployed onto WebLogic 6.1 beta.
I've deployed it was a web application per the installation docs provided
by Apache.  I can get to all the links and deploy services via browser.  I
can't do it through the command line, I get an error that makes no sense to
me:

Ouch, the call failed:
  Fault Code   = SOAP-ENV:Client
  Fault String = Unable to resolve namespace URI for 'ns2'.

I can deploy this same service on Tomcat or apache with no problems with
the same deployment descriptor.  Has anyone faced this issue?

As said before I can deploy the service through the browser client, but
calls to the web service do not work (which they do on Tomcat/Apache).  I'm
assuming these problems are related and was hoping someone could help me
out.  Thanks again.


Eric Miles


This message is for the designated recipient only and may contain
privileged or confidential information.  If you have received it in error,
please notify the sender immediately and delete the original.  Any other
use of the email by you is prohibited.



Re: msg=Exception from service object: [Ljava.lang.Object;]

2001-07-13 Thread Ragu Sivaraman


Kar,
Thankx a bunch for your response

I did the following

1. return (AccountInfo[]c.toArray(new AccountInfo[0]);

2. Second approach
 return (AccountInfo[]c.toArray(new AccountInfo[c.size()];

But still it wont help

I get the following errors now

*
[SOAPException: faultCode=SOAP-ENV:Server; msg=Exception from service 
object: null]
at 
samples.soap.account.soap.AccountSoapProxy.callSoapMethod(AccountSoapProxy.java:80)
at 
samples.soap.account.soap.AccountSoapProxy.getAccount(AccountSoapProxy.java:97)
at 
samples.soap.account.servlet.AccountClientServlet.service(AccountClientServlet.java:53)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
at 
com.netscape.server.servlet.servletrunner.ServletInfo.service(Unknown 
Source)
at 
com.netscape.server.servlet.servletrunner.ServletRunner.execute(Unknown 
Source)
at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
at com.kivasoft.thread.ThreadBasic.run(Native Method)
at java.lang.Thread.run(Thread.java:479)


I am suprised to see that soap errors out as being "null"
which i believe its referring to the collection

But actually the collection is not null, I did a sanity check
on that collection and it is not empty

Folks any help for me?

-Ragu


>From: "Kar YEOW" <[EMAIL PROTECTED]>
>Reply-To: "Kar YEOW" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Subject: Re: msg=Exception from service object: [Ljava.lang.Object;]
>Date: Fri, 13 Jul 2001 09:21:29 +1000
>
>Try
>return (AccountInfo[])c.toArray(new AccountInfo[0]);
>
>Kar
>- Original Message -
>From: "Ragu Sivaraman" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Wednesday, July 11, 2001 7:16 AM
>Subject: msg=Exception from service object: [Ljava.lang.Object;]
>
>
>Folks:
>
>I have this problem when i try to do the following
>
>1. findByLastName method returns a collection of account objects based
>on the last name
>
>2. This collection is converted to array of objects using toArray().
>
>3. Then its casted to my javabean AccountInfo and returned
>   return (AccountInfo[])c.toArray(); file://where c being the 
>collection
>
>4. The above 3 functions are done in a method name getAccount()
>
>5. When this getAccount() method is set in the Call object (callSoapMethod
>in this case), with the parameters being set to null,
>i get this following error
>
>
>[SOAPException: faultCode=SOAP-ENV:Server;
>msg=Exception from service object: [Ljava.lang.Object;]
> at
>samples.soap.account.soap.AccountSoapProxy.callSoapMethod(AccountSoapProxy.j
>ava:80)
> at
>samples.soap.account.soap.AccountSoapProxy.getAccount(AccountSoapProxy.java:
>97)
> at
>samples.soap.account.servlet.AccountClientServlet.service(AccountClientServl
>et.java:53)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
> at
>com.netscape.server.servlet.servletrunner.ServletInfo.service(Unknown
>Source)
> at
>com.netscape.server.servlet.servletrunner.ServletRunner.execute(Unknown
>Source)
> at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
> at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
> at com.kivasoft.thread.ThreadBasic.run(Native Method)
>
>
>PLEASE HELP ME ,TO SOLVE THIS ISSUE
>THANKX IN ADVANCE
>RAGU
>_
>Get your FREE download of MSN Explorer at http://explorer.msn.com
>
>

_
Get your FREE download of MSN Explorer at http://explorer.msn.com




When to use SOAP?

2001-07-13 Thread Craig Green

Hello,
I have a web server running a web application (Java), currently it
interacts with JSPs using Beans. I'm looking at SOAP so that I can create a
stand alone MS application which interacts with my web app (Essentially it
will be replacing Beans in a ASP.NET or MS client). I will be passing back
fairly complex data objects. They will contain references to many other
complex user defined type, in addition to Vectors, Hashtables, etc... My
Question: "Is SOAP the right way to go?!?!"
I can't see any problem going from Java server to Java client. But I
assume that I will have to write a de/serializer on the client side (I'd be
using COM), this seems quite labour intensive for the number of different
object that I have. 

Is COM<->Java interoperability far enough along to make this project
feasible yet?

Thanks for your input.
Craig






This email message is confidential and subject to copyright. 
Any unauthorized use or disclosure is prohibited. 
 
 



Apache SOAP deployed on BEA WL 6.1 Beta Problem

2001-07-13 Thread eric . s . miles

I'm having an issue with Apache SOAP 2.2 deployed onto WebLogic 6.1 beta.
I've deployed it was a web application per the installation docs provided
by Apache.  I can get to all the links and deploy services via browser.  I
can't do it through the command line, I get an error that makes no sense to
me:

Ouch, the call failed:
  Fault Code   = SOAP-ENV:Client
  Fault String = Unable to resolve namespace URI for 'ns2'.

I can deploy this same service on Tomcat or apache with no problems with
the same deployment descriptor.  Has anyone faced this issue?

As said before I can deploy the service through the browser client, but
calls to the web service do not work (which they do on Tomcat/Apache).  I'm
assuming these problems are related and was hoping someone could help me
out.  Thanks again.


Eric Miles


This message is for the designated recipient only and may contain
privileged or confidential information.  If you have received it in error,
please notify the sender immediately and delete the original.  Any other
use of the email by you is prohibited.




RE: Serializer help

2001-07-13 Thread Tolsch, Ed

that works on my client but only if I do not have any input parameters to
pass in. I want to pass specific input parameters like String, long, etc on
the way in BUT return an Element on the way out.
for ex:
   // I set the encoding style prior to call.  ** If I change this to
Constants.NS_URI_LITERAL_XML 
// it will complain about trying to serialize the input parameter.
   call.setEncodingStyleURI(Constants.NS_URI_SOAP_ENC);
...
params.addElement(new Parameter("stringToConvert", String.class,
  args[3], null));
...
call.invoke(...)

// get response
Parameter result = resp.getReturnValue ();
Element el = (Element) result.getValue()


> -Original Message-
> From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, July 12, 2001 10:55 AM
> To:   [EMAIL PROTECTED]
> Subject:  Re: Serializer help
> 
> 
> You have to use this EncodingStyle "Constants.NS_URI_LITERAL_XML".  No
> need
> to specify any serializer in the deployment descriptor. SOAP server
> automatically does it for you.
> 
> 
> 
>  
> 
> "Tolsch, Ed"
> 
>  "'[EMAIL PROTECTED]'"  
> r.com>   <[EMAIL PROTECTED]>
> 
>  cc:
> 
> 07/12/2001   Subject: Serializer help
> 
> 10:23 AM
> 
> Please
> 
> respond to
> 
> soap-user
> 
>  
> 
>  
> 
> 
> 
> 
> HI,
>I'm trying to serialize an org.w3c.dom.Element as the return
> type of
> my soap service. I assumed I needed to modify my deploymentdescriptor file
> to tell it how to serialize my object. My Deployment descriptor mapping
> looks like the following:
> 
>   http://xml.apache.org/xml-soap/deployment";
>  id="urn:string-service">
> scope="Application"
> methods="strUpper stringUpper">
> ="false"/>
>   
> 
> 
> org.apache.soap.server.DOMFaultListener ne
> 
> r>
> 
>
> encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
> xmlns:x="urn:xml-string-svc" qname
> ="x:stringUpperElem"
> javaType="org.w3c.dom.Element"
> 
> java2XMLClassName="org.apache.xml.serialize.XMLSerializer"
> 
> xml2JavaClassName="org.apache.xml.serialize.XMLSerializer"/>
>  
> 
>This is causing my rpcrouter to blow up.  Is this the right
> approach
> or am I trying to solve the problem in the wrong area? Any help would be
> appreciated. Thanks in advance.
> 
> 
> 
> 



RE: where soap-spec available?

2001-07-13 Thread Abbott, James STASCO-OTO/72

http://www.w3.org/TR/2001/WD-soap12-20010709/
-Original Message-
From: vali [mailto:[EMAIL PROTECTED]]
Sent: 13 July 2001 11:03
To: '[EMAIL PROTECTED]'
Subject: where soap-spec available?


I'm new to SOAP tech. can any one tell me from where i can download
soap-spec?

-Original Message-
From: Oliver Rettig [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 13, 2001 2:03 PM
To: [EMAIL PROTECTED]
Subject: Re: Generic Compound Type?


Hi Michael,

> I'd like to use a generic compound type, as it is described in the
> Soap-Spec in chapter 5.4.3.
> But I have no idea what has to be done, to use it. I even don't know if
> Apache supports it.
>
> Does anyone tried it out and has a code snipplet from a client and the
> web-service method?
> How do I deploy it? Do I need a schema?
>
> I would like to use a generic compound type because I have a generic
> method that takes 0 to n Parameters of different simple types.
>
> In Java I would use a Hashtable as single parameter that would contain
> all parameters inside. Because the Hashtable-type is not part of the
> Soap-Spec I can't use it, otherwise I would loose compatibility to other
> implementation.

I had the same problem and I had solved it by using a Properties Objekt
instead a Hashtable. The Properties-Objekt has Methods for writing all in a
File or something like this and I write all in a String and than I use
simple String as parameter or result-value instead of Hashtable.
It´s not a really good way but it works find and you don´t need a lot of
time for implementation. The nices way should be to write
serializers/deserializers for your client.

Hope that helps you

Oliver



BizTalk

2001-07-13 Thread Gus Delgado

is WebLogic or tomcat a BizTalk Framework Compliant server?





SOAP on apache jserv

2001-07-13 Thread Harish Bhagavatula


I read this message SOAP on apache jserv, at this url -
http://marc.theaimsgroup.com/?l=soap-user&m=98890652006035&w=2 under soap faq.
I did all required modifications but I need information on the ContextManger
Deane is taking about.

Can some one tell me where can I find this ContextManager.java file.

thanks

Harish







begin:vcard 
n:Bhagavatula;Harish
tel;work:650-607-5134
x-mozilla-html:FALSE
org:;Oracle Transportation Exchange
adr:;;;Redwood City;California;;USA
version:2.1
email;internet:[EMAIL PROTECTED]
title:Sr. Applications Engineer
fn:Harish Bhagavatula
end:vcard



Problems serializing a vector of user defined classes with BeanSerializer

2001-07-13 Thread Adam Lipscombe

Folks,


Apologies if this is a well know question - I am a relative newbie to SOAP.


I need to pass a Vector of types via SOAP.
My understanding is that provided the the types conform the JavaBean specs I
should be able to use the Bean Serializer...


The Type in the Vector is:
public class  OrganisationListMemberModel
  implementsSerializable
{
  private OrganisationName  organisationName;


  public OrganisationListMemberModel(OrganisationName  organisationName)
  {
this.organisationName = organisationName;
return;
  }
  public OrganisationListMemberModel()
  {
return;
  }

  public OrganisationName getOrganisationName()
  {
return organisationName;
  }

  public void setOrganisationName(OrganisationName organisationName)
  {
this.organisationName = organisationName;
return;
  }
}


The OrganisationName type is:

public class OrganisationName
   implements java.io.Serializable
{
  private String value;

  public OrganisationName(String value) throws TypeException
  {
  this.value = value;
  return;
  }
  public OrganisationName()
  {
  return;
  }


  public String getValue()
  {
return value;
  }
  public void setValue(String value)
  {
this.value = value
return;
  }
}

The deployment descriptor is:

isd:service xmlns:isd="http://xml.apache.org/xml-soap/deployment";
 id="urn:OrganisationListFetcher">
  

  


org.apache.soap.server.DOMFaultListener

  
http://schemas.xmlsoap.org/soap/encoding/";
 xmlns:x="urn:ContactManager"
qname="x:OrganisationListMemberModel"

javaType="uk.co.landmark.contactmanager.common.model.OrganisationListMemberM
odel"

java2XMLClassName="org.apache.soap.encoding.soapenc.BeanSerializer"

xml2JavaClassName="org.apache.soap.encoding.soapenc.BeanSerializer"/>
  





All is well if the OrganisationListMemberModel class contains a native
String instead of an OrganisationName.
However when I use OrganisationName I get the following error:


SOAP-ENV:Server, message = java.lang.IllegalArgumentException: No Serializer
found to serialize a
'uk.co.landmark.contactmanager.common.types.OrganisationName' using encoding
style 'http://schemas.xmlsoap.org/soap/encoding/'.



It looks to me that the Vector and OrganisationListMemberModel classes are
being handled OK, but the OrganisationName class is not.


Any ideas why not?


Thanks in advance - Adam






Re: UDDI implement choice

2001-07-13 Thread Maarten Coene

The jUDDI project is hosted on sourceforge: 
http://sourceforge.net/projects/uddi

oh, download the CVS sources instead of release 0.3.1 if you want a 
database behind it!

Maarten

At 08:47 13/07/2001 -0400, Heitzso wrote:
>I've tried to go to the juddi site but get bounced.
>???  Is it just down?  Did it get slashdotted by this
>notice?
>
>>
>>There are two existing:
>>* jUDDI (judy) available on www.juddi.org (last release 0.3.1 Dezember 2000
>>- seems to be dead)
>>* pUDDIng http://www.opensorcerer.org/ (UDDI v2.0, Oracle)
>

--
Maarten Coene
Katholieke Universiteit Leuven
Dept. Computerwetenschappen Tel: ++32 (0)16/32 78 25
Celestijnenlaan 200A
B-3001 Heverlee





RE: Begging for Hash

2001-07-13 Thread greyson . smith


James -- thanks for the reply.  I'll just give a brief explanation of what
I'm trying to do, and if you have something that comes anywhere near what
I'm trying to accomplish, please send it on.

I am going to have a server that returns a hierarchy of items; basically a
node that can contain other nodes.  My intent was to use a hastable to
store the nodes, and return them to the client, but I have had difficulties
as to how to define them in the wsdl file.

Thanks.



   
  
"Abbott, James 
  
STASCO-OTO/72"   To: "'[EMAIL PROTECTED]'"  
  

  
tasco.com>   cc:   
  
 Subject: RE: Begging for Hash 
  
13-07-01 05:03 AM  
  
Please respond to  
  
soap-user  
  
   
  
   
  




What is the client U R returning the hash table to?
I have numerous java tests with hash tables, and objects extending the hash
table.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 12 July 2001 23:46
To: [EMAIL PROTECTED]
Subject: Begging for Hash


Does anyone have an example of returning a Hashtable with soap that they
would be willing to direct me to, or perhaps send?  I would be most
grateful.

--

NOTICE:  The information contained in this electronic mail transmission is
intended by Convergys Corporation for the use of the named individual or
entity to which it is directed and may contain information that is
privileged or otherwise confidential.  If you have received this electronic
mail transmission in error, please delete it from your system without
copying or forwarding it, and notify the sender of the error by reply email
or by telephone (collect), so that the sender's address records can be
corrected.




--

NOTICE:  The information contained in this electronic mail transmission is
intended by Convergys Corporation for the use of the named individual or
entity to which it is directed and may contain information that is
privileged or otherwise confidential.  If you have received this electronic
mail transmission in error, please delete it from your system without
copying or forwarding it, and notify the sender of the error by reply email
or by telephone (collect), so that the sender's address records can be
corrected.





Re: UDDI implement choice

2001-07-13 Thread Tarun Garg

Anyway they don't have much on their site.
You can straightaway go to sourceforge rather, where they've kept the
source.

http://sourceforge.net/projects/uddi


- Original Message -
From: "Heitzso" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 13, 2001 6:17 PM
Subject: Re: UDDI implement choice


> I've tried to go to the juddi site but get bounced.
> ???  Is it just down?  Did it get slashdotted by this
> notice?
>
> >
> >There are two existing:
> >* jUDDI (judy) available on www.juddi.org (last release 0.3.1 Dezember
2000
> >- seems to be dead)
> >* pUDDIng http://www.opensorcerer.org/ (UDDI v2.0, Oracle)
> >
>
>




Re: where soap-spec available?

2001-07-13 Thread Barry Boatfield

try google.com and type SOAP.

It will lead to a host of helpful SOAP (and soap making ) sites and to a
link to the actual spec.

If you're new then the actual SOAP 1.1 spec is unlikely to be the best place
to start.

- Original Message -
From: "vali" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 13, 2001 3:02 AM
Subject: where soap-spec available?


I'm new to SOAP tech. can any one tell me from where i can download
soap-spec?

-Original Message-
From: Oliver Rettig [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 13, 2001 2:03 PM
To: [EMAIL PROTECTED]
Subject: Re: Generic Compound Type?


Hi Michael,

> I'd like to use a generic compound type, as it is described in the
> Soap-Spec in chapter 5.4.3.
> But I have no idea what has to be done, to use it. I even don't know if
> Apache supports it.
>
> Does anyone tried it out and has a code snipplet from a client and the
> web-service method?
> How do I deploy it? Do I need a schema?
>
> I would like to use a generic compound type because I have a generic
> method that takes 0 to n Parameters of different simple types.
>
> In Java I would use a Hashtable as single parameter that would contain
> all parameters inside. Because the Hashtable-type is not part of the
> Soap-Spec I can't use it, otherwise I would loose compatibility to other
> implementation.

I had the same problem and I had solved it by using a Properties Objekt
instead a Hashtable. The Properties-Objekt has Methods for writing all in a
File or something like this and I write all in a String and than I use
simple String as parameter or result-value instead of Hashtable.
It´s not a really good way but it works find and you don´t need a lot of
time for implementation. The nices way should be to write
serializers/deserializers for your client.

Hope that helps you

Oliver





RE: XMLParserLiaison Problem

2001-07-13 Thread Ding, Chengmin

Dug,
Thank you very much for your hint. It turns out that I had an old
addressbook sample(for soap 2.1) in my classpath and somehow when I called
testit.cmd this old sample was always invoked.
Now all the 2.2 samples are working.

-Chengmin

-Original Message-
From: Doug Davis [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 12, 2001 7:48 PM
To: [EMAIL PROTECTED]
Subject: Re: XMLParserLiaison Problem


Make sure you don't have an old soap.jar or *anything* built with the old
soap,jar file in your classpath.
I had the same problem when some old samples were in my classpath - once I
recompiled them with the new soap.jar file it worked.
-Dug


"Ding, Chengmin" <[EMAIL PROTECTED]> on 07/12/2001 01:28:41 PM

Please respond to [EMAIL PROTECTED]

To:   "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
cc:
Subject:  XMLParserLiaison Problem



Hi,All,
I recently migrated from Soap2.1 to Soap2.2. When I tried to run the sample
addressbook (the soap2.2 version, XMLParserLiaison has been replaced by
XMLParserUtils), I always got "...XMLParserLiaison not found". I checked
the
archive/FAQ but haven't found any tips for this problem. Can anyone give me
some hint on how to solve this issue?
BTW, when I tried to run the old Addressbook sample for Soap2.1, I got the
same error message. I am using Xerces1.3.0 as the first entry in my
classpath.

Thanks.

-Chengmin




Re: Important desicion

2001-07-13 Thread Heitzso

Eduardo Yánez wrote:

>Is this Apache SOAP 2.2 implementation able of handling enterprise level application 
>requirements?
>
Please spec what you mean by enterprise level application requirements ...

Because you can hinge off tomcat's ability to support distributed
workers you could probably beef up your system to handle moderate loads
(several hundred requests per second?) via a number of backend systems
with respectably small downtime.

Or, if you can tolerate handling roughly dozen requests per second
with occasional downtime set it up on a single system 

But, caveats abound, for instance

- XML Schema parsers are still stabilizing/optimizing

- knowledge required to setup Apache SOAP to interoperate with
 other languages (VB, C#, .NET -- just watch this list for
 awhile)
 
So it all depends on what you mean by 'enterprise level'.

My sense is that you should download and setup technology
exploratory code and bench/stress it for your environment.


just getting feet wet with SOAP,
Heitzso





Re: UDDI implement choice

2001-07-13 Thread Heitzso

ah-h-h-h, the juddi project is hosted on sourceforge
(as noted in one of the other emails) at
http://sourceforge.net/projects/uddi/




Re: UDDI implement choice

2001-07-13 Thread Heitzso

I've tried to go to the juddi site but get bounced.
???  Is it just down?  Did it get slashdotted by this
notice?

>
>There are two existing:
>* jUDDI (judy) available on www.juddi.org (last release 0.3.1 Dezember 2000
>- seems to be dead)
>* pUDDIng http://www.opensorcerer.org/ (UDDI v2.0, Oracle)
>





Re: where soap-spec available?

2001-07-13 Thread Jonathan Chawke

SOAP 1.1 is here: http://www.w3.org/TR/SOAP
There are also some other SOAP-related specs in this list:
  http://www.w3.org/TR/
Jonathan.

>From: vali <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
>Subject: where soap-spec available?
>Date: Fri, 13 Jul 2001 18:02:43 +0800
>
>I'm new to SOAP tech. can any one tell me from where i can download
>soap-spec?
>
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.




Re: where soap-spec available?

2001-07-13 Thread Jonathan Chawke

SOAP 1.1 is here: http://www.w3.org/TR/SOAP
There are also some other SOAP-related specs in this list:
  http://www.w3.org/TR/
Jonathan.

>From: vali <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
>Subject: where soap-spec available?
>Date: Fri, 13 Jul 2001 18:02:43 +0800
>
>I'm new to SOAP tech. can any one tell me from where i can download
>soap-spec?
>
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.




Re: where soap-spec available?

2001-07-13 Thread Brajendra . Singh


Try www.apache.org and www.w3c.org to get information about soap
specifications.

Brajendra Singh
Software Engineer




RE: where soap-spec available?

2001-07-13 Thread Saint-Martin Cecile

http://www.w3.org/TR/SOAP/

SAINT-MARTIN Cecile
[EMAIL PROTECTED]

> -Message d'origine-
> De : vali [mailto:[EMAIL PROTECTED]]
> Envoyé : vendredi 13 juillet 2001 12:03
> À : '[EMAIL PROTECTED]'
> Objet : where soap-spec available?
>
>
> I'm new to SOAP tech. can any one tell me from where i can download
> soap-spec?




Re: where soap-spec available?

2001-07-13 Thread Chiranjeevi Paruchur


You can get it from www.w3.org


   
   
vali   
   
  
ra.com>  cc:   
   
 Subject: where soap-spec available?   
   
13.07.01   
   
12:02  
   
Please 
   
respond to 
   
soap-user  
   
   
   
   
   




I'm new to SOAP tech. can any one tell me from where i can download
soap-spec?

-Original Message-
From: Oliver Rettig [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 13, 2001 2:03 PM
To: [EMAIL PROTECTED]
Subject: Re: Generic Compound Type?


Hi Michael,

> I'd like to use a generic compound type, as it is described in the
> Soap-Spec in chapter 5.4.3.
> But I have no idea what has to be done, to use it. I even don't know if
> Apache supports it.
>
> Does anyone tried it out and has a code snipplet from a client and the
> web-service method?
> How do I deploy it? Do I need a schema?
>
> I would like to use a generic compound type because I have a generic
> method that takes 0 to n Parameters of different simple types.
>
> In Java I would use a Hashtable as single parameter that would contain
> all parameters inside. Because the Hashtable-type is not part of the
> Soap-Spec I can't use it, otherwise I would loose compatibility to other
> implementation.

I had the same problem and I had solved it by using a Properties Objekt
instead a Hashtable. The Properties-Objekt has Methods for writing all in a
File or something like this and I write all in a String and than I use
simple String as parameter or result-value instead of Hashtable.
It´s not a really good way but it works find and you don´t need a lot of
time for implementation. The nices way should be to write
serializers/deserializers for your client.

Hope that helps you

Oliver






RE: Begging for Hash

2001-07-13 Thread Abbott, James STASCO-OTO/72

What is the client U R returning the hash table to?
I have numerous java tests with hash tables, and objects extending the hash
table.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 12 July 2001 23:46
To: [EMAIL PROTECTED]
Subject: Begging for Hash


Does anyone have an example of returning a Hashtable with soap that they
would be willing to direct me to, or perhaps send?  I would be most
grateful.

--

NOTICE:  The information contained in this electronic mail transmission is
intended by Convergys Corporation for the use of the named individual or
entity to which it is directed and may contain information that is
privileged or otherwise confidential.  If you have received this electronic
mail transmission in error, please delete it from your system without
copying or forwarding it, and notify the sender of the error by reply email
or by telephone (collect), so that the sender's address records can be
corrected.




where soap-spec available?

2001-07-13 Thread vali

I'm new to SOAP tech. can any one tell me from where i can download
soap-spec?

-Original Message-
From: Oliver Rettig [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 13, 2001 2:03 PM
To: [EMAIL PROTECTED]
Subject: Re: Generic Compound Type?


Hi Michael,

> I'd like to use a generic compound type, as it is described in the
> Soap-Spec in chapter 5.4.3.
> But I have no idea what has to be done, to use it. I even don't know if
> Apache supports it.
>
> Does anyone tried it out and has a code snipplet from a client and the
> web-service method?
> How do I deploy it? Do I need a schema?
>
> I would like to use a generic compound type because I have a generic
> method that takes 0 to n Parameters of different simple types.
>
> In Java I would use a Hashtable as single parameter that would contain
> all parameters inside. Because the Hashtable-type is not part of the
> Soap-Spec I can't use it, otherwise I would loose compatibility to other
> implementation.

I had the same problem and I had solved it by using a Properties Objekt
instead a Hashtable. The Properties-Objekt has Methods for writing all in a
File or something like this and I write all in a String and than I use
simple String as parameter or result-value instead of Hashtable.
It´s not a really good way but it works find and you don´t need a lot of
time for implementation. The nices way should be to write
serializers/deserializers for your client.

Hope that helps you

Oliver




RE: UDDI implement choice

2001-07-13 Thread Anne Thomas Manes

If database choice is your primary concern, you might also take a look at:
* Idoox WASP http://www.idoox.com
* The Mind Electric GLUE http://www.themindelectric.com

These implementations aren't open source, but they can support any JDBC database. They 
also include some pretty reasonable tools.

Regards,
Anne 

-Original Message-
From: Florian Lackerbauer [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 13, 2001 12:21 AM
To: '[EMAIL PROTECTED]'
Subject: AW: UDDI implement choice


Hi fanyun,

There are two existing:
* jUDDI (judy) available on www.juddi.org (last release 0.3.1 Dezember 2000
- seems to be dead)
* pUDDIng http://www.opensorcerer.org/ (UDDI v2.0, Oracle)

regards, 
  florian


-Ursprüngliche Nachricht-
Von: fanyun [mailto:[EMAIL PROTECTED]]
Gesendet: Donnerstag, 12. Juli 2001 18:29
An: Soap-User
Betreff: UDDI implement choice


Hi:

Any one know is there any open source UDDI  server implementation?(The
UDDI4J is locked on DB2)


Regards

fanyun




Re: Generic Compound Type?

2001-07-13 Thread Oliver Rettig

Hi Michael,

> I'd like to use a generic compound type, as it is described in the
> Soap-Spec in chapter 5.4.3.
> But I have no idea what has to be done, to use it. I even don't know if
> Apache supports it.
>
> Does anyone tried it out and has a code snipplet from a client and the
> web-service method?
> How do I deploy it? Do I need a schema?
>
> I would like to use a generic compound type because I have a generic
> method that takes 0 to n Parameters of different simple types.
>
> In Java I would use a Hashtable as single parameter that would contain
> all parameters inside. Because the Hashtable-type is not part of the
> Soap-Spec I can't use it, otherwise I would loose compatibility to other
> implementation.

I had the same problem and I had solved it by using a Properties Objekt
instead a Hashtable. The Properties-Objekt has Methods for writing all in a
File or something like this and I write all in a String and than I use
simple String as parameter or result-value instead of Hashtable.
It´s not a really good way but it works find and you don´t need a lot of
time for implementation. The nices way should be to write
serializers/deserializers for your client.

Hope that helps you

Oliver



begin:vcard 
n:Rettig;Oliver
tel;fax:0721/38489606
tel;home:0721/9662896
tel;work:0721/38489600
x-mozilla-html:FALSE
org:ORAT Software-Entwicklung
adr:;;Steinstr. 23;Karlsruhe;;76133;
version:2.1
email;internet:[EMAIL PROTECTED]
title:Dipl.Phys.
x-mozilla-cpt:;6688
fn:Oliver Rettig
end:vcard



AW: UDDI implement choice

2001-07-13 Thread Florian Lackerbauer

Hi fanyun,

There are two existing:
* jUDDI (judy) available on www.juddi.org (last release 0.3.1 Dezember 2000
- seems to be dead)
* pUDDIng http://www.opensorcerer.org/ (UDDI v2.0, Oracle)

regards, 
  florian


-Ursprüngliche Nachricht-
Von: fanyun [mailto:[EMAIL PROTECTED]]
Gesendet: Donnerstag, 12. Juli 2001 18:29
An: Soap-User
Betreff: UDDI implement choice


Hi:

Any one know is there any open source UDDI  server implementation?(The
UDDI4J is locked on DB2)


Regards

fanyun