Thanks,

But, does anybody know if this is an AXIS bug or remedy issue?  I've got to
use Java, and frankly, we have this build process fairly automated and
manually editing the stubs isn't so elegant. 

Also, are there other non-java clients that are experiencing this? I'm also
wondering if this is a wsi compliance issue.

Thanks,

Wade Wiles
EAI & Web Services Development
XO Communications
[EMAIL PROTECTED]



On Fri, 30 Jun 2006 09:30:03 -0600, Wurth, Russell
<[EMAIL PROTECTED]> wrote:

>
>There is a problem with Java clients built from Remedy web services with
>WSDL2Java or wscomplie.  The stubs generated put parameters into the
>input message header when Remedy is not expecting them.  This results in
>the Remedy web service not receiving any values as part of a
>qualification input.  You should be able to see this in the Mid-Tier
>logs, just turn on the finest setting and look for web services only.
>

>In your binding stub java file replace your line that looks like this:
>

>param = new org.apache.axis.description.ParameterDesc(
>new javax.xml.namespace.QName("<namespace>", "<opName>"),

>org.apache.axis.description.ParameterDesc.IN,

>new javax.xml.namespace.QName("<namespace>", "GetListInputMap"),

>MyClientName.GetListInputMap.class,

>true,

>false);
>

>with this:
>

>param = new org.apache.axis.description.ParameterDesc(
>new javax.xml.namespace.QName("<namespace>", "<opName>"),

>org.apache.axis.description.ParameterDesc.IN,

>new javax.xml.namespace.QName("<namespace>", "GetListInputMap"),

>MyClientName.GetListInputMap.class,

>false,

>false);
>

>Russell Wurth
>

>Russell Wurth
>OSS Development
>Time Warner Telecom
>303-542-4223
>[EMAIL PROTECTED]
><blocked::mailto:[EMAIL PROTECTED]>

<SNIP>

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at http://www.wwrug.org

Reply via email to