Title: Message
    Can you paste your full soap msg which goes out to the wire and your java pgm which builds this soap msg. 
 
    rgds,

Rajesh Anand
Email:[EMAIL PROTECTED]

-----Original Message-----
From: Manuel Nicolas Ortuño [mailto:[EMAIL PROTECTED]
Sent: 26 May 2005 14:07
To: [email protected]
Subject: AxisFault: Did not understand "MustUnderstand" header(s)

I have a client of web service that use axis api. When I call the service I get the exception

 

AxisFault

 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}MustUnderstand

 faultSubcode:

 faultString: Did not understand "MustUnderstand" header(s):

 faultActor:

 faultNode:

 faultDetail:

      {http://xml.apache.org/axis/}stackTrace:

      at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:96)

      at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)

      at org.apache.axis.client.Call.invokeEngine(Call.java:2765)

      at org.apache.axis.client.Call.invoke(Call.java:2748)

      at org.apache.axis.client.Call.invoke(Call.java:1902)

      at es.carm.ctyc.wc.CSigepal.m1.main(m1.java:66)

 

Axis 1.2

j2sdk1.4.2_08

 

Service service = new Service();

Call call = (org.apache.axis.client.Call) service.createCall();

call.invoke…

 

I’d see xml that the service web return and the problem is <sap:Main xmlns:sap="…" versionMajor="3" versionMinor="0" SOAP:mustUnderstand="1">

With axis 1.1 not problem but with 1.2 throw exception

Please help, how I solve this?

Thx


If you are not an intended recipient of this e-mail, please notify the sender, delete it and do not read, act upon, print, disclose, copy, retain or redistribute it. Click here for important additional terms relating to this e-mail.     http://www.ml.com/email_terms/

Reply via email to