Kelvin,
      Please find my comments inline.
Kelvin Lin <[EMAIL PROTECTED]> writes:
>  
> 1st, I don't know whether single squote "\'" will affect the soap message or
> not. Because in the correct format, soap message uses double squote "\"". It
> means xmlns:ns1 = "http://stockquote"; not xmlns:ns1 =
> 'http://stockquote'.
I think single quote should not affect the soap message because it
does not affect for welformness of the xml document. [1]
>  
> 2nd, it is still in disorder sequence. Because I want get the soap message 
> like
> the following order:
>  
> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";
> xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"; xmlns:xsi="http://
> www.w3.org/1999/XMLSchema-instance" 
> xmlns:xsd="http://www.w3.org/1999/XMLSchema
> " xmlns:ns1="http://stockquote";>
>  
> It means ns xmlns:SOAP-ENV is in the first place, xmlns:SOAP-ENC in the second
> place and xmlns:xsi in the third place.
Please let me see what happen there, will get back to you soon.

>  
> 3rd, in the server concole, there are some error infos for wrong soap message:
>  
> [7/9/07 13:58:36:953 CST] 50d0aea1 WebServicesSe E
> com.ibm.ws.webservices.engine.transport.http.WebServicesServlet  WSWS3112E:
> Error: Generating WebServicesFault due to missing SOAPAction.
> [7/9/07 13:58:36:953 CST] 50d0aea1 WebServicesSe E
> com.ibm.ws.webservices.engine.transport.http.WebServicesServlet  TRAS0014I: 
> The
> following exception was logged WebServicesFault
>  faultCode: {http://websphere.ibm.com/webservices/}Client.NoSOAPAction
>  faultString: WSWS3147E: Error: no SOAPAction header!
>  faultActor: null
>  faultDetail:
> WSWS3147E: Error: no SOAPAction header!
Could you please show us transferred SOAP message, you can catch it
using TCPMon tool. Seems some problem with SOAP message.
> but return value of function axis2_svc_client_send_receive(svc_client, env,
> payload) is NULL, meaning no getting any response even error
> message.
What does the log says? 
>  
> #####################################################
>  
> Then I used attribute apis like this to create soap message:

I think this method is not correct, I'm afraid, axiom attributes does
not intended to create namespaces. At the xml document object model
level there are more details to handle in namespaces than in
attributes. 

thanks,
Dinesh

1.http://www.w3.org/TR/REC-xml-names/#sec-intro
-- 
Dinesh Premalal
http://xydinesh.wordpress.com/
GPG ID : A255955C
GPG Key Finger Print : C481 E5D4 C27E DC34 9257  0229 4F44 266E A255 955C

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

Reply via email to