After looking at the source, it turns out that this was a JNDI issue. That led me to the deployment descriptor and the need for a little configuration to define the following:
<isd:option key="FullHomeInterfaceName" value="samples.MyServiceHome" />
<isd:option key="ContextProviderURL" value="t3://soapserver.com:7100" />
<isd:option key="FullContextFactoryName" value="weblogic.jndi.WLInitialContextFactory"/>
I deployed the service again and it worked.
Kory
-----Original Message-----
From: Lasker, Kory [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 08, 2002 2:24 PM
To: '[EMAIL PROTECTED]'
Subject: Unable to initalize context
I've got some issues with my WLS 6.1 setup and Apache::SOAP cooperating. Despite simply using the weblogic_ejb sample in SOAP v2.2 that I modified slightly to support WebLogic 6.1, I get some strange errors outside of my code completely when the server receives the message. I've searched through the archives and haven't found anything specific to this problem so I'm hoping someone here might have had this same issue recently and could shed some light.
Thanks,
Kory
</SOAP-ENV:Envelope>
