Hi

I want to as for best solution for my problem.

Situation: There is deployed and working service on server (Apache
Tomcat 5.5). Service's invoking works ok when I use client implemented
in Java (using AXIOM stuff). But now, it's needed to write PHP client
which use raw "socket connection" (NuSOAP, but I'm not familiar with
it). Service beside of main soap content sends also other HTTP stuff
like:

HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Set-Cookie: JSESSIONID=56E80C50C8363E69865505B4353F058A; Path=/axis2
Content-Type: multipart/related; 
boundary=MIMEBoundaryurn_uuid_FA6326B732D622C98111775122830313; 
type="application/xop+xml"; start="<0.urn:uuid:[EMAIL PROTECTED]>"; 
start-info="text/xml";charset=UTF-8Transfer-Encoding: chunkedDate: Wed, 25 Apr 
2007 14:44:43 
GMT258--MIMEBoundaryurn_uuid_FA6326B732D622C98111775122830313content-type:application/xop+xml;
 charset=UTF-8; type="text/xml";content-transfer-encoding:binarycontent-id:
   <0.urn:uuid:[EMAIL PROTECTED]>
...

What is the best solution to omit it and get final XML SOAP message
easily:
- parsing message manually and getting final content,
- maybe there are some configuration options on service side (but I
don't think so) to force axis2/service to not send this info, but raw
XML SOAP message
- maybe there are some configuration options on client side to not
show this info, but only final XML message.


zolv


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to