Problem with MS Excel consume Web Services on Websphere 5.0

Y

Ying Wang

Hi,

I created a simple web services application using Axis.
When I run the java client application, it wroks
perfectly. However, when I try to access this web services
from MS Excel XP using Office XP Web Services Took Kit,
error message shows "SoapMapper:Array dimensions do not
match definition."

I found the difference in SOAP request message between
Java client and Excel client is Excel using HTTP/1.1 in
SOAP request header while Java using HTTP/1.0. The Axis
generates some garbage data when the request header is
HTTP/1.1.

Can Office XP Web Services Took Kit generate proxy classes
with HTTP/1.0 header in the SOAP request? I appreciate if
anyone can help me out on this.


Thanks,
Ying
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top