cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Header

Former Member
0 Kudos

Hi...

I'm facing some issues to consume an webservice from SOAMANAGER. Our client is developed on J2ME...

When we call the webservice, we receive the following message:

java.rmi.MarshalException missing end tag body envelope

Hi,

I'm developing an webservice through soamanager tx, and it works well if I call from a Java SE application.

But, when I call it from a Java ME application, my application is asking for parameters on header...

The question is...

How can I put some parameter on header tag in my SOAP envelope? Doesn't matter if is a dummy parameter...

Regards.

"Googling" for it, we found some information, indicating that the problem is on header tag... In our case, the header tag is empty... We need to know, how can we fill it with any information (a dummy information, for example), or how can we take off that tag...

Regards.

Edited by: Glauber Vicari on May 21, 2010 9:14 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Solved.

Former Member
0 Kudos

But how??? I have exactly the same problem, and no idea how to solve...

Former Member
0 Kudos

Well, we decided to use KSOAP to connect to our webservices, and then, we change some properties on KSOAP side...

We can't change the informations on SOAP header, so change de KSOAP side is the only way.

Some TAGS from the header are not allowed on JSR and KSOAP on Java ME.

Regards.