Re: [SOAP] accessing windows SOAP server
[email protected] (Andrew Bowman)
| Newsgroups | php.soap |
|---|---|
| Message-ID | <[email protected]> |
The .NET SOAP services bury the data elements several elements down. Make sure you have the right root element and all of the required child elements. If you are not doing SSL, you can use tcpdump to watch the conversation between the servers. Try something like this: sudo tcpdump -i eth0 -A -s 1500 -n tcp port 80 Drop the sudo if you are logged in a root (bad idea!), change the interface from eth0 to whatever is appropriate for your computer, and change the port to whatever the server is listening on. On Nov 20, 2008, at 2:20 PM, Borys Paweł Krupa wrote: > Hi, > > I'm in trouble accessing a windows soap server from linux php > environment. > I can read the wsdl file but arguments of methods are not passed > properly. > > What is the most reasonable solution to make it running properly? > > thx in advance, > > Borys -- Andrew Bowman [email protected] When art critics get together they talk about Form and Structure and Meaning. When artists get together they talk about where you can buy cheap turpentine. —Pablo Picasso