The Artima Developer Community
Sponsored Link

Web Services Forum
gSOAP

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
nico rouss

Posts: 1
Nickname: kran
Registered: Jun, 2008

gSOAP Posted: Jun 27, 2008 3:07 AM
Reply to this message Reply
Advertisement
Hi there,

I got a problem, I have used wsdl2h to generate the C files of my client, but when I call a function I get this message :

SOAP 1.1 fault: SOAP-ENV:Client [no subcode]
"Validation constraint violation: data type mismatch soapenc:Array in element <multiRef>"
Detail: [no detail]

Here is my code :


struct soap soap;
char* login;
char* password;
login="blabla";
password="blabla";

soap_init(&soap);

struct ns4__getUserResponse reponse;

soap_call_ns4__getUser(&soap,
NULL,
NULL,
login,
password,
&reponse
);




Has somebody ever had this ?

Nico

Topic: enum with axis2 doesn't work Previous Topic   Next Topic Topic: Can not find the Add-In on the context Menu.

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use