RE: compatibility with weblogic 6.1 beta

2001-06-14 Thread Steve Livingston
Title: RE: compatibility with weblogic 6.1 beta Attached is a 1st draft for a FAQ entry.  Stefan and Ed: Im not clear on the nature of the problem.  Ive always gotten the Unable to resolve namespace and putting zerxes first in CP has always fixed that problem until WL6.1beta.

RE: compatibility with weblogic 6.1 beta

2001-06-14 Thread Stefan Dube
Title: RE: compatibility with weblogic 6.1 beta Hi! It's because SOAP 2.2 now uses JAXP (instead of using Xerces directly). When using Xerces directly there is no problem (other than to have the correct version first in the classpath). When using JAXP there are two property values which

Help, keep receiving NoSuchMethodError!!

2001-06-14 Thread blaine_mincey
Hi all. I am trying to walk through the SOAP examples using Java. I consistently get the same error, Server Exception and NoSuchMethodError. I have been rather meticulous in setting everything up and I cannot find what the problem is. In fact, I have set up both JRun 3.1 and Tomcat and I

Re: Headerentries type

2001-06-14 Thread Jim Hazen
Don't remember exactly, but I think Parameters worked for me. I always loved the JavaDocs on this as well. :) -Jim Does anybody know what type of object the Vector that goes into the Header.setHeaderEntries(java.util.Vector v) expects?

error in messaging example in jrun

2001-06-14 Thread Simon Evans
i am tring to run the soap examples in JRun, but i am getting an error i am pretty sure i deployed soap into JRun ok, i can see the admin page and everything. then i try to run C:\soap-2.2\samples\messagingtestit This test assumes server URLs of http://localhost:8100/soap/servlet/rpcrouter and

Exception when trying to deploy my service Please help..

2001-06-14 Thread Khamesra, SandeepX
Hi I just downladed the SOAP from apache site. as per instruction I put all the relevant jar file in the web and tested with the web . Now I am trying to deploy any of the sample say stockquote. I tried running the script testit.sh and also deploy command using ServiceManagerClient and it

Content type error, Help!!!

2001-06-14 Thread Yiyan Chen
When I run the sample code from apache: AddressBook. I got errors: [SOAPException: faultCode=SOAP-ENV:Protocol; msg=Unsupported response content type text/html, must be: text/xml. Response was: headtitleNot Found (404)/title/head bodyh1Not Found (404)/h1 bOriginal request:/b

Passing config parameters to an rpc soap service

2001-06-14 Thread Warwick Slade
Is there any way that I can place a custom parameter in the deployment descriptor and then access this parameter from the soap service?