473,382 Members | 1,766 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

SOAP to Pass Object to PHP

All,

I'm trying to use SOAP to pass a serialized object from a VB.net
application to a PHP application. Is this at all possible? Any help
will be appreciated. I have included a copy of the SOAP file below.

Regards,
Michael




<SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-
instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-
ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://
schemas.xmlsoap.org/soap/envelope/" xmlns:clr="http://
schemas.microsoft.com/soap/encoding/clr/1.0" SOAP-
ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body>
<a1:ShipRequirementDictionary id="ref-1" xmlns:a1="http://
schemas.microsoft.com/clr/nsassem/DisplayLibrary/DisplayLibrary%2C
%20Version%3D1.0.2711.17492%2C%20Culture%3Dneutral %2C%20PublicKeyToken
%3Dnull">
<DictionaryBase_x002B_hashtable href="#ref-3"/>
</a1:ShipRequirementDictionary>
<a2:Hashtable id="ref-3" xmlns:a2="http://schemas.microsoft.com/clr/ns/
System.Collections">
<LoadFactor>0.72</LoadFactor>
<Version>9</Version>
<Comparer xsi:null="1"/>
<HashCodeProvider xsi:null="1"/>
<HashSize>23</HashSize>
<Keys href="#ref-4"/>
<Values href="#ref-5"/>
</a2:Hashtable>
<SOAP-ENC:Array id="ref-4" SOAP-ENC:arrayType="xsd:anyType[8]">
<item id="ref-6" xsi:type="SOAP-ENC:string">6HXK2GAA15:2007-04-27</
item>
<item id="ref-7" xsi:type="SOAP-ENC:string">6HXK2GAA15:2007-04-25</
item>
<item id="ref-8" xsi:type="SOAP-ENC:string">6GZA15NA84:2007-05-03</
item>
<item id="ref-9" xsi:type="SOAP-ENC:string">6HXK2GAA15:2007-05-07</
item>
<item id="ref-10" xsi:type="SOAP-ENC:string">6GZC15TA15:2007-04-26</
item>
<item id="ref-11" xsi:type="SOAP-ENC:string">6HXK2GAA15:2007-05-02</
item>
<item id="ref-12" xsi:type="SOAP-ENC:string">6GZA15NA84:2007-04-26</
item>
<item id="ref-13" xsi:type="SOAP-ENC:string">6HXK2GAA15:2007-04-30</
item>
</SOAP-ENC:Array>
<SOAP-ENC:Array id="ref-5" SOAP-ENC:arrayType="xsd:anyType[8]">
<item href="#ref-14"/>
<item href="#ref-15"/>
<item href="#ref-16"/>
<item href="#ref-17"/>
<item href="#ref-18"/>
<item href="#ref-19"/>
<item href="#ref-20"/>
<item href="#ref-21"/>
</SOAP-ENC:Array>
<a1:ShipRequirement id="ref-14" xmlns:a1="http://schemas.microsoft.com/
clr/nsassem/DisplayLibrary/DisplayLibrary%2C%20Version
%3D1.0.2711.17492%2C%20Culture%3Dneutral%2C%20Publ icKeyToken%3Dnull">
<_date id="ref-22">2007-04-27</_date>
<_delinquent id="ref-23">0</_delinquent>
<Quantity_x002B__model id="ref-24">6HXK2GAA15</Quantity_x002B__model>
<Quantity_x002B__quantity id="ref-25">60</Quantity_x002B__quantity>
</a1:ShipRequirement>
<a1:ShipRequirement id="ref-15" xmlns:a1="http://schemas.microsoft.com/
clr/nsassem/DisplayLibrary/DisplayLibrary%2C%20Version
%3D1.0.2711.17492%2C%20Culture%3Dneutral%2C%20Publ icKeyToken%3Dnull">
<_date id="ref-26">2007-04-25</_date>
<_delinquent href="#ref-23"/>
<Quantity_x002B__model href="#ref-24"/>
<Quantity_x002B__quantity id="ref-27">60</Quantity_x002B__quantity>
</a1:ShipRequirement>
<a1:ShipRequirement id="ref-16" xmlns:a1="http://schemas.microsoft.com/
clr/nsassem/DisplayLibrary/DisplayLibrary%2C%20Version
%3D1.0.2711.17492%2C%20Culture%3Dneutral%2C%20Publ icKeyToken%3Dnull">
<_date id="ref-28">2007-05-03</_date>
<_delinquent id="ref-29">0</_delinquent>
<Quantity_x002B__model id="ref-30">6GZA15NA84</Quantity_x002B__model>
<Quantity_x002B__quantity id="ref-31">7</Quantity_x002B__quantity>
</a1:ShipRequirement>
<a1:ShipRequirement id="ref-17" xmlns:a1="http://schemas.microsoft.com/
clr/nsassem/DisplayLibrary/DisplayLibrary%2C%20Version
%3D1.0.2711.17492%2C%20Culture%3Dneutral%2C%20Publ icKeyToken%3Dnull">
<_date id="ref-32">2007-05-07</_date>
<_delinquent href="#ref-23"/>
<Quantity_x002B__model href="#ref-24"/>
<Quantity_x002B__quantity id="ref-33">120</Quantity_x002B__quantity>
</a1:ShipRequirement>
<a1:ShipRequirement id="ref-18" xmlns:a1="http://schemas.microsoft.com/
clr/nsassem/DisplayLibrary/DisplayLibrary%2C%20Version
%3D1.0.2711.17492%2C%20Culture%3Dneutral%2C%20Publ icKeyToken%3Dnull">
<_date id="ref-34">2007-04-26</_date>
<_delinquent id="ref-35">0</_delinquent>
<Quantity_x002B__model id="ref-36">6GZC15TA15</Quantity_x002B__model>
<Quantity_x002B__quantity id="ref-37">3</Quantity_x002B__quantity>
</a1:ShipRequirement>
<a1:ShipRequirement id="ref-19" xmlns:a1="http://schemas.microsoft.com/
clr/nsassem/DisplayLibrary/DisplayLibrary%2C%20Version
%3D1.0.2711.17492%2C%20Culture%3Dneutral%2C%20Publ icKeyToken%3Dnull">
<_date id="ref-38">2007-05-02</_date>
<_delinquent href="#ref-23"/>
<Quantity_x002B__model href="#ref-24"/>
<Quantity_x002B__quantity id="ref-39">120</Quantity_x002B__quantity>
</a1:ShipRequirement>
<a1:ShipRequirement id="ref-20" xmlns:a1="http://schemas.microsoft.com/
clr/nsassem/DisplayLibrary/DisplayLibrary%2C%20Version
%3D1.0.2711.17492%2C%20Culture%3Dneutral%2C%20Publ icKeyToken%3Dnull">
<_date id="ref-40">2007-04-26</_date>
<_delinquent href="#ref-29"/>
<Quantity_x002B__model href="#ref-30"/>
<Quantity_x002B__quantity id="ref-41">2</Quantity_x002B__quantity>
</a1:ShipRequirement>
<a1:ShipRequirement id="ref-21" xmlns:a1="http://schemas.microsoft.com/
clr/nsassem/DisplayLibrary/DisplayLibrary%2C%20Version
%3D1.0.2711.17492%2C%20Culture%3Dneutral%2C%20Publ icKeyToken%3Dnull">
<_date id="ref-42">2007-04-30</_date>
<_delinquent href="#ref-23"/>
<Quantity_x002B__model href="#ref-24"/>
<Quantity_x002B__quantity id="ref-43">60</Quantity_x002B__quantity>
</a1:ShipRequirement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

Jun 4 '07 #1
0 1596

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Steve Drake | last post by:
All, I have a WEBPAGE that needs to pass the current credentials to a .NET remoted object so this can pass the credentials to a SOAP WEBSERVICE (All written in C#) But I cannot see how I pass...
3
by: parrot toes | last post by:
Summary: I have been trying to make requests of a web service provided by Axis using a dotnet client with code generated by wsdl.exe and have been getting exceptions when trying to process the...
0
by: Amar | last post by:
I am recieving the "The root element is missing" error from my soap extension while attempting to validate an incoming SOAP message request. I suspect the problem resides in the ChainStream method...
8
by: Dave A | last post by:
I have a class called 'PrimaryKey' that represents the primary key of a table. PrimaryKeys can only be created and the class only implements .ToString(). The PrimaryKey class internally stores...
31
by: Bryan Dickerson | last post by:
Ok, simple question: from a VB.Net web service (as I've said before, I'm a newbie to SOAP), how would I get the SOAP body into a string? My boss and I concur that it, at least from our...
3
by: =?Utf-8?B?SGVtaWw=?= | last post by:
Hi, I have written a web service for accessing data from a database. I have a method in the webservice which returns a dataset. I am trying to implement error handling by using the...
2
by: forcey | last post by:
Hi all, I'm writing a SOAP server using the SOAP extension and I need to return an array_map_name_balance, which is defined in a WSDL file like this: <xsd:complexType name="map_name_balance">...
1
by: klerik123456 | last post by:
I try set soap extension attributes on client side. For example: Implementation in web service: public class EncryptMessageAttribute : SoapExtensionAttribute { private string...
4
by: stroudg2 | last post by:
Situation: I have been tasked to provide a non-intrusive solution to allow .NET web services to grab an incoming SOAP header and process the credentials stored within in such a way that a...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.