Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^3: SOAP::Lite, custom headers or raw xml ?

by gellyfish (Monsignor)
on Aug 18, 2006 at 18:15 UTC ( [id://568233]=note: print w/replies, xml ) Need Help??


in reply to Re^2: SOAP::Lite, custom headers or raw xml ?
in thread SOAP::Lite, custom headers or raw xml ?

The namespace prefix really shouldn't matter to a well behaved toolkit.

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap. +org/soap/envelope/"> ...
is effectively the same as
<soap:Envelope xmlns:soap="http://schemas.xmlsoap. +org/soap/envelope/"> ...
or even
<BlahBlahWoofWoof:Envelope xmlns:BlahBlahWoofWoof="http://schemas.xmls +oap. +org/soap/envelope/"> ...
. The prefix used can be thought of as being "preprocessed" to represent the URI associated with it by the xmlns:prefix="URL" attribute. Of course the server might be badly behaved.

However from the fault text you are getting I think the problem actually is that your are missing something from the request. I would suggest either consulting the WSDL for the service or the documentation or asking the person who is responsible for it to see where you have to place the RequestorNode or DistinguishedName and what the content is supposed to be.

/J\

Replies are listed 'Best First'.
Re^4: SOAP::Lite, custom headers or raw xml ?
by golemwashere (Acolyte) on Aug 21, 2006 at 09:27 UTC
    Everything works now, thanks!
    It's nice to see a place with competent and helpful people like this.
    I was using the wrong SOAPaction, btw I used Oxygen WSDL Soap analyzer which is the only tool I found which supports https to debug soap requests.
    P.S.
    I just hate peoplesoft integration broker's soap error messages, they are simply misleading.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://568233]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (7)
As of 2024-04-23 11:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found