[ http://jira.codehaus.org/browse/JIBX-90?page=comments#action_55569 ] 

Eric Quilantang commented on JIBX-90:
-------------------------------------

it appears weblogic 8.1 sp3 is strict with the soap spec.
it's okay with
        conn.setRequestProperty("Content-type","text/xml");
or
        conn.setRequestProperty("Content-type","application/soap+xml");

but it doesn't like application/xml



> jibx soap client content-type="application/xml" not recognized by my weblogic 
> server
> ------------------------------------------------------------------------------------
>
>          Key: JIBX-90
>          URL: http://jira.codehaus.org/browse/JIBX-90
>      Project: JiBX
>         Type: Bug

>   Components: jibx-soap
>     Versions: jibxsoap-alpha0.2
>  Environment: winxp,java5
>     Reporter: Eric Quilantang

>
>
> in SoapClient::call
> I found that changing the content-type to "text/xml" made it work with my 
> weblogic server.
> I figured this out when I compared the http headers between jibx-soap and 
> sun's-soap

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
jibx-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-devs

Reply via email to