Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: 10g ORA-30625: method dispatch on NULL SELF argument is disallowed

Re: 10g ORA-30625: method dispatch on NULL SELF argument is disallowed

From: jobs <jobs_at_webdos.com>
Date: 23 May 2007 09:54:19 -0700
Message-ID: <1179939259.730402.75460@m36g2000hse.googlegroups.com>


nevermind last post.. cast works fine.

fyi, l_response looks like this. When I run the webservice with http post it returns a value. I

<GetFullNameResponse xmlns="http://www.xxx.net/">   <GetFullNameResult/>
</GetFullNameResponse>

when I run the web service via http. it returns:

<?xml version="1.0" encoding="utf-8" ?>
  <string xmlns="http://www.xxx.net/">Bob Jones</string>

The reason I'm looking for GetFullNameResult is the wsdl:

  <s:element minOccurs="0" maxOccurs="1" name="userName" type="s:string" />

  </s:sequence>

  </s:complexType>

  </s:element>

  <s:element minOccurs="0" maxOccurs="1" name="GetFullNameResult" type="s:string" />

  </s:sequence>

  </s:complexType>

  </s:element> Received on Wed May 23 2007 - 11:54:19 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US