cancel
Showing results for 
Search instead for 
Did you mean: 

Excel Webservice Extensions

Former Member
0 Kudos

Hi,

I'm trying to invoke a webservice using the Microsoft Office 2003 Web Services Toolkit. I've generated a proxy from XML and I'm able to send data to the service. On processing the response I get the following error:

"SoapMapper:Fehler beim Wiederherstellen von Daten in SoapMapper "EON_MT_exposure_result". HRESULT=0x80070057: Falscher Parameter.

- Client:Nicht angegebener Clientfehler. HRESULT=0x80070057: Falscher Parameter."

An excerpt of my wsdl is given below. I have already tweaked it and added type="s:data"> to the element named data. I did this due to a MS hint: http://support.microsoft.com/default.aspx?scid=kb%3Bde%3B840925

Any ideas?

Kind regards,

Heiko

...

<xsd:element name="EON_MT_exposure_result" type="EON_DT_exposure_result"/>

<xsd:element name="EON_MT_exposure_input" type="EON_DT_exposure_input"/>

<xsd:complexType name="EON_DT_exposure_result">

<xsd:sequence>

<xsd:element name="data" maxOccurs="unbounded" type="s:data">

<xsd:complexType>

<xsd:sequence>

<xsd:element name="code" type="xsd:string"/>

<xsd:element name="message" type="xsd:string"/>

</xsd:sequence>

</xsd:complexType>

</xsd:element>

</xsd:sequence>

</xsd:complexType>

...

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Heiko,

The problem is that restoration of data into Soap mapper is failing.

Here is a thread that deals with the same issue.

cheers,

Prashanth

Former Member
0 Kudos

Thank's, I have read this thread before. But the error described there seems to be different.

Cheers,

Heiko

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Heiko,

Did you solve the problem? Please let me know

cheers,

Prashanth

Former Member
0 Kudos

Hi Prashanth,

not yet. I have opened a thread in msdn...

I'll complete this thread if I solve the problem.

Cheers,

Heiko

Former Member
0 Kudos

Hi Heiko,

Since the error was in german, I used google's language tool to translate it to english :-).

This was what it said.

"SoapMapper:Fehler beim Wiederherstellen von Daten in SoapMapper "EON_MT_exposure_result". HRESULT=0x80070057: Falscher Parameter. - Client:Nicht angegebener Clientfehler. HRESULT=0x80070057: Falscher Parameter."

translates to

“SoapMapper: Error when restoring data in SoapMapper “EON_MT_exposure_result”. HRESULT=0x80070057: Wrong parameter. - Client: Not indicated Clientfehler. HRESULT=0x80070057: Wrong parameter.”

cheers,

Prashanth