cancel
Showing results for 
Search instead for 
Did you mean: 

error in web service execution java.lang.IllegalArgumentException

raktim_banerjee
Participant
0 Kudos

Hi All,

I am getting the following error at the runtime when calling the web service.

java.lang.IllegalArgumentException: can't parse argument number http://sapdctm.dfs.poc.lexmark.com

Please help.

Thanks in advance.

Raktim

part of wsdl file:

<?xml version="1.0" encoding="UTF-8" ?>

- <!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.1.3-b02-.

-->

- <!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.1.3-b02-.

-->

- <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://ws.sapdctm.dfs.poc.lexmark.com/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="DctmUploadService" targetNamespace="http://ws.sapdctm.dfs.poc.lexmark.com/">

- <types>

- <xsd:schema>

<xsd:import namespace="http://ws.sapdctm.dfs.poc.lexmark.com/" schemaLocation="http://dlxkrecm01.lex.lexmark.com:9080/services/sapdctm/DctmUploadService?xsd=1" />

</xsd:schema>

- <xsd:schema>

<xsd:import namespace="http://sapdctm.dfs.poc.lexmark.com" schemaLocation="http://dlxkrecm01.lex.lexmark.com:9080/services/sapdctm/DctmUploadService?xsd=2" />

</xsd:schema>

- <xsd:schema>

<xsd:import namespace="http://rt.fs.documentum.emc.com/" schemaLocation="http://dlxkrecm01.lex.lexmark.com:9080/services/sapdctm/DctmUploadService?xsd=3" />

</xsd:schema>

</types>

- <message name="uploadContent">

<part element="tns:uploadContent" name="parameters" />

</message>

Edited by: Raktim Banerjee on Dec 24, 2009 11:47 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi Raktim

i am also stuck up with same error.

although such an argument is declared in web service, when i execute the web service it throws exception saying java.lang.IllegalArgumentException.

did you get any solution for this, coz i tried restarting the java server but it didnt help.

please help.

Regards,

Deepak Salokhe

raktim_banerjee
Participant
0 Kudos

We used axis for generating proxy.